Home
last modified time | relevance | path

Searched refs:apply_constraints (Results 1 – 3 of 3) sorted by relevance

/external/libxcam/modules/ocl/
Dcv_image_deblurring.cpp195 _helper->apply_constraints (deblurred_rgb[i], 0); in blind_deblurring()
217 _helper->apply_constraints (kernel_current, (float)max_val / 20); in blind_deblurring_one_channel()
220 _helper->apply_constraints (deblurred_current, 0); in blind_deblurring_one_channel()
Dcv_image_process_helper.h40 …void apply_constraints (cv::Mat &image, float threshold_min_value = 0.0f, float threshold_max_valu…
Dcv_image_process_helper.cpp79 CVImageProcessHelper::apply_constraints (cv::Mat &image, float threshold_min_value, float threshold… in apply_constraints() function in XCam::CVImageProcessHelper