Commit bf84d476 authored by Mathieu Barnachon's avatar Mathieu Barnachon

Fix useless space...

parent 0c4da123
...@@ -153,10 +153,10 @@ void BOWImgDescriptorExtractor::compute( const Mat& image, std::vector<KeyPoint> ...@@ -153,10 +153,10 @@ void BOWImgDescriptorExtractor::compute( const Mat& image, std::vector<KeyPoint>
dextractor->compute( image, keypoints, descriptors ); dextractor->compute( image, keypoints, descriptors );
compute( descriptors, imgDescriptor, pointIdxsOfClusters ); compute( descriptors, imgDescriptor, pointIdxsOfClusters );
// Add the descriptors of image keypoints // Add the descriptors of image keypoints
if (_descriptors) { if (_descriptors) {
*_descriptors = descriptors.clone(); *_descriptors = descriptors.clone();
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment