Click or drag to resize

LearningBasedWBHistBinNum Property

http://www.emgu.com
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:  Emgu.CV.XPhoto
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public int HistBinNum { get; set; }

Property Value

Type: Int32
See Also