mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
replace cv::Mat to Input/Output arrays
This commit is contained in:
+1
-1
@@ -54,7 +54,7 @@ sft::ICFFeaturePool::ICFFeaturePool(cv::Size m, int n) : FeaturePool(), model(m)
|
||||
fill(nfeatures);
|
||||
}
|
||||
|
||||
void sft::ICFFeaturePool::preprocess(const Mat& frame, Mat& integrals) const
|
||||
void sft::ICFFeaturePool::preprocess(cv::InputArray frame, cv::OutputArray integrals) const
|
||||
{
|
||||
preprocessor.apply(frame, integrals);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user