Merge pull request #847 from ahojnnes/template

Fix bugs in array padding and template matching
This commit is contained in:
Josh Warner
2014-01-13 19:13:55 -08:00
9 changed files with 642 additions and 505 deletions
+1
View File
@@ -41,4 +41,5 @@ cdef float integrate(float[:, ::1] sat, Py_ssize_t r0, Py_ssize_t c0,
if (c0 - 1 >= 0):
S -= sat[r1, c0 - 1]
return S