Files
scikit-image/skimage/_shared/geometry.pxd
T
2012-08-21 15:43:26 +02:00

8 lines
328 B
Cython

cdef inline unsigned char point_in_polygon(int nr_verts, double *xp, double *yp,
double x, double y)
cdef void points_in_polygon(int nr_verts, double *xp, double *yp,
int nr_points, double *x, double *y,
unsigned char *result)