Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
optv / image_processing.pxd
Size: Mime:
# 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)