Searched refs:createTonemapMantiuk (Results 1 – 5 of 5) sorted by relevance
175 public static TonemapMantiuk createTonemapMantiuk(float gamma, float scale, float saturation) in createTonemapMantiuk() method in Photo184 public static TonemapMantiuk createTonemapMantiuk() in createTonemapMantiuk() method in Photo
1140 …Ptr_TonemapMantiuk _retval_ = cv::createTonemapMantiuk( (float)gamma, (float)scale, (float)saturat… in Java_org_opencv_photo_Photo_createTonemapMantiuk_10()1161 Ptr_TonemapMantiuk _retval_ = cv::createTonemapMantiuk( ); in Java_org_opencv_photo_Photo_createTonemapMantiuk_11()
121 Ptr<TonemapMantiuk> mantiuk = createTonemapMantiuk(gamma); in TEST()
473 createTonemapMantiuk(float gamma = 1.0f, float scale = 0.7f, float saturation = 1.0f);
532 Ptr<TonemapMantiuk> createTonemapMantiuk(float gamma, float scale, float saturation) in createTonemapMantiuk() function