removed debug printf in GPUSURF
git-svn-id: http://find-object.googlecode.com/svn/trunk/find_object@343 620bd6b2-0a58-f614-fd9a-1bd335dccda9
This commit is contained in:
parent
0dd16a6ef4
commit
6b41293f74
@ -166,7 +166,6 @@ public:
|
|||||||
surf_.nOctaves,
|
surf_.nOctaves,
|
||||||
image.cols,
|
image.cols,
|
||||||
image.rows);
|
image.rows);
|
||||||
printf("img.size().area()=%d surf.keypointsRatio=%d\n", imgGpu.size().area(), surf_.keypointsRatio);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -188,7 +187,6 @@ public:
|
|||||||
surf_.nOctaves,
|
surf_.nOctaves,
|
||||||
image.cols,
|
image.cols,
|
||||||
image.rows);
|
image.rows);
|
||||||
printf("img.size().area()=%d surf.keypointsRatio=%d\n", imgGpu.size().area(), surf_.keypointsRatio);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Download descriptors
|
// Download descriptors
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user