mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 07:13:02 +04:00
Merge pull request #1881 from pentschev:defaultNorm_master
This commit is contained in:
@@ -676,4 +676,9 @@ int FREAK::descriptorType() const
|
||||
return CV_8U;
|
||||
}
|
||||
|
||||
int FREAK::defaultNorm() const
|
||||
{
|
||||
return NORM_HAMMING;
|
||||
}
|
||||
|
||||
} // END NAMESPACE CV
|
||||
|
||||
Reference in New Issue
Block a user