OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:estimateTransform
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/stitching/include/opencv2/
stitching.hpp
174
CV_WRAP Status
estimateTransform
(InputArrayOfArrays images);
184
Status
estimateTransform
(InputArrayOfArrays images, const std::vector<std::vector<Rect> > &rois);
/external/opencv3/modules/stitching/src/
stitcher.cpp
89
Stitcher::Status Stitcher::
estimateTransform
(InputArrayOfArrays images)
91
return
estimateTransform
(images, std::vector<std::vector<Rect> >());
95
Stitcher::Status Stitcher::
estimateTransform
(InputArrayOfArrays images, const std::vector<std::vector<Rect> > &rois)
363
Status status =
estimateTransform
(images);
372
Status status =
estimateTransform
(images, rois);
Completed in 58 milliseconds