Home
last modified time | relevance | path

Searched refs:CV_32SC4 (Results 1 – 25 of 28) sorted by relevance

12

/external/opencv3/modules/core/misc/java/test/
DCvTypeTest.java29 assertEquals(CvType.CV_32SC4, CvType.CV_32SC(4)); in testCV_32SC()
/external/opencv3/samples/gpu/
Dhoughlines.cpp74 Mat h_lines(1, d_lines.cols, CV_32SC4, &lines_gpu[0]); in main()
/external/opencv3/modules/core/misc/java/src/java/
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 CvType
/external/opencv3/modules/imgproc/perf/opencl/
Dperf_houghLines.cpp78 UMat usrc, lines(1, 1, CV_32SC4);
/external/opencv3/modules/core/perf/
Dperf_bitwise.cpp10 #define TYPICAL_MAT_TYPES_BITW_ARITHM CV_8UC1, CV_8SC1, CV_8UC4, CV_32SC1, CV_32SC4
/external/opencv3/modules/cudaimgproc/src/
Dhough_segments.cpp166 ensureSizeIsEnough(1, maxLines_, CV_32SC4, result_); in detect()
/external/opencv3/modules/core/include/opencv2/core/
Dcvdef.h143 #define CV_32SC4 CV_MAKETYPE(CV_32S,4) macro
/external/opencv3/modules/imgproc/src/
Dhough.cpp812 _lines.assign(UMat(0,0,CV_32SC4)); in ocl_HoughLinesP()
826 UMat lines(linesMax, 1, CV_32SC4); in ocl_HoughLinesP()
840 _lines.assign(UMat(0,0,CV_32SC4)); in ocl_HoughLinesP()
916 lineType = CV_32SC4; in cvHoughLines2()
978 cv::Mat(nlines, 1, CV_32FC2, &l2[0]) : cv::Mat(nlines, 1, CV_32SC4, &l4[0]); in cvHoughLines2()
Dcontours.cpp1742 _hierarchy.create(1, total, CV_32SC4, -1, true); in findContours()
/external/opencv3/modules/java/common_test/src/org/opencv/test/utils/
DConvertersTest.java214 Mat src = new Mat(2, 1, CvType.CV_32SC4); in testMat_to_vector_Rect()
463 truth = new Mat(2, 1, CvType.CV_32SC4); in testVector_Rect_to_Mat()
/external/opencv3/modules/cudaimgproc/perf/
Dperf_color.cpp227 Values(CV_8UC4, CV_16UC4, CV_32SC4, CV_32FC4), in PERF_TEST_P() argument
/external/opencv3/modules/core/src/
Dcopy.cpp779 type == CV_32SC4 ? (ippiMirrorI)ippiMirror_32s_C4IR : in flip()
799 type == CV_32SC4 ? (ippiMirror)ippiMirror_32s_C4R : in flip()
1218 type == CV_32SC4 ? (ippiCopyConstBorder)ippiCopyConstBorder_32s_C4R : in copyMakeBorder()
1257 type == CV_32SC4 ? (ippiCopyMakeBorderI)ippiCopyReplicateBorder_32s_C4IR : in copyMakeBorder()
1277 type == CV_32SC4 ? (ippiCopyMakeBorder)ippiCopyReplicateBorder_32s_C4R : in copyMakeBorder()
Ddirectx.cpp74 case DXGI_FORMAT_R32G32B32A32_SINT: return CV_32SC4; in getTypeFromDXGI_FORMAT()
/external/opencv3/modules/java/generator/src/java/
Dutils+Converters.java406 res = new Mat(count, 1, CvType.CV_32SC4); in vector_Rect_to_Mat()
426 if (CvType.CV_32SC4 != m.type() || m.cols() != 1) in Mat_to_vector_Rect()
/external/opencv3/modules/java/generator/src/cpp/
Dconverters.cpp86 CHECK_MAT(mat.type()==CV_32SC4 && mat.cols==1); in Mat_to_vector_Rect()
/external/opencv3/modules/imgcodecs/src/
Dgrfmt_gdal.cpp131 if( channels == 4 ){ return CV_32SC4; } in gdal2opencv()
/external/opencv3/modules/cudaarithm/test/
Dtest_core.cpp293 MatType(CV_32SC4),
/external/opencv/cxcore/include/
Dcxmisc.h868 tab->fn_2d[CV_32SC4] = (void*)icv##FUNCNAME##_32s_C4##FLAG; \
Dcxtypes.h507 #define CV_32SC4 CV_MAKETYPE(CV_32S,4) macro
/external/opencv3/modules/cudaobjdetect/src/
Dcascadeclassifier.cpp799 candidates.create(1 , frame.width >> 1, CV_32SC4); in allocateBuffers()
/external/opencv/cv/src/
Dcvhough.cpp777 lineType = CV_32SC4; in cvHoughLines2()
/external/opencv3/modules/python/src2/
Dcv2.cpp1354 PUBLISH(CV_32SC4);
/external/opencv3/modules/core/perf/opencl/
Dperf_arithm.cpp1106 … OCL_PERF_ENUM(std::make_pair<MatType, MatType>(CV_8UC4, CV_32SC4),
/external/opencv/cv/include/
Dcvcompat.h520 CvMat linesMat = cvMat( 1, linesNumber, CV_32SC4, lines ); in cvHoughLinesP()
/external/opencv/cxcore/src/
Dcxconvert.cpp387 tab->fn_2d[CV_32SC4] = (void*)icvCopy##_32f_##FROM##4##TO##4R; \

12