Searched defs:CvAttrList (Results 1 – 6 of 6) sorted by relevance
/external/opencv/cxcore/src/ |
D | cxpersistence.cpp | 2857 const char* type_name, CvAttrList /*attributes*/ ) in cvStartWriteStruct() argument 3527 const void* struct_ptr, CvAttrList /*attr*/ ) in icvWriteMat() argument 3622 const void* struct_ptr, CvAttrList /*attr*/ ) in icvWriteMatND() argument 3737 const void* struct_ptr, CvAttrList /*attr*/ ) in icvWriteSparseMat() argument 3909 const void* struct_ptr, CvAttrList /*attr*/ ) in icvWriteImage() argument
|
/external/opencv3/modules/core/src/ |
D | persistence.cpp | 2931 const char* type_name, CvAttrList /*attributes*/ ) in cvStartWriteStruct() argument 3501 const void* struct_ptr, CvAttrList /*attr*/ ) in icvWriteMat() argument 3594 const void* struct_ptr, CvAttrList /*attr*/ ) in icvWriteMatND() argument 3708 const void* struct_ptr, CvAttrList /*attr*/ ) in icvWriteSparseMat() argument 3863 const void* struct_ptr, CvAttrList /*attr*/ ) in icvWriteImage() argument
|
/external/opencv/cxcore/include/ |
D | cxtypes.h | 1639 typedef struct CvAttrList struct 1642 … struct CvAttrList* next; /* Pointer to next chunk of the attributes list. */ argument 1644 CvAttrList; typedef
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | types_c.h | 1680 typedef struct CvAttrList struct 1683 …struct CvAttrList* next; /**< Pointer to next chunk of the attributes list. */ argument 1685 CvAttrList; typedef
|
/external/opencv/cv/src/ |
D | cvhistogram.cpp | 2460 CvAttrList /*attributes*/ ){ in icvWriteHist() argument
|
/external/opencv3/modules/imgproc/src/ |
D | histogram.cpp | 3783 const void* struct_ptr, CvAttrList /*attributes*/ ) in icvWriteHist() argument
|