mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 00:03:03 +04:00
Boring changes - stitching.
This commit is contained in:
@@ -49,7 +49,7 @@ using namespace std;
|
||||
|
||||
TEST(SurfFeaturesFinder, CanFindInROIs)
|
||||
{
|
||||
Ptr<detail::FeaturesFinder> finder = new detail::SurfFeaturesFinder();
|
||||
Ptr<detail::FeaturesFinder> finder = makePtr<detail::SurfFeaturesFinder>();
|
||||
Mat img = imread(string(cvtest::TS::ptr()->get_data_path()) + "cv/shared/lena.png");
|
||||
|
||||
vector<Rect> rois;
|
||||
|
||||
Reference in New Issue
Block a user