Home
last modified time | relevance | path

Searched refs:resultRoi (Results 1 – 5 of 5) sorted by relevance

/external/opencv3/modules/stitching/src/
Dutil.cpp116 Rect resultRoi(const std::vector<Point> &corners, const std::vector<UMat> &images) in resultRoi() function
121 return resultRoi(corners, sizes); in resultRoi()
125 Rect resultRoi(const std::vector<Point> &corners, const std::vector<Size> &sizes) in resultRoi() function
Dtimelapsers.cpp62 dst_roi_ = resultRoi(corners, sizes); in initialize()
Dblenders.cpp66 prepare(resultRoi(corners, sizes)); in prepare()
177 Rect dst_roi = resultRoi(corners, masks); in createWeightMaps()
/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
Dutil.hpp154 CV_EXPORTS Rect resultRoi(const std::vector<Point> &corners, const std::vector<UMat> &images);
155 CV_EXPORTS Rect resultRoi(const std::vector<Point> &corners, const std::vector<Size> &sizes);
/external/opencv3/samples/cpp/
Dstitching_detailed.cpp798 Size dst_sz = resultRoi(corners, sizes).size(); in main()