Back to Aurora Vision Studio website

You are here: Start » Filter Reference » Histogram » Histogram Spatial Transforms » CropHistogram

CropHistogram


Module: FoundationBasic

Confines a histogram to its continuous segment.

Name Type Range Description
Input value inHistogram Histogram Input histogram
Input value inStart Integer 0 - Index of the first element of the input histogram that will be included in the output histogram
Input value inBinCount Integer 0 - Number of bins in the output histogram
Output value outHistogram Histogram Output histogram

Description

Operation crops histogram to bins which are enclosed in inBinCount bins beginning from inStart bin.

Examples

CropHistogram performed on the sample histogram with inStart = 15, inBinCount = 65.

Errors

This filter can throw an exception to report error. Read how to deal with errors in Error Handling.

List of possible exceptions:

Error type Description
DomainError Selected index range exceeds the input histogram in CropHistogram.

Complexity Level

This filter is available on Basic Complexity Level.

See Also