mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-28 01:16:18 +08:00
6 lines
150 B
Cython
6 lines
150 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) nogil
|