HomeSort by relevance Sort by last modified time
    Searched refs:CV_DEFAULT (Results 1 - 9 of 9) sorted by null

  /external/opencv/cv/include/
cv.h 72 int bordertype, CvScalar value CV_DEFAULT(cvScalarAll(0)));
82 int smoothtype CV_DEFAULT(CV_GAUSSIAN),
83 int size1 CV_DEFAULT(3),
84 int size2 CV_DEFAULT(0),
85 double sigma1 CV_DEFAULT(0),
86 double sigma2 CV_DEFAULT(0));
90 CvPoint anchor CV_DEFAULT(cvPoint(-1,-1)));
94 CvArr* sqsum CV_DEFAULT(NULL),
95 CvArr* tilted_sum CV_DEFAULT(NULL));
103 int filter CV_DEFAULT(CV_GAUSSIAN_5x5) )
    [all...]
cvcompat.h 111 int count, void* data CV_DEFAULT(0))
126 CV_INLINE double cvMean( const CvArr* image, const CvArr* mask CV_DEFAULT(0))
140 const CvArr* mask CV_DEFAULT(0))
184 double param2, int index CV_DEFAULT(-1))
215 int disttype CV_DEFAULT(CV_RAND_UNI))
331 CV_INLINE CvRect cvContourBoundingRect( void* point_set, int update CV_DEFAULT(0))
462 int xIndx CV_DEFAULT(0),
463 int yIndx CV_DEFAULT(1))
800 int dims, int dist_type CV_DEFAULT(CV_DIST_L2),
801 CvDistanceFunction dist_func CV_DEFAULT(0)
    [all...]
  /external/opencv/cxcore/include/
cxcore.h 101 int channels, int origin CV_DEFAULT(0),
102 int align CV_DEFAULT(4));
139 int type, void* data CV_DEFAULT(NULL),
140 int step CV_DEFAULT(CV_AUTOSTEP) );
204 int delta_row CV_DEFAULT(1));
227 int diag CV_DEFAULT(0));
231 int extend_to_12 CV_DEFAULT(0) );
243 int type, void* data CV_DEFAULT(NULL) );
315 int flags CV_DEFAULT(0) );
327 CVAPI(int) cvGetDims( const CvArr* arr, int* sizes CV_DEFAULT(NULL) )
    [all...]
cxtypes.h 106 #define CV_DEFAULT(val) = val
109 #define CV_DEFAULT(val)
303 CV_INLINE CvRNG cvRNG( int64 seed CV_DEFAULT(-1))
621 CV_INLINE CvMat cvMat( int rows, int cols, int type, void* data CV_DEFAULT(NULL))
1117 CV_INLINE CvScalar cvScalar( double val0, double val1 CV_DEFAULT(0),
1118 double val2 CV_DEFAULT(0), double val3 CV_DEFAULT(0))
    [all...]
  /external/opencv/cvaux/include/
cvaux.h 343 int weighted CV_DEFAULT(0), int weighted_edges CV_DEFAULT(0));
344 CVAPI(int) cvFindNextMaximalClique( CvCliqueFinder* finder, int* clock_rest CV_DEFAULT(0) );
382 CvGraphWeightType weight_type CV_DEFAULT(CV_NOT_WEIGHTED),
383 CvVect32f weight_vtx CV_DEFAULT(0),
384 CvMatr32f weight_edge CV_DEFAULT(0) );*/
433 int is_complementary CV_DEFAULT(0),
434 CvGraphWeightType weight_type CV_DEFAULT(CV_NOT_WEIGHTED),
435 CvVect32f weight_vtx CV_DEFAULT(0),
436 CvMatr32f weight_edge CV_DEFAULT(0)
    [all...]
  /external/opencv/otherlibs/highgui/
highgui.h 65 #define CV_DEFAULT(val) = val
68 #define CV_DEFAULT(val)
148 CVAPI(IplImage*) cvLoadImage( const char* filename, int iscolor CV_DEFAULT(CV_LOAD_IMAGE_COLOR));
149 CVAPI(CvMat*) cvLoadImageM( const char* filename, int iscolor CV_DEFAULT(CV_LOAD_IMAGE_COLOR));
157 CVAPI(void) cvConvertImage( const CvArr* src, CvArr* dst, int flags CV_DEFAULT(0));
160 CVAPI(int) cvWaitKey(int delay CV_DEFAULT(0));
  /external/opencv/ml/include/
ml.h 71 #define CV_DEFAULT(val) = val
74 #define CV_DEFAULT(val)
    [all...]
  /external/opencv/ml/src/
_ml.h 259 CvMat* centers CV_DEFAULT(0));
304 int* class_ranges, const uchar** mask CV_DEFAULT(0) );
315 int as_sparse CV_DEFAULT(0) );
mlcnn.cpp 51 CvMat* probs CV_DEFAULT(0) );
56 const CvMat* CV_DEFAULT(0), const CvMat* sample_idx CV_DEFAULT(0),
57 const CvMat* CV_DEFAULT(0), const CvMat* CV_DEFAULT(0));
    [all...]

Completed in 60 milliseconds