Click or drag to resize

LearningBasedWBHistBinNum Property

Defines the size of one dimension of a three-dimensional RGB histogram that is used internally by the algorithm. It often makes sense to increase the number of bins for images with higher bit depth (e.g. 256 bins for a 12 bit image).

Namespace:  OpenCvSharp.XPhoto
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public int HistBinNum { get; set; }

Property Value

Type: Int32
See Also