Home | History | Annotate | Download | only in opencv2

Lines Matching full:exposure_weight

687     CV_WRAP virtual void setExposureWeight(float exposure_weight) = 0;
694 @param exposure_weight well-exposedness measure weight
697 createMergeMertens(float contrast_weight = 1.0f, float saturation_weight = 1.0f, float exposure_weight = 0.0f);