You are here: Start » FIL.NET » Function Reference » Image » Image Features » FIL.ImageProfileAlongPath
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 those values.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void ImageProfileAlongPath ( FilNet.ScanMapState ioState, FilNet.Image inImage, FilNet.Path inScanPath, int inScanWidth, FilNet.SamplingParams inSamplingParams, float inSmoothingStdDev, FilNet.AccumulationMode inAccumulationMode, FilNet.Profile outProfile, FilNet.Path outPath )
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 field in pixels. Default value: 5. |
![]() | inSamplingParams | FilNet.SamplingParams | Parameters controlling the sampling process. | ||
![]() | inSmoothingStdDev | float | <0.0f, INF> | 0.6f | Standard deviation of the gaussian smoothing applied to the extracted profile. Default value: 0.6f. |
![]() | inAccumulationMode | FilNet.AccumulationMode | Determines how the pixel values are combined. | ||
![]() | 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. |
Examples
![]() |
![]() |
ImageProfileAlongPath applied on an image of a bottle (inScanWidth = 5)
Function Overrides
- ImageProfileAlongPath(ScanMapState, Image, Path, Nullable<CoordinateSystem2D>, Int32, SamplingParams, Single, AccumulationMode, Nullable<Pixel>, Profile, Path)
- ImageProfileAlongPath(ScanMapState, Image, Path, Nullable<CoordinateSystem2D>, Int32, SamplingParams, Single, AccumulationMode, Nullable<Pixel>, Profile, Path, NullableRef<Path>)
- ImageProfileAlongPath(ScanMapState, Image, Path, Nullable<CoordinateSystem2D>, Int32, SamplingParams, Single, AccumulationMode, Nullable<Pixel>, Profile, Path, Path, IList<Path>, Single)
- ImageProfileAlongPath(ScanMapState, Image, Path, Nullable<CoordinateSystem2D>, Int32, SamplingParams, Single, AccumulationMode, Nullable<Pixel>, Profile, Path, NullableRef<Path>, IList<Path>, Single)