Add comment about code duplication.

This commit is contained in:
Tony S Yu
2011-12-12 23:22:45 -05:00
parent 6272c312c4
commit acc35c843b
+4
View File
@@ -19,6 +19,10 @@ cdef double sum_integral(np.ndarray[np.double_t, ndim=2, mode="c"] sat,
Using a summed area table / integral image, calculate the sum
over a given window.
This function is the same as the `integrate` function in
`skimage.transform.integrate`, but this Cython version significantly
speeds up the code.
Parameters
----------
sat : ndarray of double_t