cvScalarAll       444 apps/traincascade/old_ml_data.cpp         cvSet( var_types, cvScalarAll(CV_VAR_CATEGORICAL) );
cvScalarAll       450 apps/traincascade/old_ml_data.cpp         cvSet( var_types, cvScalarAll(CV_VAR_ORDERED) );
cvScalarAll       164 apps/traincascade/old_ml_inner_functions.cpp     cvRandArr(&state, sample, CV_RAND_NORMAL, cvScalarAll(0), cvScalarAll(1) );
cvScalarAll       193 apps/traincascade/old_ml_inner_functions.cpp     cvRandArr(&state, univals, CV_RAND_UNI, cvScalarAll(0), cvScalarAll(1) );
cvScalarAll       236 apps/traincascade/old_ml_inner_functions.cpp     cvRandArr(&state, sample, CV_RAND_NORMAL, cvScalarAll(0), cvScalarAll(1));
cvScalarAll       309 apps/traincascade/old_ml_inner_functions.cpp         CV_CALL(cvRandArr (&rng, &centers_comp, CV_RAND_UNI, cvScalarAll(minVal), cvScalarAll(maxVal)));
cvScalarAll      1838 modules/calib3d/src/calibinit.cpp             color = cvScalarAll(200);
cvScalarAll      1876 modules/calib3d/src/calibinit.cpp                 color = cvScalarAll(200);
cvScalarAll        92 modules/calib3d/src/compat_ptsetreg.cpp     cvSet(mask, cvScalarAll(1));
cvScalarAll       236 modules/calib3d/test/test_cameracalibration.cpp             cvTsSetIdentity( &test_mat[OUTPUT][4], cvScalarAll(1.) );
cvScalarAll       239 modules/calib3d/test/test_cameracalibration.cpp         cvTsSetIdentity( &test_mat[REF_OUTPUT][4], cvScalarAll(1.) );
cvScalarAll       184 modules/calib3d/test/test_fundam.cpp                 cvSetIdentity( &_dRdm1_part, cvScalarAll(beta) );
cvScalarAll       187 modules/calib3d/test/test_fundam.cpp                 cvSetIdentity( &_dRdm1_part, cvScalarAll(gamma) );
cvScalarAll      1527 modules/calib3d/test/test_fundam.cpp     CvScalar low = cvScalarAll(0), high = cvScalarAll(10);
cvScalarAll      1662 modules/calib3d/test/test_fundam.cpp         cvtest::randUni( rng, temp, cvScalar(0,0,1), cvScalarAll(10) );
cvScalarAll      1666 modules/calib3d/test/test_fundam.cpp         cvtest::randUni( rng, arr, cvScalarAll(0), cvScalarAll(10) );
cvScalarAll      1176 modules/core/include/opencv2/core/core_c.h #define cvAbs( src, dst ) cvAbsDiffS( (src), (dst), cvScalarAll(0))
cvScalarAll       762 modules/core/test/test_ds.cpp                 cvtest::randUni( rng, elem_mat, cvScalarAll(0), cvScalarAll(255) );
cvScalarAll       843 modules/core/test/test_ds.cpp                 cvtest::randUni( rng, elem_mat, cvScalarAll(0), cvScalarAll(255) );
cvScalarAll      1279 modules/core/test/test_ds.cpp             cvtest::randUni( rng, elem_mat, cvScalarAll(0), cvScalarAll(255) );
cvScalarAll      1509 modules/core/test/test_ds.cpp                 cvtest::randUni( rng, elem_mat, cvScalarAll(0), cvScalarAll(255) );
cvScalarAll      1619 modules/core/test/test_ds.cpp                 cvtest::randUni( rng, elem_mat, cvScalarAll(0), cvScalarAll(255) );
cvScalarAll       769 modules/core/test/test_math.cpp     low = cvScalarAll(-10.);
cvScalarAll       770 modules/core/test/test_math.cpp     high = cvScalarAll(10.);
cvScalarAll      1365 modules/core/test/test_math.cpp     low = cvScalarAll(-2.);
cvScalarAll      1366 modules/core/test/test_math.cpp     high = cvScalarAll(2.);
cvScalarAll      1575 modules/core/test/test_math.cpp     low = cvScalarAll(-1.);
cvScalarAll      1576 modules/core/test/test_math.cpp     high = cvScalarAll(1.);
cvScalarAll      1726 modules/core/test/test_math.cpp     low = cvScalarAll(-1.);
cvScalarAll      1727 modules/core/test/test_math.cpp     high = cvScalarAll(1.);
cvScalarAll      1912 modules/core/test/test_math.cpp     low = cvScalarAll(-2.);
cvScalarAll      1913 modules/core/test/test_math.cpp     high = cvScalarAll(2.);
cvScalarAll      2127 modules/core/test/test_math.cpp     low = cvScalarAll(-2.);
cvScalarAll      2128 modules/core/test/test_math.cpp     high = cvScalarAll(2.);
cvScalarAll        79 modules/highgui/include/opencv2/highgui/highgui_c.h CVAPI(CvFont) cvFontQt(const char* nameFont, int pointSize CV_DEFAULT(-1), CvScalar color CV_DEFAULT(cvScalarAll(0)), int weight CV_DEFAULT(CV_FONT_NORMAL),  int style CV_DEFAULT(CV_STYLE_NORMAL), int spacing CV_DEFAULT(0));
cvScalarAll        89 modules/imgproc/include/opencv2/imgproc/imgproc_c.h                               int bordertype, CvScalar value CV_DEFAULT(cvScalarAll(0)));
cvScalarAll       219 modules/imgproc/include/opencv2/imgproc/imgproc_c.h                            CvScalar fillval CV_DEFAULT(cvScalarAll(0)) );
cvScalarAll       239 modules/imgproc/include/opencv2/imgproc/imgproc_c.h                                 CvScalar fillval CV_DEFAULT(cvScalarAll(0)) );
cvScalarAll       254 modules/imgproc/include/opencv2/imgproc/imgproc_c.h                       CvScalar fillval CV_DEFAULT(cvScalarAll(0)) );
cvScalarAll       872 modules/imgproc/include/opencv2/imgproc/imgproc_c.h                           CvScalar new_val, CvScalar lo_diff CV_DEFAULT(cvScalarAll(0)),
cvScalarAll       873 modules/imgproc/include/opencv2/imgproc/imgproc_c.h                           CvScalar up_diff CV_DEFAULT(cvScalarAll(0)),
cvScalarAll      6571 modules/imgproc/src/imgwarp.cpp     cvRemap( src, dst, mapx, mapy, flags, cvScalarAll(0) );
cvScalarAll      6674 modules/imgproc/src/imgwarp.cpp     cvRemap( src, dst, mapx, mapy, flags, cvScalarAll(0) );
cvScalarAll       226 modules/imgproc/test/test_convhull.cpp     low = high = cvScalarAll(0);
cvScalarAll      1791 modules/imgproc/test/test_convhull.cpp     cvFillPoly( img, &pt, &count, 1, cvScalarAll(1));
cvScalarAll       168 modules/imgproc/test/test_templmatch.cpp         cvSet( result, cvScalarAll(1.) );
cvScalarAll       122 modules/video/test/test_accum.cpp     cvtest::add( src, 1, dst, 1, cvScalarAll(0.), temp, dst.type() );
cvScalarAll       158 modules/video/test/test_accum.cpp     cvtest::add( temp, 1, dst, 1, cvScalarAll(0.), temp, dst.depth() );
cvScalarAll       199 modules/video/test/test_accum.cpp     cvtest::add( temp1, 1, dst, 1, cvScalarAll(0.), temp1, dst.depth() );
cvScalarAll       240 modules/video/test/test_accum.cpp     cvtest::add( src, cvGetReal1D(&A, 0), dst, cvGetReal1D(&B, 0), cvScalarAll(0.), temp, temp.depth() );
cvScalarAll        94 modules/video/test/test_kalman.cpp     cvtest::randUni(rng, _Sample, cvScalarAll(-max_init), cvScalarAll(max_init));