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
| Name | Description | |
|---|---|---|
|  | CvLSVMFilterPosition | 
            Constructor
             | 
Methods
| Name | Description | |
|---|---|---|
|  | Equals(Object) | 
            Specifies whether this object contains the same members as the specified Object.
            (Overrides ValueTypeEquals(Object).) | 
|  | Equals(CvLSVMFilterPosition) | 
            Specifies whether this object contains the same members as the specified Object.
             | 
|  | GetHashCode | 
            Returns a hash code for this object.
            (Overrides ValueTypeGetHashCode.) | 
|  | GetType | (Inherited from Object.) | 
|  | ToString | 
            Converts this object to a human readable string.
            (Overrides ValueTypeToString.) | 
Operators
| Name | Description | |
|---|---|---|
|   | Equality | 
            Compares two CvLSVMFilterPosition objects. 
             | 
|   | Inequality | 
            Compares two CvPoint objects. 
             | 
Fields
| Name | Description | |
|---|---|---|
|  | L | |
|   | SizeOf | 
            sizeof(CvLSVMFilterPosition)
             | 
|  | X | 
            x-coordinate, usually zero-based
             | 
|  | Y | 
            y-coordinate, usually zero-based
             | 
See Also