Searched refs:apply_constraints (Results 1 – 3 of 3) sorted by relevance
195 _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()
40 …void apply_constraints (cv::Mat &image, float threshold_min_value = 0.0f, float threshold_max_valu…
79 CVImageProcessHelper::apply_constraints (cv::Mat &image, float threshold_min_value, float threshold… in apply_constraints() function in XCam::CVImageProcessHelper