CvSlice Structure OpenCvSharp Class Library
A sequence slice

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

[SerializableAttribute]
public struct CvSlice : IEquatable<CvSlice>

The CvSlice type exposes the following members.

Constructors

  NameDescription
Public methodCvSlice
Constructor
Top
Methods

  NameDescription
Public methodEquals(Object)
Specifies whether this object contains the same members as the specified Object.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(CvSlice)
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 methodSliceLength
Calculates the sequence slice length
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 memberInequality
Compares two CvPoint objects. The result specifies whether the members of each object are unequal.
Top
Fields

  NameDescription
Public fieldEndIndex
end index (exclusive)
Public fieldStatic memberSizeOf
sizeof(CvSlice)
Public fieldStartIndex
start index (inclusive)
Public fieldStatic memberWholeSeq
シーケンス全体をあらわすスライスを取得する
Public fieldStatic memberWholeSeqEndIndex
シーケンス全体をあらわすスライスのスライス長を取得する
Top
See Also

Reference