Lines Matching full:exposure_weight
1337 // Ptr_MergeMertens createMergeMertens(float contrast_weight = 1.0f, float saturation_weight = 1.0f, float exposure_weight = 0.0f)
1343 (JNIEnv* env, jclass , jfloat contrast_weight, jfloat saturation_weight, jfloat exposure_weight)
1349 Ptr_MergeMertens _retval_ = cv::createMergeMertens( (float)contrast_weight, (float)saturation_weight, (float)exposure_weight );
2867 // void setExposureWeight(float exposure_weight)
2873 (JNIEnv* env, jclass , jlong self, jfloat exposure_weight)
2879 (*me)->setExposureWeight( (float)exposure_weight );