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 those values.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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
ioStateFilNet.ScanMapState
inImageFilNet.ImageInput image.
inScanPathFilNet.PathPath along which the profile is extracted.
inScanWidthint<1, INF>5Width of the scan field in pixels. Default value: 5.
inSamplingParamsFilNet.SamplingParamsParameters controlling the sampling process.
inSmoothingStdDevfloat<0.0f, INF>0.6fStandard deviation of the gaussian smoothing applied to the extracted profile. Default value: 0.6f.
inAccumulationModeFilNet.AccumulationModeDetermines how the pixel values are combined.
outProfileFilNet.ProfileThe resulting profile of the pixel brightness.
outPathFilNet.PathThe path consisting of the points from which the resulting profile is extracted.

Function Overrides

See also