Home
last modified time | relevance | path

Searched refs:createTonemapMantiuk (Results 1 – 5 of 5) sorted by relevance

/external/opencv3/modules/java/src/
Dphoto+Photo.java175 public static TonemapMantiuk createTonemapMantiuk(float gamma, float scale, float saturation) in createTonemapMantiuk() method in Photo
184 public static TonemapMantiuk createTonemapMantiuk() in createTonemapMantiuk() method in Photo
Dphoto.cpp1140 …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()
/external/opencv3/modules/photo/test/
Dtest_hdr.cpp121 Ptr<TonemapMantiuk> mantiuk = createTonemapMantiuk(gamma); in TEST()
/external/opencv3/modules/photo/include/opencv2/
Dphoto.hpp473 createTonemapMantiuk(float gamma = 1.0f, float scale = 0.7f, float saturation = 1.0f);
/external/opencv3/modules/photo/src/
Dtonemap.cpp532 Ptr<TonemapMantiuk> createTonemapMantiuk(float gamma, float scale, float saturation) in createTonemapMantiuk() function