Repository URL to install this package:
Version:
0.3.1 ▾
|
optv
/
image_processing.pxd
|
---|
# cython: language_level=3
# distutils: language = c
from optv.parameters cimport control_par
cdef extern from "optv/image_processing.h":
int prepare_image(unsigned char * img,
unsigned char * img_hp,
int dim_lp,
int filter_hp,
char * filter_file,
control_par * cpar)