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) void
balanceWhite
(Mat src, Mat dst) Applies white balancing to the input imageprotected void
finalize()
Methods inherited from class org.opencv.core.Algorithm
clear, empty, getDefaultName, getNativeObjAddr, save
-
Constructor Details
-
WhiteBalancer
protected WhiteBalancer(long addr)
-
-
Method Details