You are here: Start » AVL.NET » ImageLocalExtremaVerification Structure

ImageLocalExtremaVerification Structure

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

This structure contains parameters for verification of local extrema visible on an image.

Constructors

 ConstructorDescription
ImageLocalExtremaVerification(Int32, Single, Single)

Properties

 NameTypeDescription
DefaultAvlNet.ImageLocalExtremaVerification
IsDefaultSystem.Boolean
MinDifferenceSystem.SingleDefines minimal difference between a local extremum pixel value and verification circle pixels
PointCountSystem.Int32Defines how many of pixel values along verification circle will be checked in order to compute extremum strength
RadiusSystem.SingleDefines radius of verification circle

Methods

 NameDescription
Equals(AvlNet.ImageLocalExtremaVerification)
Equals(object)Inherited from System.Object
Equals(AvlNet.ImageLocalExtremaVerification, AvlNet.ImageLocalExtremaVerification)
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
ToString()Inherited from System.Object

Remarks

See also