Uses of Class
org.opencv.photo.TonemapReinhard
-
Packages that use TonemapReinhard Package Description org.opencv.photo -
-
Uses of TonemapReinhard in org.opencv.photo
Methods in org.opencv.photo that return TonemapReinhard Modifier and Type Method Description static TonemapReinhardTonemapReinhard. __fromPtr__(long addr)static TonemapReinhardPhoto. createTonemapReinhard()Creates TonemapReinhard object value, if 0 it's global, otherwise it's a weighted mean of this two cases.static TonemapReinhardPhoto. createTonemapReinhard(float gamma)Creates TonemapReinhard objectstatic TonemapReinhardPhoto. createTonemapReinhard(float gamma, float intensity)Creates TonemapReinhard objectstatic TonemapReinhardPhoto. createTonemapReinhard(float gamma, float intensity, float light_adapt)Creates TonemapReinhard objectstatic TonemapReinhardPhoto. createTonemapReinhard(float gamma, float intensity, float light_adapt, float color_adapt)Creates TonemapReinhard object
-