Click or drag to resize

CvContourChainCode Class

[Missing <summary> documentation for "T:OpenCvSharp.Blob.CvContourChainCode"]

Inheritance Hierarchy
SystemObject
  OpenCvSharp.BlobCvContourChainCode

Namespace:  OpenCvSharp.Blob
Assembly:  OpenCvSharp.Blob (in OpenCvSharp.Blob.dll) Version: 1.0.0
Syntax
[SerializableAttribute]
public class CvContourChainCode

The CvContourChainCode type exposes the following members.

Constructors
  NameDescription
Public methodCvContourChainCode
Initializes a new instance of the CvContourChainCode class
Top
Properties
  NameDescription
Public propertyChainCode
Polygon description based on chain codes.
Public propertyStartingPoint
Point where contour begin.
Top
Methods
  NameDescription
Public methodClone
Public methodConvertToPolygon
Convert a chain code contour to a polygon.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPerimeter
Calculates perimeter of a polygonal contour.
Public methodRender(Mat)
Draw a contour.
Public methodRender(Mat, Scalar)
Draw a contour.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also