CvFaceTrackerTrackFace Method OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.CvFaceTracker.TrackFace(OpenCvSharp.IplImage,OpenCvSharp.CvRect[],OpenCvSharp.CvPoint@,System.Double@)"]

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

public bool TrackFace(
	IplImage imgGray,
	CvRect[] pRects,
	out CvPoint ptRotate,
	out double dbAngleRotate
)

Parameters

imgGray
Type: OpenCvSharpIplImage

[Missing <param name="imgGray"/> documentation for "M:OpenCvSharp.CvFaceTracker.TrackFace(OpenCvSharp.IplImage,OpenCvSharp.CvRect[],OpenCvSharp.CvPoint@,System.Double@)"]

pRects
Type: OpenCvSharpCvRect

[Missing <param name="pRects"/> documentation for "M:OpenCvSharp.CvFaceTracker.TrackFace(OpenCvSharp.IplImage,OpenCvSharp.CvRect[],OpenCvSharp.CvPoint@,System.Double@)"]

ptRotate
Type: OpenCvSharpCvPoint

[Missing <param name="ptRotate"/> documentation for "M:OpenCvSharp.CvFaceTracker.TrackFace(OpenCvSharp.IplImage,OpenCvSharp.CvRect[],OpenCvSharp.CvPoint@,System.Double@)"]

dbAngleRotate
Type: SystemDouble

[Missing <param name="dbAngleRotate"/> documentation for "M:OpenCvSharp.CvFaceTracker.TrackFace(OpenCvSharp.IplImage,OpenCvSharp.CvRect[],OpenCvSharp.CvPoint@,System.Double@)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:OpenCvSharp.CvFaceTracker.TrackFace(OpenCvSharp.IplImage,OpenCvSharp.CvRect[],OpenCvSharp.CvPoint@,System.Double@)"]

See Also

Reference