Home | History | Annotate | Download | only in opencv2

Lines Matching full:sigma_space

399     CV_WRAP virtual void setSigmaSpace(float sigma_space) = 0;
411 @param sigma_space bilateral filter sigma in color space
415 createTonemapDurand(float gamma = 1.0f, float contrast = 4.0f, float saturation = 1.0f, float sigma_space = 2.0f, float sigma_color = 2.0f);