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