Implementation file for FaceTrackerNode class.
More...
#include "FaceTrackerNode.h"
#include <QtCore/QFile>
#include <QtCore/QDir>
|
#define | HAAR_FILENAME "plugins/nodes/haarcascade_frontalface_alt.cascade" |
| DEFINES.
|
|
|
PointNDC | FaceTrackerNode::toPointNDC (Mat *image, CvPoint p) |
| MISC FUNCTIONS.
|
|
CvPoint | FaceTrackerNode::toCvPoint (Mat image, float x, float y) |
| Returns the int coordinates of the given NDC with respect to the dimensions of the given image.
|
|
CvPoint | FaceTrackerNode::toCvPoint (Mat image, PointNDC p) |
| Returns the int coordinates of the given point's NDC with respect to the dimensions of the given image.
|
|
CvPoint | FaceTrackerNode::toCvPoint (Mat image, RectNDC rect) |
| Returns the int coordinates of the top left corner's NDC of the given rectangle with respect to the dimensions of the given image.
|
|
#define HAAR_FILENAME "plugins/nodes/haarcascade_frontalface_alt.cascade" |
DEFINES.
The name of the Haar classifier cascade file to use for detecting faces.