mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +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
@@ -2345,4 +2345,9 @@ Ptr<BRISK> BRISK::create(int thresh, int octaves, const std::vector<float> &radi
|
||||
return makePtr<BRISK_Impl>(thresh, octaves, radiusList, numberList, dMax, dMin, indexChange);
|
||||
}
|
||||
|
||||
String BRISK::getDefaultName() const
|
||||
{
|
||||
return (Feature2D::getDefaultName() + ".BRISK");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user