CropHistogram


Confines a histogram to its continuous segment.

Syntax

C++
C#
Python
 
def CropHistogram(
	inHistogram: Histogram,
	inStart: int,
	inBinCount: int,
	outHistogram: Histogram,
	/
)
-> None

Parameters

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