Home
last modified time | relevance | path

Searched refs:CV_16SC2 (Results 1 – 25 of 97) sorted by relevance

1234

/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/perf/
H A Dperf_remap.cpp16 Values( CV_16SC2, CV_32FC1, CV_32FC2 ), in PERF_TEST_P()
32 else if (inter_type != INTER_NEAREST && map1_type == CV_16SC2) in PERF_TEST_P()
53 case CV_16SC2: in PERF_TEST_P()
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/test/
H A Dtest_imgwarp_strict.cpp745 static const int mapx_types[] = { CV_16SC2, CV_32FC1, CV_32FC2 }; in generate_test_data()
754 case CV_16SC2: in generate_test_data()
837 if (mapx.type() != CV_16SC2) in convert_maps()
838 … convertMaps(mapx.clone(), mapy.clone(), mapx, mapy, CV_16SC2, interpolation == INTER_NEAREST); in convert_maps()
846 mapy.type() == CV_16SC1) && mapx.type() == CV_16SC2); in convert_maps()
884 CV_Assert(mapx.type() == CV_16SC2 && mapy.empty()); in remap_nearest()
930 CV_Assert(mapx.type() == CV_16SC2 && mapy.type() == CV_16UC1); in remap_generic()
1120 mapx.create(dsize, CV_16SC2); in warpAffine()
1154 …CV_Assert(mapx.type() == CV_16SC2 && ((inter == INTER_NEAREST && mapy.empty()) || mapy.type() == C… in warpAffine()
1253 mapx.create(dsize, CV_16SC2); in warpPerspective()
[all …]
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/rapid/src/
H A Drapid.cpp107 CV_CheckTypeEQ(_locations.type(), CV_16SC2, "Vec2s data type expected"); in drawSearchLines()
180 srcLocations.create(N, W, CV_16SC2); in extractLineBundle()
287 CV_CheckTypeEQ(_srcLocations.type(), CV_16SC2, "Vec2s data type expected"); in convertCorrespondencies()
293 Mat pts2d = Mat(0, 1, CV_16SC2); in convertCorrespondencies()
/dports/graphics/opencv/opencv-4.5.3/modules/calib3d/src/
H A Dundistort.dispatch.cpp94 m1type = CV_16SC2; in initUndistortRectifyMap()
95 CV_Assert( m1type == CV_16SC2 || m1type == CV_32FC1 || m1type == CV_32FC2 ); in initUndistortRectifyMap()
100 _map2.create( size, m1type == CV_16SC2 ? CV_16UC1 : CV_32FC1 ); in initUndistortRectifyMap()
177 m1type = CV_16SC2; in initInverseRectificationMap()
178 CV_Assert( m1type == CV_16SC2 || m1type == CV_32FC1 || m1type == CV_32FC2 ); in initInverseRectificationMap()
185 _map2.create( size, m1type == CV_16SC2 ? CV_16UC1 : CV_32FC1 ); in initInverseRectificationMap()
271 if (m1type == CV_16SC2) { in initInverseRectificationMap()
301 Mat map1(stripe_size0, src.cols, CV_16SC2), map2(stripe_size0, src.cols, CV_16UC1); in undistort()
H A Dundistort.simd.hpp119 if (m1type == CV_16SC2) in operator ()()
260 if( m1type == CV_16SC2 ) in operator ()()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/rgbd/samples/
H A Dio_utils.hpp322 params.frameSize, CV_16SC2, undistortMap1, undistortMap2); in updateParams()
344 params.frameSize, CV_16SC2, undistortMap1, undistortMap2); in updateParams()
366 params.frameSize, CV_16SC2, undistortMap1, undistortMap2); in updateParams()
603 params.frameSize, CV_16SC2, undistortMap1, undistortMap2); in updateParams()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudaimgproc/src/
H A Dcanny.cpp218 ensureSizeIsEnough(1, image_size.area(), CV_16SC2, st1_); in createBuf()
219 ensureSizeIsEnough(1, image_size.area(), CV_16SC2, st2_); in createBuf()
H A Dmean_shift.cpp110 _dstsp.create(src.size(), CV_16SC2); in meanShiftProc()
/dports/graphics/opencv/opencv-4.5.3/modules/gapi/test/cpu/
H A Dgapi_core_tests_fluid.cpp109 CV_16UC2, CV_16SC2, CV_8UC3, CV_16UC3,
419 Combine(Values(CV_8UC3, CV_16SC2, CV_32FC1),
426 Combine(Values(CV_8UC3, CV_16SC2, CV_32FC1),
H A Dgapi_core_tests_cpu.cpp556 CV_8UC2, CV_16UC2, CV_16SC2, CV_32FC2,
567 Combine(Values(CV_8UC3, CV_16SC2, CV_32FC1),
574 Combine(Values(CV_8UC3, CV_16SC2, CV_32FC1),
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Dimgwarp.cpp1101 Mat _bufxy(brows0, bcols0, CV_16SC2), _bufa; in operator ()()
1311 if (map1.type() != CV_16SC2) in ocl_remap()
1323 else if (map1.type() == CV_16SC2) in ocl_remap()
1809 if( map1.type() != CV_16SC2 ) in remap()
1842 if( m2type == CV_16SC2 ) in convertMaps()
1849 dstm1type = m1type == CV_16SC2 ? CV_32FC2 : CV_16SC2; in convertMaps()
1863 ((m1type == CV_16SC2 && dstm1type == CV_32FC2) || in convertMaps()
1864 (m1type == CV_32FC2 && dstm1type == CV_16SC2))) ) in convertMaps()
1912 if( m1type == CV_32FC1 && dstm1type == CV_16SC2 ) in convertMaps()
2193 Mat _XY(bh, bw, CV_16SC2, XY); in operator ()()
[all …]
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/test/ocl/
H A Dtest_warp.cpp481 … std::pair<MatType, MatType>((MatType)CV_16SC2, (MatType)CV_16UC1),
495 … std::pair<MatType, MatType>((MatType)CV_16SC2, (MatType)CV_16UC1),
496 std::pair<MatType, MatType>((MatType)CV_16SC2, noType)),
/dports/graphics/opencv/opencv-4.5.3/modules/core/misc/objc/common/
H A DCvTypeExt.swift33 static let CV_16SC2: Int32 = CV_16SC(2) variable
/dports/graphics/opencv/opencv-4.5.3/samples/cpp/
H A Dstereo_match.cpp202 initUndistortRectifyMap(M1, D1, R1, P1, img_size, CV_16SC2, map11, map12); in main()
203 initUndistortRectifyMap(M2, D2, R2, P2, img_size, CV_16SC2, map21, map22); in main()
H A Dstereo_calib.cpp276 …initUndistortRectifyMap(cameraMatrix[0], distCoeffs[0], R1, P1, imageSize, CV_16SC2, rmap[0][0], r… in StereoCalib()
277 …initUndistortRectifyMap(cameraMatrix[1], distCoeffs[1], R2, P2, imageSize, CV_16SC2, rmap[1][0], r… in StereoCalib()
/dports/graphics/opencv/opencv-4.5.3/modules/gapi/test/gpu/
H A Dgapi_core_tests_gpu.cpp407 CV_8UC2, CV_16UC2, CV_16SC2, CV_32FC2,
418 Combine(Values(CV_8UC3, CV_16SC2, CV_32FC1),
426 Combine(Values(CV_8UC3, CV_16SC2, CV_32FC1),
/dports/graphics/opencv/opencv-4.5.3/modules/core/misc/java/src/java/
H A Dcore+CvType.java27 … CV_16SC1 = CV_16SC(1), CV_16SC2 = CV_16SC(2), CV_16SC3 = CV_16SC(3), CV_16SC4 = CV_16SC(4), field in CvType
/dports/graphics/opencv/opencv-4.5.3/modules/gapi/include/opencv2/gapi/own/
H A Dcvdefs.hpp62 #define CV_16SC2 CV_MAKETYPE(CV_16S,2) macro
/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/core/hal/
H A Dinterface.h107 #define CV_16SC2 CV_MAKETYPE(CV_16S,2) macro
/dports/graphics/opencv/opencv-4.5.3/modules/gapi/perf/cpu/
H A Dgapi_core_perf_tests_fluid.cpp151 CV_16UC2, CV_16SC2, CV_8UC3, CV_16UC3,
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudalegacy/src/
H A Dbm.cpp183 ensureSizeIsEnough(1, ssCount, CV_16SC2, buf); in calcOpticalFlowBM()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudafeatures2d/src/
H A Dfast.cpp129 GpuMat kpLoc = pool.getBuffer(1, max_npoints_, CV_16SC2); in detectAsync()
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/misc/java/test/
H A DImgprocTest.java387 Mat dstmap1 = new Mat(1, 4, CvType.CV_16SC2); in testConvertMapsMatMatMatMatInt()
390 Imgproc.convertMaps(map1, map2, dstmap1, dstmap2, CvType.CV_16SC2); in testConvertMapsMatMatMatMatInt()
392 Mat truthMap1 = new Mat(1, 4, CvType.CV_16SC2); in testConvertMapsMatMatMatMatInt()
402 Mat dstmap1 = new Mat(1, 3, CvType.CV_16SC2); in testConvertMapsMatMatMatMatIntBoolean()
405 Imgproc.convertMaps(map1, map2, dstmap1, dstmap2, CvType.CV_16SC2, false); in testConvertMapsMatMatMatMatIntBoolean()
408 Mat truthMap1 = new Mat(1, 3, CvType.CV_16SC2); in testConvertMapsMatMatMatMatIntBoolean()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudaarithm/perf/
H A Dperf_core.cpp139 Values(CV_8UC1, CV_8UC4, CV_16UC2, CV_16SC2, CV_32SC1, CV_32SC2, CV_64FC1))) in PERF_TEST_P() argument
/dports/net/gstreamer1-plugins-srtp/gst-plugins-bad-1.16.2/ext/opencv/
H A Dgstcameraundistort.cpp349 cv::Mat (), newCameraMatrix, undist->imageSize, CV_16SC2, undist->map1, in camera_undistort_init_undistort_rectify_map()

1234