75 double higher_bound,
double low_cut_value,
76 double high_cut_value);
bool RotateCplImage(cpl_image *image, int rotate=0)
Definition: imageProc.cpp:42
bool ThresholdCplImage(cpl_image *image, double lower_bound, double higher_bound, double low_cut_value, double high_cut_value)
Definition: imageProc.cpp:81
bool FlipCplImage(cpl_image *image, int angle=0)
Definition: imageProc.cpp:62