Compile opencv_test_core with cv::String instead of std::string
All tests passed!
This commit is contained in:
@@ -199,7 +199,7 @@ Ptr<AdjusterAdapter> SurfAdjuster::clone() const
|
||||
return cloned_obj;
|
||||
}
|
||||
|
||||
Ptr<AdjusterAdapter> AdjusterAdapter::create( const std::string& detectorType )
|
||||
Ptr<AdjusterAdapter> AdjusterAdapter::create( const cv::String& detectorType )
|
||||
{
|
||||
Ptr<AdjusterAdapter> adapter;
|
||||
|
||||
|
Reference in New Issue
Block a user