You are here: Start » FIL.NET » FIS.FisFilter_ScanSingleEdge Method
FIS.FisFilter_ScanSingleEdge Method
Locates the strongest transition between dark and bright pixels along a given path.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void FisFilter_ScanSingleEdge ( FilNet.ScanMapState ioState, FilNet.Image inImage, FilNet.Path inScanPath, int inScanWidth, FilNet.InterpolationMethod inImageInterpolation, FilNet.EdgeScanParams inEdgeScanParams, FilNet.Selection inEdgeSelection, out FilNet.Edge1D? outEdge, FilNet.Profile diagBrightnessProfile, FilNet.Profile diagResponseProfile, IList<FilNet.Path> diagSamplingPoints, out float diagSamplingStep )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
ioState | FilNet.ScanMapState | ||||
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inScanPath | FilNet.Path | Path along which the scan is performed. | ||
![]() | inScanWidth | int | <1, INF> | 5 | Width of the scan field in pixels. Default value: 5. |
![]() | inImageInterpolation | FilNet.InterpolationMethod | Bilinear | Interpolation method used for extraction of image pixels. Default value: Bilinear. | |
![]() | inEdgeScanParams | FilNet.EdgeScanParams | EdgeScanParams ( ProfileInterpolation: Quadratic4 SmoothingStdDev: 0.6f MinMagnitude: 5.0f EdgeTransition: BrightToDark ) | Parameters controlling the edge extraction process. Default value: EdgeScanParams ( ProfileInterpolation: Quadratic4 SmoothingStdDev: 0.6f MinMagnitude: 5.0f EdgeTransition: BrightToDark ). | |
![]() | inEdgeSelection | FilNet.Selection | If many edge points are possible, defines which one is selected. | ||
![]() | outEdge | FilNet.Edge1D? | Found edge. | ||
![]() | diagBrightnessProfile | FilNet.Profile | Extracted image profile. | ||
![]() | diagResponseProfile | FilNet.Profile | Profile of the edge (derivative) operator response. | ||
![]() | diagSamplingPoints | System.Collections.Generic.IList<FilNet.Path> | Array of paths each one containing the sampling points that contributed to a single value of the extracted profile. | ||
![]() | diagSamplingStep | float | Used distance between consecutive sampling points on the scan path. |
Function Overrides
- FisFilter_ScanSingleEdge(ScanMapState, Image, Path, Int32, InterpolationMethod, EdgeScanParams, Selection, Nullable<Edge1D>)
- FisFilter_ScanSingleEdge(ScanMapState, Image, Path, Int32, InterpolationMethod, EdgeScanParams, Selection, Nullable<Edge1D>, NullableRef<Path>)
- FisFilter_ScanSingleEdge(ScanMapState, Image, Path, Nullable<CoordinateSystem2D>, Int32, InterpolationMethod, EdgeScanParams, Selection, Nullable<LocalBlindness>, Nullable<Edge1D>)
- FisFilter_ScanSingleEdge(ScanMapState, Image, Path, Nullable<CoordinateSystem2D>, Int32, InterpolationMethod, EdgeScanParams, Selection, Nullable<LocalBlindness>, Nullable<Edge1D>, NullableRef<Path>)
- FisFilter_ScanSingleEdge(ScanMapState, Image, Path, Int32, InterpolationMethod, EdgeScanParams, Selection, Nullable<Edge1D>, NullableRef<Path>, Profile, Profile, IList<Path>, Single)
- FisFilter_ScanSingleEdge(ScanMapState, Image, Path, Nullable<CoordinateSystem2D>, Int32, InterpolationMethod, EdgeScanParams, Selection, Nullable<LocalBlindness>, Nullable<Edge1D>, Profile, Profile, IList<Path>, Single)
- FisFilter_ScanSingleEdge(ScanMapState, Image, Path, Nullable<CoordinateSystem2D>, Int32, InterpolationMethod, EdgeScanParams, Selection, Nullable<LocalBlindness>, Nullable<Edge1D>, Path, Profile, Profile, IList<Path>, Single)
- FisFilter_ScanSingleEdge(ScanMapState, Image, Path, Nullable<CoordinateSystem2D>, Int32, InterpolationMethod, EdgeScanParams, Selection, Nullable<LocalBlindness>, Nullable<Edge1D>, NullableRef<Path>, Profile, Profile, IList<Path>, Single)