Commit c90fe65f authored by Mathieu Barnachon's avatar Mathieu Barnachon

Fix compilation issue related to previous commit.

parent e8b86c86
......@@ -201,7 +201,7 @@ void BOWImgDescriptorExtractor::compute( const Mat& keypointDescriptors, Mat& im
}
// Normalize image descriptor.
imgDescriptor /= descriptors.rows;
imgDescriptor /= keypointDescriptors.rows;
}
}
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