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 | |
|---|---|---|---|---|---|
![]() |
inHistogram | Histogram | Input histogram | ||
![]() |
inStart | int | 0 - ![]() |
Index of the first element of the input histogram that will be included in the output histogram | |
![]() |
inBinCount | int | 0 - ![]() |
Number of bins in the output histogram | |
![]() |
outHistogram | Histogram | Output histogram |



