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: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic 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
function get_HistBinNum();
function set_HistBinNum(value);
Property Value
Type:
Int32
See Also