HomeSort by relevance Sort by last modified time
    Searched refs:CvScalar (Results 1 - 25 of 64) sorted by null

1 2 3

  /external/opencv/cv/include/
cv.hpp 69 CvScalar _border_value=cvScalarAll(0) );
86 CvScalar _border_value=cvScalarAll(0) );
153 CvScalar border_value;
172 CvScalar _border_value=cvScalarAll(0) );
179 CvScalar _border_value=cvScalarAll(0) );
190 CvScalar _border_value=cvScalarAll(0) );
220 CvScalar _border_value=cvScalarAll(0) );
227 CvScalar _border_value=cvScalarAll(0) );
234 CvScalar _border_value=cvScalarAll(0) );
257 CvScalar _border_value=cvScalarAll(0) )
    [all...]
cvtypes.h 71 CvScalar value; /* average color of the connected component */
cv.h 72 int bordertype, CvScalar value CV_DEFAULT(cvScalarAll(0)));
275 CvScalar fillval CV_DEFAULT(cvScalarAll(0)) );
289 CvScalar fillval CV_DEFAULT(cvScalarAll(0)) );
300 CvScalar fillval CV_DEFAULT(cvScalarAll(0)) );
    [all...]
  /external/opencv/cvaux/include/
cvmat.hpp 58 * C++ - like operations on CvScalar *
61 inline CvScalar& operator += ( CvScalar& a, const CvScalar& b )
77 inline CvScalar& operator -= ( CvScalar& a, const CvScalar& b )
93 inline CvScalar& operator *= ( CvScalar& a, double b )
109 inline CvScalar& operator /= ( CvScalar& a, double b
    [all...]
  /external/opencv/cxcore/include/
cxcore.h 230 CVAPI(void) cvScalarToRawData( const CvScalar* scalar, void* data, int type,
233 CVAPI(void) cvRawDataToScalar( const void* data, int type, CvScalar* scalar );
352 CVAPI(CvScalar) cvGet1D( const CvArr* arr, int idx0 );
353 CVAPI(CvScalar) cvGet2D( const CvArr* arr, int idx0, int idx1 );
354 CVAPI(CvScalar) cvGet3D( const CvArr* arr, int idx0, int idx1, int idx2 );
355 CVAPI(CvScalar) cvGetND( const CvArr* arr, const int* idx );
364 CVAPI(void) cvSet1D( CvArr* arr, int idx0, CvScalar value );
365 CVAPI(void) cvSet2D( CvArr* arr, int idx0, int idx1, CvScalar value );
366 CVAPI(void) cvSet3D( CvArr* arr, int idx0, int idx1, int idx2, CvScalar value );
367 CVAPI(void) cvSetND( CvArr* arr, const int* idx, CvScalar value )
    [all...]
cxtypes.h 1109 /************************************* CvScalar *****************************************/
1111 typedef struct CvScalar
1115 CvScalar;
1117 CV_INLINE CvScalar cvScalar( double val0, double val1 CV_DEFAULT(0),
1120 CvScalar scalar;
1127 CV_INLINE CvScalar cvRealScalar( double val0 )
1129 CvScalar scalar;
1135 CV_INLINE CvScalar cvScalarAll( double val0123 )
1137 CvScalar scalar
    [all...]
  /external/opencv3/modules/imgproc/include/opencv2/imgproc/
imgproc_c.h 89 int bordertype, CvScalar value CV_DEFAULT(cvScalarAll(0)));
219 CvScalar fillval CV_DEFAULT(cvScalarAll(0)) );
239 CvScalar fillval CV_DEFAULT(cvScalarAll(0)) );
254 CvScalar fillval CV_DEFAULT(cvScalarAll(0)) );
    [all...]
  /external/opencv3/modules/imgproc/src/
utils.cpp 80 int borderType, CvScalar value )
drawing.cpp     [all...]
  /external/opencv3/modules/core/include/opencv2/core/
core_c.h 424 CVAPI(void) cvScalarToRawData( const CvScalar* scalar, void* data, int type,
427 CVAPI(void) cvRawDataToScalar( const void* data, int type, CvScalar* scalar );
676 CVAPI(CvScalar) cvGet1D( const CvArr* arr, int idx0 );
678 CVAPI(CvScalar) cvGet2D( const CvArr* arr, int idx0, int idx1 );
680 CVAPI(CvScalar) cvGet3D( const CvArr* arr, int idx0, int idx1, int idx2 );
685 CVAPI(CvScalar) cvGetND( const CvArr* arr, const int* idx );
717 CVAPI(void) cvSet1D( CvArr* arr, int idx0, CvScalar value );
719 CVAPI(void) cvSet2D( CvArr* arr, int idx0, int idx1, CvScalar value );
721 CVAPI(void) cvSet3D( CvArr* arr, int idx0, int idx1, int idx2, CvScalar value );
727 CVAPI(void) cvSetND( CvArr* arr, const int* idx, CvScalar value )
    [all...]
types_c.h     [all...]
  /external/opencv3/modules/imgproc/test/
test_floodfill.cpp 65 CvScalar new_val;
66 CvScalar l_diff, u_diff;
237 cvTsFloodFill( CvMat* _img, CvPoint seed_pt, CvScalar new_val,
238 CvScalar l_diff, CvScalar u_diff, CvMat* _mask,
test_templmatch.cpp 155 CvScalar b_mean, b_sdv;
195 CvScalar a_sum(0), a_sum2(0);
196 CvScalar ccorr(0);
  /external/opencv3/modules/calib3d/src/
calibinit.cpp 387 CvScalar color = CV_RGB(30,255,30);
442 CvScalar color = CV_RGB(30,255,30);
    [all...]
  /external/opencv/cvaux/src/
cv3dtracker.cpp 334 static const CvScalar rgb_colors[] = {
342 static const CvScalar gray_colors[] = {
345 const CvScalar* colors = img->nChannels == 3 ? rgb_colors : gray_colors;
347 CvScalar color = colors[0];
cvsubdiv2.cpp 144 CvScalar color = {{0,0,0,0}};
cvcalibfilter.cpp 534 static const CvScalar line_colors[] =
547 CvScalar color = line_colors[0];
  /external/opencv/cxcore/src/
cxlogic.cpp 179 icvLogicS( const void* srcarr, CvScalar* scalar, void* dstarr,
520 cvXorS( const void* src, CvScalar scalar, void* dst, const void* mask )
537 cvAndS( const void* src, CvScalar scalar, void* dst, const void* mask )
555 cvOrS( const void* src, CvScalar scalar, void* dst, const void* mask )
cxdrawing.cpp     [all...]
cxmean.cpp 381 CV_IMPL CvScalar
384 CvScalar mean = {{0,0,0,0}};
cxmeansdv.cpp     [all...]
cxarray.cpp     [all...]
  /external/opencv3/modules/highgui/include/opencv2/highgui/
highgui_c.h 77 //for color cvScalar(blue_component, green_component, red_component[, alpha_component])
79 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));
  /external/opencv3/samples/cpp/
smiledetect.cpp 246 CvScalar col = CV_RGB((float)255 * intensityZeroOne, 0, 0);
  /external/opencv3/modules/core/src/
array.cpp     [all...]

Completed in 205 milliseconds

1 2 3