You are here: Start » FIL.NET » FIS.ImageProfileAlongPath Method
FIS.ImageProfileAlongPath Method
Creates a series of segments across the input path, measures the average pixel intensity on each of the segments, and creates the final profile from that values.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void ImageProfileAlongPath ( FilNet.ScanMapState ioState, FilNet.Image inImage, FilNet.Path inScanPath, int inScanWidth, FilNet.InterpolationMethod inInterpolationMethod, float inSmoothingStdDev, FilNet.Profile outProfile, FilNet.Path outPath, IList<FilNet.Path> diagSamplingPoints )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
ioState | FilNet.ScanMapState | ||||
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inScanPath | FilNet.Path | Path along which the profile is extracted. | ||
![]() | inScanWidth | int | <1, INF> | 5 | Width of the scan area. Default value: 5. |
![]() | inInterpolationMethod | FilNet.InterpolationMethod | Bilinear | Interpolation method used to compute pixel brightness in locations of not-integer coordinates. Default value: Bilinear. | |
![]() | inSmoothingStdDev | float | <0.0f, INF> | 0.6f | Standard deviation of the gaussian smoothing applied to the extracted profile. Default value: 0.6f. |
![]() | outProfile | FilNet.Profile | The resulting profile of the pixel brightness. | ||
![]() | outPath | FilNet.Path | The path consisting of the points from which the resulting profile is extracted. | ||
![]() | 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. |
Function Overrides
- ImageProfileAlongPath(ScanMapState, Image, Path, Int32, InterpolationMethod, Single, Profile, Path)
- ImageProfileAlongPath(ScanMapState, Image, Path, Int32, InterpolationMethod, Single, Profile, Path, NullableRef<Path>)
- ImageProfileAlongPath(ScanMapState, Image, Path, Nullable<CoordinateSystem2D>, Int32, InterpolationMethod, Single, Profile, Path)
- ImageProfileAlongPath(ScanMapState, Image, Path, Nullable<CoordinateSystem2D>, Int32, InterpolationMethod, Single, Profile, Path, IList<Path>)
- ImageProfileAlongPath(ScanMapState, Image, Path, Int32, InterpolationMethod, Single, Profile, Path, NullableRef<Path>, IList<Path>)
- ImageProfileAlongPath(ScanMapState, Image, Path, Nullable<CoordinateSystem2D>, Int32, InterpolationMethod, Single, Profile, Path, NullableRef<Path>)
- ImageProfileAlongPath(ScanMapState, Image, Path, Nullable<CoordinateSystem2D>, Int32, InterpolationMethod, Single, Profile, Path, Path, IList<Path>)
- ImageProfileAlongPath(ScanMapState, Image, Path, Nullable<CoordinateSystem2D>, Int32, InterpolationMethod, Single, Profile, Path, NullableRef<Path>, IList<Path>)