Uses of Class
org.opencv.xphoto.WhiteBalancer
-
Packages that use WhiteBalancer Package Description org.opencv.xphoto -
-
Uses of WhiteBalancer in org.opencv.xphoto
Subclasses of WhiteBalancer in org.opencv.xphoto Modifier and Type Class Description class
GrayworldWB
Gray-world white balance algorithm This algorithm scales the values of pixels based on a gray-world assumption which states that the average of all channels should result in a gray image.class
LearningBasedWB
More sophisticated learning-based automatic white balance algorithm.class
SimpleWB
A simple white balance algorithm that works by independently stretching each of the input image channels to the specified range.Methods in org.opencv.xphoto that return WhiteBalancer Modifier and Type Method Description static WhiteBalancer
WhiteBalancer. __fromPtr__(long addr)
-