66 double higher_bound,
double low_cut_value,
67 double high_cut_value);
bool RotateCplImage(cpl_image *image, int rotate=0)
Definition imageProc.cpp:33
bool ThresholdCplImage(cpl_image *image, double lower_bound, double higher_bound, double low_cut_value, double high_cut_value)
Definition imageProc.cpp:72
bool FlipCplImage(cpl_image *image, int angle=0)
Definition imageProc.cpp:53