Sub-pixel accurate size of a rectangle
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The CvSize2D32f type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CvSize2D32f |
Constructor
|
Methods
| Name | Description | |
|---|---|---|
| Equals(Object) |
Specifies whether this object contains the same members as the specified Object.
(Overrides ValueTypeEquals(Object).) | |
| Equals(CvSize2D32f) |
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 CvPoint objects. The result specifies whether the members of each object are equal.
| |
| (CvSize to CvSize2D32f) |
Creates a CvSize2D32f with the coordinates of the specified CvSize.
| |
| (CvSize2D32f to CvSize) |
Creates a CvSize with the coordinates of the specified CvSize2D32f.
| |
| Inequality |
Compares two CvPoint objects. The result specifies whether the members of each object are unequal.
|
Fields
| Name | Description | |
|---|---|---|
| Empty |
Represents a CvSize2D32f structure with its properties left uninitialized.
| |
| Height |
Height of the box
| |
| SizeOf |
sizeof(CvSize2D32f)
| |
| Width |
Width of the box
|
See Also