C# Class OpenCvSharp.Blob.CvContourChainCode

Inheritance: ICloneable
Afficher le fichier Open project: shimat/opencvsharp Class Usage Examples

Méthodes publiques

Méthode Description
Clone ( ) : CvContourChainCode

ConvertToPolygon ( ) : CvContourPolygon

Convert a chain code contour to a polygon.

CvContourChainCode ( ) : System

Perimeter ( ) : double

Calculates perimeter of a polygonal contour.

Render ( Mat img ) : void

Draw a contour.

Render ( Mat img, Scalar color ) : void

Draw a contour.

Method Details

Clone() public méthode

public Clone ( ) : CvContourChainCode
Résultat CvContourChainCode

ConvertToPolygon() public méthode

Convert a chain code contour to a polygon.
public ConvertToPolygon ( ) : CvContourPolygon
Résultat CvContourPolygon

CvContourChainCode() public méthode

public CvContourChainCode ( ) : System
Résultat System

Perimeter() public méthode

Calculates perimeter of a polygonal contour.
public Perimeter ( ) : double
Résultat double

Render() public méthode

Draw a contour.
public Render ( Mat img ) : void
img Mat Image to draw on.
Résultat void

Render() public méthode

Draw a contour.
public Render ( Mat img, Scalar color ) : void
img Mat Image to draw on.
color Scalar Color to draw (default, white).
Résultat void