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.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntax
public int HistBinNum { get; set; }

Property Value

Type: Int32
See Also