[]
Builtin Histogram effect.
public class Histogram : Effect, IDisposable, IUnknown
Name | Description |
---|---|
Histogram(IntPtr) | Initializes a new instance of the Histogram class. |
Name | Description |
---|---|
ChannelSelect | Specifies the channel used to generate the histogram. This effect has a single data output corresponding to the specified channel. See Channel selectors for more info. |
HistogramOutput | The output array. |
NumBins | Specifies the number of bins used for the histogram. The range of intensity values that fall into a particular bucket depend on the number of specified buckets. |
Name | Description |
---|---|
Create(DeviceContext) | Initializes a new instance of Histogram effect. |