mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-28 02:47:01 +08:00
6 lines
144 B
Cython
6 lines
144 B
Cython
cimport numpy as cnp
|
|
|
|
|
|
cdef float integrate(float[:, ::1] sat, Py_ssize_t r0, Py_ssize_t c0,
|
|
Py_ssize_t r1, Py_ssize_t c1)
|