1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

possibly repaired FAST test (however, FAST<7/12> and <5/8> could still do something different than described in the paper)

This commit is contained in:
Vadim Pisarevsky
2012-09-25 15:50:03 +04:00
parent 6308be2c3e
commit 60769f544f
3 changed files with 53 additions and 67 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ void FAST_t(InputArray _img, std::vector<KeyPoint>& keypoints, int threshold, bo
if( i < img.rows - 3 )
{
j = 3;
#if CV_SSE2
#if 0 //CV_SSE2
for(; j < img.cols - 16 - 3; j += 16, ptr += 16)
{
__m128i m0, m1;