Home
last modified time | relevance | path

Searched defs:img_space (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/samples/cpp/tutorial_code/features2D/Homography/
H A Dpanorama_stitching_rotating_camera.cpp60 Mat img_space = Mat::zeros(Size(50, img1.rows), CV_8UC3); in basicPanoramaStitching() local
/dports/graphics/opencv/opencv-4.5.3/samples/java/tutorial_code/features2D/Homography/
H A DPanoramaStitchingRotatingCamera.java70 Mat img_space = Mat.zeros(new Size(50, img1.rows()), CvType.CV_8UC3); in basicPanoramaStitching() local