CvContourChainCode Class OpenCvSharp Class Library

[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.0 (1.0.0.0)
Syntax

public class CvContourChainCode : ICloneable

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 (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodPerimeter
Calculates perimeter of a polygonal contour.
Public methodRender(IplImage)
Draw a contour.
Public methodRender(IplImage, CvScalar)
Draw a contour.
Public methodToString (Inherited from Object.)
Top
See Also

Reference