[Missing <summary> documentation for "T:OpenCvSharp.Blob.CvContourChainCode"]
Inheritance Hierarchy
OpenCvSharp.BlobCvContourChainCode
Namespace: OpenCvSharp.Blob
Assembly: OpenCvSharp.Blob (in OpenCvSharp.Blob.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The CvContourChainCode type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CvContourChainCode | Initializes a new instance of the CvContourChainCode class |
Properties
| Name | Description | |
|---|---|---|
| ChainCode |
Polygon description based on chain codes.
| |
| StartingPoint |
Point where contour begin.
|
Methods
| Name | Description | |
|---|---|---|
| Clone | ||
| ConvertToPolygon |
Convert a chain code contour to a polygon.
| |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| Perimeter |
Calculates perimeter of a polygonal contour.
| |
| Render(IplImage) |
Draw a contour.
| |
| Render(IplImage, CvScalar) |
Draw a contour.
| |
| ToString | (Inherited from Object.) |
See Also