Back to FabImage Studio website
You are here: Start » Filter Reference » Histogram Basics » SkipEmptyDataHistogram
If the input histogram contains any non-zero bin, then the histogram is copied to the output; otherwise Nil is returned.
Name | Type | Description | |
---|---|---|---|
![]() |
inHistogram | Histogram | Input histogram |
![]() |
outNotEmptyDataHistogram | Histogram? | |
![]() |
outIsNotEmpty | Bool |
Applications
Secures against domain errors caused by histograms representing empty data sets, e.g. just before the HistogramDataAverage filter is to be invoked.
Complexity Level
This filter is available on Basic Complexity Level.