mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 07:13:02 +04:00
Remove deprecated methods from cv::Algorithm
This commit is contained in:
@@ -66,8 +66,6 @@ public:
|
||||
{
|
||||
}
|
||||
|
||||
virtual AlgorithmInfo* info() const { return 0; }
|
||||
|
||||
//! the main operator
|
||||
virtual void estimateTransformation(InputArray transformingShape, InputArray targetShape, std::vector<DMatch> &matches);
|
||||
virtual float applyTransformation(InputArray input, OutputArray output=noArray());
|
||||
|
||||
Reference in New Issue
Block a user