Searched defs:CV_32SC1 (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), field in class:CvType
/external/opencv3/modules/core/include/opencv2/core/
H A Dcvdef.h140 #define CV_32SC1 CV_MAKETYPE(CV_32S,1) macro
/external/opencv/cxcore/include/
H A Dcxtypes.h504 #define CV_32SC1 CV_MAKETYPE(CV_32S,1) macro
1376 #define CV_SEQ_ELTYPE_INDEX CV_32SC1 /* #(x,y) */

Completed in 1645 milliseconds