A sequence slice
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The CvSlice type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | CvSlice |
Constructor
|
Methods
Name | Description | |
---|---|---|
![]() | Equals(Object) |
Specifies whether this object contains the same members as the specified Object.
(Overrides ValueTypeEquals(Object).) |
![]() | Equals(CvSlice) |
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.) |
![]() | SliceLength |
Calculates the sequence slice length
|
![]() | 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.
|
![]() ![]() | Inequality |
Compares two CvPoint objects. The result specifies whether the members of each object are unequal.
|
Fields
Name | Description | |
---|---|---|
![]() | EndIndex |
end index (exclusive)
|
![]() ![]() | SizeOf |
sizeof(CvSlice)
|
![]() | StartIndex |
start index (inclusive)
|
![]() ![]() | WholeSeq |
シーケンス全体をあらわすスライスを取得する
|
![]() ![]() | WholeSeqEndIndex |
シーケンス全体をあらわすスライスのスライス長を取得する
|
See Also