WhiteBalancer Objective-C @interface WhiteBalancer : Algorithm Swift class WhiteBalancer : Algorithm The base class for auto white balance algorithms. Member of Xphoto Methods -balanceWhite:dst: Applies white balancing to the input image Declaration Objective-C - (void)balanceWhite:(nonnull Mat *)src dst:(nonnull Mat *)dst; Swift func balanceWhite(src: Mat, dst: Mat) Parameters src Input image dst White balancing result See cvtColor, equalizeHist © 2020 OpenCV. All rights reserved. (Last updated: 2020-07-18) Generated by jazzy ♪♫ v0.13.5, a Realm project.