[]
Builtin Histogram effect.
public class Histogram : Effect, IDisposable, IUnknown
Initializes a new instance of the Histogram class.
public Histogram(IntPtr nativePtr)
nativePtr
System.IntPtrThe native pointer.
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.
public ChannelSelector ChannelSelect { get; set; }
The output array.
public float[] HistogramOutput { get; }
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.
public int NumBins { get; set; }
Initializes a new instance of Histogram effect.
public static Histogram Create(DeviceContext context)
context
DeviceContext