CCIMXDesktop
 
Loading...
Searching...
No Matches
FaceDetector.h
1#ifndef FACEDETECTOR_H
2#define FACEDETECTOR_H
3class CVImage;
7namespace FaceDetector {
14void detectFaces(CVImage& blank, const CVImage& src);
15};
16
17#endif // FACEDETECTOR_H
The CVImage class is the image class that provides the image in the frameworks.
Definition CVImage.h:9