FourCC Structure |
Namespace: OpenCvSharp
The FourCC type exposes the following members.
Name | Description | |
---|---|---|
Equals(Object) | Indicates whether this instance and a specified object are equal. (Overrides ValueTypeEquals(Object).) | |
Equals(FourCC) | Indicates whether the current object is equal to another object of the same type. | |
FromFourChars |
Create from four characters
| |
FromInt32 |
cast from int
| |
FromString |
Create from string (length == 4)
| |
GetHashCode | Returns the hash code for this instance. (Overrides ValueTypeGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToInt32 |
cast to int
| |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Name | Description | |
---|---|---|
Equality | ||
(Int32 to FourCC) |
implicit cast from int
| |
(FourCC to Int32) |
implicit cast to int
| |
Inequality |