You are here: Start » FIL.NET » FIS.DetectCorners_CornerResponse Method

FIS.DetectCorners_CornerResponse Method

Detects corners using corner response method.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void DetectCorners_CornerResponse
(
	FilNet.Image inMonoImage,
	FilNet.CornerResponseMethod inCornerResponseMethod,
	int inKernelSize,
	NullableRef<List<FilNet.Point2D>> outCorners,
	NullableRef<FilNet.Image> outCornerResponseImage
)

Parameters

Name Type Range Default Description
inMonoImageFilNet.ImageInput image.
inCornerResponseMethodFilNet.CornerResponseMethodMethod for computing corner response.
inKernelSizeint<1, 10>3Method kernel size. Default value: 3.
outCornersFilNet.NullableRef<System.Collections.Generic.List<FilNet.Point2D>>Found corner points. Can be null to skip this parameter calculation.
outCornerResponseImageFilNet.NullableRef<FilNet.Image> Can be null to skip this parameter calculation.

Function Overrides

See also