Fix some performance regressions in Cython implementation of FAST

This commit is contained in:
Johannes Schönberger
2013-08-23 22:39:11 +02:00
parent da30925dd5
commit c81fd76905
-1
View File
@@ -116,7 +116,6 @@ def _corner_fast(double[:, ::1] image, char n, double threshold):
cdef char *rp = [0, 1, 2, 3, 3, 3, 2, 1, 0, -1, -2, -3, -3, -3, -2, -1]
cdef char *cp = [3, 3, 2, 1, 0, -1, -2, -3, -3, -3, -2, -1, 0, 1, 2, 3]
cdef char bins[16]
cdef double circle_intensities[16]