Package org.opencv.xphoto
Class WhiteBalancer
java.lang.Object
org.opencv.core.Algorithm
org.opencv.xphoto.WhiteBalancer
- Direct Known Subclasses:
GrayworldWB,LearningBasedWB,SimpleWB
The base class for auto white balance algorithms.
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic WhiteBalancer__fromPtr__(long addr) voidbalanceWhite(Mat src, Mat dst) Applies white balancing to the input imageprotected voidfinalize()Methods inherited from class org.opencv.core.Algorithm
clear, empty, getDefaultName, getNativeObjAddr, save
-
Constructor Details
-
WhiteBalancer
protected WhiteBalancer(long addr)
-
-
Method Details