mirror of
https://github.com/opencv/opencv.git
synced 2024-11-29 05:29:54 +08:00
Remove duplicate functions.
This commit is contained in:
parent
67525627db
commit
0c4da123e9
@ -204,14 +204,4 @@ void BOWImgDescriptorExtractor::compute( const Mat& descriptors, Mat& imgDescrip
|
||||
imgDescriptor /= descriptors.rows;
|
||||
}
|
||||
|
||||
int BOWImgDescriptorExtractor::descriptorSize() const
|
||||
{
|
||||
return vocabulary.empty() ? 0 : vocabulary.rows;
|
||||
}
|
||||
|
||||
int BOWImgDescriptorExtractor::descriptorType() const
|
||||
{
|
||||
return CV_32FC1;
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user