mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-28 12:28:23 +08:00
6 lines
168 B
Cython
6 lines
168 B
Cython
cimport numpy as cnp
|
|
|
|
|
|
cdef float integrate(cnp.ndarray[float, ndim=2, mode="c"] sat,
|
|
Py_ssize_t r0, Py_ssize_t c0, Py_ssize_t r1, Py_ssize_t c1)
|