mirror of
https://github.com/opencv/opencv.git
synced 2025-06-12 12:22:51 +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;
|
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