Home
last modified time | relevance | path

Searched defs:rois (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/stitching/src/
Dstitcher.cpp95 …Stitcher::estimateTransform(InputArrayOfArrays images, const std::vector<std::vector<Rect> > &rois) in estimateTransform()
370 …r::stitch(InputArrayOfArrays images, const std::vector<std::vector<Rect> > &rois, OutputArray pano) in stitch()
433 std::vector<Rect> rois(rois_[i].size()); in matchImages() local
Dmatchers.cpp282 …aturesFinder::operator ()(InputArray image, ImageFeatures &features, const std::vector<Rect> &rois) in operator ()()
/external/opencv3/modules/stitching/test/
Dtest_matchers.cpp55 vector<Rect> rois; in TEST() local