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
@@ -1198,4 +1198,9 @@ Ptr<ORB> ORB::create(int nfeatures, float scaleFactor, int nlevels, int edgeThre
|
||||
firstLevel, wta_k, scoreType, patchSize, fastThreshold);
|
||||
}
|
||||
|
||||
String ORB::getDefaultName() const
|
||||
{
|
||||
return (Feature2D::getDefaultName() + ".ORB");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user