mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-05 03:56:21 +08:00
7 lines
159 B
Cython
7 lines
159 B
Cython
cimport numpy as cnp
|
|
import numpy as np
|
|
|
|
|
|
cdef float integrate(cnp.ndarray[float, ndim=2, mode="c"] sat,
|
|
int r0, int c0, int r1, int c1)
|