Home
last modified time | relevance | path

Searched refs:dst_roi (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/stitching/detail/
H A Dblenders.hpp78 virtual void prepare(Rect dst_roi);
108 void prepare(Rect dst_roi) CV_OVERRIDE;
135 void prepare(Rect dst_roi) CV_OVERRIDE;
H A Dwarpers_inl.hpp98 Rect dst_roi = buildMaps(src.size(), K, R, xmap, ymap); in warp() local
100 dst.create(dst_roi.height + 1, dst_roi.width + 1, src.type()); in warp()
103 return dst_roi.tl(); in warp()