HomeSort by relevance Sort by last modified time
    Searched refs:cvScalarAll (Results 26 - 38 of 38) sorted by null

12

  /external/opencv/cv/src/
cvcalibinit.cpp     [all...]
cvderiv.cpp 331 cvSubRS( dst, cvScalarAll(0), dst );
    [all...]
cvcalibration.cpp 92 cvSet(mask, cvScalarAll(1));
    [all...]
cvimgwarp.cpp     [all...]
  /external/opencv3/modules/calib3d/test/
test_cameracalibration.cpp 236 cvTsSetIdentity( &test_mat[OUTPUT][4], cvScalarAll(1.) );
239 cvTsSetIdentity( &test_mat[REF_OUTPUT][4], cvScalarAll(1.) );
    [all...]
  /external/opencv3/modules/imgproc/test/
test_convhull.cpp 226 low = high = cvScalarAll(0);
    [all...]
  /external/opencv/cxcore/include/
cxtypes.h 1135 CV_INLINE CvScalar cvScalarAll( double val0123 )
    [all...]
cxcore.h 622 #define cvAbs( src, dst ) cvAbsDiffS( (src), (dst), cvScalarAll(0))
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
types_c.h     [all...]
core_c.h     [all...]
  /external/opencv/cxcore/src/
cxmathfuncs.cpp     [all...]
  /external/opencv/ml/src/
mlann_mlp.cpp 1085 cvSet( dw, cvScalarAll(params.rp_dw0) );
    [all...]
  /external/opencv3/modules/imgproc/src/
imgwarp.cpp     [all...]

Completed in 307 milliseconds

12