Function to get running result of the facedetect network.
Prototype
FaceDetectResult
run(const cv::Mat &img)=0;
Parameters
The following table lists the run function arguments.
| Type | Member | Description |
|---|---|---|
| const cv::Mat & | img | Input Data ,input image (cv::Mat) need to be resized to InputWidth and InputHeight required by the network. |