Searched refs:resultRoi (Results 1 – 5 of 5) sorted by relevance
116 Rect resultRoi(const std::vector<Point> &corners, const std::vector<UMat> &images) in resultRoi() function121 return resultRoi(corners, sizes); in resultRoi()125 Rect resultRoi(const std::vector<Point> &corners, const std::vector<Size> &sizes) in resultRoi() function
62 dst_roi_ = resultRoi(corners, sizes); in initialize()
66 prepare(resultRoi(corners, sizes)); in prepare()177 Rect dst_roi = resultRoi(corners, masks); in createWeightMaps()
154 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);
798 Size dst_sz = resultRoi(corners, sizes).size(); in main()