| 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; }
Public Property HistBinNum As Integer
Get
Set
public:
property int HistBinNum {
int get ();
void set (int value);
}
member HistBinNum : int with get, set
Property Value
Type:
Int32See Also