Searched defs:CV_32FC1 (Results 1 - 3 of 3) sorted by relevance

/external/opencv3/modules/core/misc/java/src/java/
H A Dcore+CvType.java21 CV_32FC1 = CV_32FC(1), CV_32FC2 = CV_32FC(2), CV_32FC3 = CV_32FC(3), CV_32FC4 = CV_32FC(4), field in class:CvType
/external/opencv3/modules/core/include/opencv2/core/
H A Dcvdef.h146 #define CV_32FC1 CV_MAKETYPE(CV_32F,1) macro
/external/opencv/cxcore/include/
H A Dcxtypes.h510 #define CV_32FC1 CV_MAKETYPE(CV_32F,1) macro
659 if( type == CV_32FC1 )
676 if( type == CV_32FC1 )

Completed in 235 milliseconds