You are here: Start » AVL.NET » AVL.ImageProfileAlongPath(AvlNet.ImageProfileAlongPathState, AvlNet.Image, AvlNet.Path, int, AvlNet.InterpolationMethod, float, AvlNet.Profile, AvlNet.Path, AvlNet.Path)
AVL.ImageProfileAlongPath(AvlNet.ImageProfileAlongPathState, AvlNet.Image, AvlNet.Path, int, AvlNet.InterpolationMethod, float, AvlNet.Profile, AvlNet.Path, AvlNet.Path)
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void ImageProfileAlongPath( ref AvlNet.ImageProfileAlongPathState ioState, AvlNet.Image inImage, AvlNet.Path inScanPath, int inScanWidth, AvlNet.InterpolationMethod inInterpolationMethod, float inSmoothingStdDev, out AvlNet.Profile outProfile, out AvlNet.Path outPath, out AvlNet.Path outAlignedScanPath )
Parameters
- ioState
- Type: AvlNet.ImageProfileAlongPathState
- inImage
- Type: AvlNet.Image
- inScanPath
- Type: AvlNet.Path
- inScanWidth
- Type: System.Int32
- inInterpolationMethod
- Type: AvlNet.InterpolationMethod
- inSmoothingStdDev
- Type: System.Single
- outProfile
- Type: AvlNet.Profile
- outPath
- Type: AvlNet.Path
- outAlignedScanPath
- Type: AvlNet.Path
