CvLSVMFilterPosition Structure OpenCvSharp Class Library
Structure describes the position of the filter in the feature pyramid

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

[SerializableAttribute]
public struct CvLSVMFilterPosition : IEquatable<CvLSVMFilterPosition>

The CvLSVMFilterPosition type exposes the following members.

Constructors

  NameDescription
Public methodCvLSVMFilterPosition
Constructor
Top
Methods

  NameDescription
Public methodEquals(Object)
Specifies whether this object contains the same members as the specified Object.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(CvLSVMFilterPosition)
Specifies whether this object contains the same members as the specified Object.
Public methodGetHashCode
Returns a hash code for this object.
(Overrides ValueTypeGetHashCode.)
Public methodGetType (Inherited from Object.)
Public methodToString
Converts this object to a human readable string.
(Overrides ValueTypeToString.)
Top
Operators

  NameDescription
Public operatorStatic memberEquality
Compares two CvLSVMFilterPosition objects.
Public operatorStatic memberInequality
Compares two CvPoint objects.
Top
Fields

  NameDescription
Public fieldL
Public fieldStatic memberSizeOf
sizeof(CvLSVMFilterPosition)
Public fieldX
x-coordinate, usually zero-based
Public fieldY
y-coordinate, usually zero-based
Top
See Also

Reference