Home
last modified time | relevance | path

Searched refs:CV_DEFAULT (Results 1 – 10 of 10) sorted by relevance

/external/opencv/cv/include/
Dcv.h72 int bordertype, CvScalar value CV_DEFAULT(cvScalarAll(0))); in LOAD_CHDL()
82 int smoothtype CV_DEFAULT(CV_GAUSSIAN), in LOAD_CHDL()
83 int size1 CV_DEFAULT(3), in LOAD_CHDL()
84 int size2 CV_DEFAULT(0), in LOAD_CHDL()
85 double sigma1 CV_DEFAULT(0), in LOAD_CHDL()
86 double sigma2 CV_DEFAULT(0)); in LOAD_CHDL()
90 CvPoint anchor CV_DEFAULT(cvPoint(-1,-1))); in LOAD_CHDL()
94 CvArr* sqsum CV_DEFAULT(NULL), in LOAD_CHDL()
95 CvArr* tilted_sum CV_DEFAULT(NULL)); in LOAD_CHDL()
103 int filter CV_DEFAULT(CV_GAUSSIAN_5x5) ); in LOAD_CHDL()
[all …]
Dcvcompat.h111 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)) in cvRandInit()
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/
Dcxcore.h101 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 …]
Dcxtypes.h106 #define CV_DEFAULT(val) = val macro
109 #define CV_DEFAULT(val) macro
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)) in cvMat()
1117 CV_INLINE CvScalar cvScalar( double val0, double val1 CV_DEFAULT(0),
1118 double val2 CV_DEFAULT(0), double val3 CV_DEFAULT(0))
1646 CV_INLINE CvAttrList cvAttrList( const char** attr CV_DEFAULT(NULL), in cvAttrList()
1647 CvAttrList* next CV_DEFAULT(NULL) ) in cvAttrList()
/external/opencv/cvaux/include/
Dcvaux.h479 double param1 CV_DEFAULT(CV_UNDEF_SC_PARAM),
480 double param2 CV_DEFAULT(CV_UNDEF_SC_PARAM),
481 double param3 CV_DEFAULT(CV_UNDEF_SC_PARAM),
482 double param4 CV_DEFAULT(CV_UNDEF_SC_PARAM),
483 double param5 CV_DEFAULT(CV_UNDEF_SC_PARAM) );
797 const int* stepDirections CV_DEFAULT(0),
798 int numStepDirections CV_DEFAULT(0),
799 int optimizationType CV_DEFAULT(CV_GLCM_OPTIMIZATION_NONE));
801 CVAPI(void) cvReleaseGLCM( CvGLCM** GLCM, int flag CV_DEFAULT(CV_GLCM_ALL));
805 CV_DEFAULT(CV_GLCMDESC_OPTIMIZATION_ALLOWDOUBLENEST));
[all …]
/external/opencv/otherlibs/highgui/
Dhighgui.h65 #define CV_DEFAULT(val) = val macro
68 #define CV_DEFAULT(val) macro
148 CVAPI(IplImage*) cvLoadImage( const char* filename, int iscolor CV_DEFAULT(CV_LOAD_IMAGE_COLOR)); in LOAD_CHDL()
149 CVAPI(CvMat*) cvLoadImageM( const char* filename, int iscolor CV_DEFAULT(CV_LOAD_IMAGE_COLOR)); in LOAD_CHDL()
157 CVAPI(void) cvConvertImage( const CvArr* src, CvArr* dst, int flags CV_DEFAULT(0)); in LOAD_CHDL()
160 CVAPI(int) cvWaitKey(int delay CV_DEFAULT(0)); in LOAD_CHDL()
/external/opencv/ml/include/
Dml.h71 #define CV_DEFAULT(val) = val macro
74 #define CV_DEFAULT(val) macro
1411 CvMat* connect_mask CV_DEFAULT(0), CvMat* weights CV_DEFAULT(0) );
1416 float init_learn_rate, int learn_rate_decrease_type, CvMat* weights CV_DEFAULT(0) );
1420 float init_learn_rate, int learning_type, CvMat* weights CV_DEFAULT(0) );
1428 const CvMat* CV_DEFAULT(0),
1429 const CvMat* sample_idx CV_DEFAULT(0),
1430 const CvMat* CV_DEFAULT(0), const CvMat* CV_DEFAULT(0) );
1507 const CvStatModelParams* estimateParams CV_DEFAULT(0),
1508 const CvMat* sampleIdx CV_DEFAULT(0) );
[all …]
/external/opencv/ml/src/
D_ml.h259 CvMat* centers CV_DEFAULT(0));
304 int* class_ranges, const uchar** mask CV_DEFAULT(0) );
315 int as_sparse CV_DEFAULT(0) );
Dmlcnn.cpp51 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));
/external/opencv/cxcore/src/
Dcxpersistence.cpp1425 const char* type_name CV_DEFAULT(0))
1567 const char* str, int quote CV_DEFAULT(0))
1783 int value_type CV_DEFAULT(CV_NODE_NONE)) in icvXMLParseValue()
2334 const char* type_name CV_DEFAULT(0))