You are here: Start » FIL.NET » FIS.FisFilter_ScanExactlyNStripes Method
FIS.FisFilter_ScanExactlyNStripes Method
Locates a specified number of multiple pairs of opposite edges across a given path.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void FisFilter_ScanExactlyNStripes ( FilNet.ScanMapState ioState, FilNet.Image inImage, FilNet.Path inScanPath, FilNet.CoordinateSystem2D? inScanPathAlignment, int inScanWidth, FilNet.InterpolationMethod inImageInterpolation, FilNet.StripeScanParams inStripeScanParams, int inStripeCount, FilNet.Selection inStripeSelection, float inMinGapWidth, float? inMaxGapWidth, FilNet.LocalBlindness? inLocalBlindness, INullable<List<FilNet.Stripe1D>> outStripes, INullable<List<FilNet.Gap1D>> outGaps, NullableRef<FilNet.Path> outAlignedScanPath )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
ioState | FilNet.ScanMapState | ||||
![]() | inImage | FilNet.Image | Input image to be measured. | ||
![]() | inScanPath | FilNet.Path | Path along which the scan is performed. | ||
![]() | inScanPathAlignment | FilNet.CoordinateSystem2D? | Adjusts the scan path to the position of the inspected object. Default value: ftl::NIL. | ||
![]() | inScanWidth | int | <1, INF> | 5 | Width of the scan field in pixels. Default value: 5. |
![]() | inImageInterpolation | FilNet.InterpolationMethod | Bilinear | Interpolation method used in extraction of image pixel values. Default value: Bilinear. | |
![]() | inStripeScanParams | FilNet.StripeScanParams | StripeScanParams ( ProfileInterpolation: Quadratic4 SmoothingStdDev: 0.6f MinMagnitude: 5.0f MaxInnerEdgeMagnitude: Nil StripePolarity: Dark MinStripeWidth: 0.0f MaxStripeWidth: Nil ) | Parameters controlling the stripe extraction process. Default value: StripeScanParams ( ProfileInterpolation: Quadratic4 SmoothingStdDev: 0.6f MinMagnitude: 5.0f MaxInnerEdgeMagnitude: Nil StripePolarity: Dark MinStripeWidth: 0.0f MaxStripeWidth: Nil ). | |
![]() | inStripeCount | int | <0, INF> | 1 | Number of stripes to be found. Default value: 1. |
![]() | inStripeSelection | FilNet.Selection | Selection mode of the resulting stripes. | ||
![]() | inMinGapWidth | float | <0.0f, INF> | 0.0f | Minimal distance between consecutive stripes. Default value: 0.0f. |
![]() | inMaxGapWidth | float? | <0.0f, INF> | Maximal distance between consecutive stripes. Default value: ftl::NIL. | |
![]() | inLocalBlindness | FilNet.LocalBlindness? | Defines conditions in which weaker edges can be detected in the vicinity of stronger edges. Default value: ftl::NIL. | ||
![]() | outStripes | FilNet.INullable<System.Collections.Generic.List<FilNet.Stripe1D>> | Found stripes. This parameter cannot be null. | ||
![]() | outGaps | FilNet.INullable<System.Collections.Generic.List<FilNet.Gap1D>> | Gaps between consecutive stripes. This parameter cannot be null. | ||
![]() | outAlignedScanPath | FilNet.NullableRef<FilNet.Path> | Path along which the scan is performed; in the image coordinate system. Can be null to skip this parameter calculation. |
Function Overrides
- FisFilter_ScanExactlyNStripes(ScanMapState, Image, Path, Int32, InterpolationMethod, StripeScanParams, Int32, Selection, Single, INullable<List<Stripe1D>>, INullable<List<Gap1D>>)
- FisFilter_ScanExactlyNStripes(ScanMapState, Image, Path, Int32, InterpolationMethod, StripeScanParams, Int32, Selection, Single, INullable<List<Stripe1D>>, INullable<List<Gap1D>>, NullableRef<Path>)
- FisFilter_ScanExactlyNStripes(ScanMapState, Image, Path, Nullable<CoordinateSystem2D>, Int32, InterpolationMethod, StripeScanParams, Int32, Selection, Single, Nullable<Single>, Nullable<LocalBlindness>, INullable<List<Stripe1D>>, INullable<List<Gap1D>>)
- FisFilter_ScanExactlyNStripes(ScanMapState, Image, Path, Int32, InterpolationMethod, StripeScanParams, Int32, Selection, Single, INullable<List<Stripe1D>>, INullable<List<Gap1D>>, Profile, Profile, IList<Path>, Single)
- FisFilter_ScanExactlyNStripes(ScanMapState, Image, Path, Int32, InterpolationMethod, StripeScanParams, Int32, Selection, Single, INullable<List<Stripe1D>>, INullable<List<Gap1D>>, NullableRef<Path>, Profile, Profile, IList<Path>, Single)
- FisFilter_ScanExactlyNStripes(ScanMapState, Image, Path, Nullable<CoordinateSystem2D>, Int32, InterpolationMethod, StripeScanParams, Int32, Selection, Single, Nullable<Single>, Nullable<LocalBlindness>, INullable<List<Stripe1D>>, INullable<List<Gap1D>>, Profile, Profile, IList<Path>, Single)
- FisFilter_ScanExactlyNStripes(ScanMapState, Image, Path, Nullable<CoordinateSystem2D>, Int32, InterpolationMethod, StripeScanParams, Int32, Selection, Single, Nullable<Single>, Nullable<LocalBlindness>, INullable<List<Stripe1D>>, INullable<List<Gap1D>>, Path, Profile, Profile, IList<Path>, Single)
- FisFilter_ScanExactlyNStripes(ScanMapState, Image, Path, Nullable<CoordinateSystem2D>, Int32, InterpolationMethod, StripeScanParams, Int32, Selection, Single, Nullable<Single>, Nullable<LocalBlindness>, INullable<List<Stripe1D>>, INullable<List<Gap1D>>, NullableRef<Path>, Profile, Profile, IList<Path>, Single)