You are here: Start » FIL.NET » FIS.LocateSingleObject_NCC2 Method
FIS.LocateSingleObject_NCC2 Method
Finds a single occurrence of a predefined template on an image by analysing the normalized correlation between pixel values.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void LocateSingleObject_NCC2 ( FilNet.Image inImage, FilNet.GrayModel2 inGrayModel, int inMinPyramidLevel, bool inIgnoreBoundaryObjects, float inMinScore, INullable<FilNet.Object2D> outObject )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Image on which model occurrences will be searched. | ||
![]() | inGrayModel | FilNet.GrayModel2 | Model of objects to be searched. | ||
![]() | inMinPyramidLevel | int | <0, 12> | 0 | Defines the lowest pyramid level at which object position is still refined. Default value: 0. |
![]() | inIgnoreBoundaryObjects | bool | False | Flag indicating whether objects crossing image boundary should be ignored or not. Default value: False. | |
![]() | inMinScore | float | <-1.0f, 1.0f> | 0.7f | Minimum score of object candidates accepted at each pyramid level. Default value: 0.7f. |
![]() | outObject | FilNet.INullable<FilNet.Object2D> | Found object. This parameter cannot be null. |
Function Overrides
- LocateSingleObject_NCC2(Image, NullableRef<ShapeRegion>, Nullable<CoordinateSystem2D>, GrayModel2, Int32, Nullable<Int32>, Boolean, Single, Nullable<Single>, Nullable<Single>, INullable<Object2D>)
- LocateSingleObject_NCC2(Image, NullableRef<ShapeRegion>, Nullable<CoordinateSystem2D>, GrayModel2, Int32, Nullable<Int32>, Boolean, Single, Nullable<Single>, Nullable<Single>, INullable<Object2D>, NullableValue<Int32>, NullableRef<ShapeRegion>)
- LocateSingleObject_NCC2(Image, NullableRef<ShapeRegion>, Nullable<CoordinateSystem2D>, GrayModel2, Int32, Nullable<Int32>, Boolean, Single, Nullable<Single>, Nullable<Single>, INullable<Object2D>, Int32, ShapeRegion, IList<Image>, IList<Image>, INullable<List<Single>>)
- LocateSingleObject_NCC2(Image, NullableRef<ShapeRegion>, Nullable<CoordinateSystem2D>, GrayModel2, Int32, Nullable<Int32>, Boolean, Single, Nullable<Single>, Nullable<Single>, INullable<Object2D>, NullableValue<Int32>, NullableRef<ShapeRegion>, IList<Image>, IList<Image>, INullable<List<Single>>)