You are here: Start » AVL.NET » AVL.LocateSingleObject_NCC(AvlNet.Image, AvlNet.GrayModel, int, int?, bool, float, AvlNet.Object2D?, int, AvlNet.Image[], AvlNet.Image[], float[])
AVL.LocateSingleObject_NCC(AvlNet.Image, AvlNet.GrayModel, int, int?, bool, float, AvlNet.Object2D?, int, AvlNet.Image[], AvlNet.Image[], float[])
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void LocateSingleObject_NCC( AvlNet.Image inImage, AvlNet.GrayModel inGrayModel, int inMinPyramidLevel, int? inMaxPyramidLevel, bool inIgnoreBoundaryObjects, float inMinScore, out AvlNet.Object2D? outObject, out int outPyramidHeight, out AvlNet.Image[] diagImagePyramid, out AvlNet.Image[] diagMatchPyramid, out float[] diagScores )
Parameters
- inImage
- Type: AvlNet.Image
- inGrayModel
- Type: AvlNet.GrayModel
- inMinPyramidLevel
- Type: System.Int32
- inMaxPyramidLevel
- Type: System.Nullable<System.Int32>
- inIgnoreBoundaryObjects
- Type: System.Boolean
- inMinScore
- Type: System.Single
- outObject
- Type: System.Nullable<AvlNet.Object2D>
- outPyramidHeight
- Type: System.Int32
- diagImagePyramid
- Type: AvlNet.Image
- diagMatchPyramid
- Type: AvlNet.Image
- diagScores
- Type: System.Single
