diff --git a/skimage/feature/censure_cy.pyx b/skimage/feature/censure_cy.pyx index b65b0d96..92d5a142 100644 --- a/skimage/feature/censure_cy.pyx +++ b/skimage/feature/censure_cy.pyx @@ -8,9 +8,9 @@ import numpy as np def _censure_dob_loop(double[:, ::1] image, Py_ssize_t n, - double[:, ::1] integral_img, - double[:, ::1] filtered_image, - double inner_weight, double outer_weight): + double[:, ::1] integral_img, + double[:, ::1] filtered_image, + double inner_weight, double outer_weight): cdef Py_ssize_t i, j cdef double inner, outer