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

/external/opencv3/modules/core/misc/java/src/java/
H A Dcore+CvType.java20 CV_32SC1 = CV_32SC(1), CV_32SC2 = CV_32SC(2), CV_32SC3 = CV_32SC(3), CV_32SC4 = CV_32SC(4),
54 public static final int CV_32SC(int ch) { method in class:CvType
/external/opencv3/modules/core/include/opencv2/core/
H A Dcvdef.h144 #define CV_32SC(n) CV_MAKETYPE(CV_32S,(n)) macro
/external/opencv/cxcore/include/
H A Dcxtypes.h508 #define CV_32SC(n) CV_MAKETYPE(CV_32S,(n)) macro

Completed in 581 milliseconds