mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 08:13:04 +04:00
Overloading getDefaultName method for Feature2D and its child classes
Signed-off-by: Vipin Anand <anand.vipin@gmail.com> Signed-off-by: Prashanth Voora <prashanthx85@gmail.com> Signed-off-by: Patel, Nilaykumar K <nilay.nilpat@gmail.com>
This commit is contained in:
committed by
Patel, Nilaykumar K
parent
9640bbe76d
commit
6857870412
@@ -125,4 +125,9 @@ Ptr<GFTTDetector> GFTTDetector::create( int _nfeatures, double _qualityLevel,
|
||||
_minDistance, _blockSize, _useHarrisDetector, _k);
|
||||
}
|
||||
|
||||
String GFTTDetector::getDefaultName() const
|
||||
{
|
||||
return (Feature2D::getDefaultName() + ".GFTTDetector");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user