Commit c5e55dfd authored by Woody Chow's avatar Woody Chow

Optimize SIFT with AVX2

parent 6ab7a0df
......@@ -61,4 +61,6 @@
#include "opencv2/core/private.hpp"
#define USE_AVX2 (cv::checkHardwareSupport(CV_CPU_AVX2))
#endif
This diff is collapsed.
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