Property Histograms
Histograms
領域に対応するヒストグラムのディクショナリ。 ヒストグラムの種別をキーとして各ヒストグラムクラスを値として持ちます。 ヒストグラム種別はGrayscale,RGB,HSVなどの単位。
Declaration
IDictionary<HistogramType, IHistogram> Histograms { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<HistogramType, IHistogram> |