CvSize2D32f Structure OpenCvSharp Class Library
Sub-pixel accurate size of a rectangle

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

[SerializableAttribute]
public struct CvSize2D32f : IEquatable<CvSize2D32f>

The CvSize2D32f type exposes the following members.

Constructors

  NameDescription
Public methodCvSize2D32f
Constructor
Top
Methods

  NameDescription
Public methodEquals(Object)
Specifies whether this object contains the same members as the specified Object.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(CvSize2D32f)
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 CvPoint objects. The result specifies whether the members of each object are equal.
Public operatorStatic member(CvSize to CvSize2D32f)
Creates a CvSize2D32f with the coordinates of the specified CvSize.
Public operatorStatic member(CvSize2D32f to CvSize)
Creates a CvSize with the coordinates of the specified CvSize2D32f.
Public operatorStatic memberInequality
Compares two CvPoint objects. The result specifies whether the members of each object are unequal.
Top
Fields

  NameDescription
Public fieldStatic memberEmpty
Represents a CvSize2D32f structure with its properties left uninitialized.
Public fieldHeight
Height of the box
Public fieldStatic memberSizeOf
sizeof(CvSize2D32f)
Public fieldWidth
Width of the box
Top
See Also

Reference