You are here: Start » FIL.NET » Invoke.CropHistogram
Confines a histogram to its continuous segment.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void CropHistogram ( Fil.Histogram inHistogram, int inStart, int inBinCount, Fil.Histogram outHistogram )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inHistogram | Fil.Histogram | Input histogram. | ||
![]() | inStart | int | <0, INF> | Index of the first element of the input histogram that will be included in the output histogram. | |
![]() | inBinCount | int | <0, INF> | Number of bins in the output histogram. | |
![]() | outHistogram | Fil.Histogram | Output histogram. |