|
ApraPipes 1.0
|


Public Member Functions | |
| DetailSSD (FacialLandmarkCVProps &_props) | |
| bool | compute (frame_sp buffer) |
Public Member Functions inherited from Detail | |
| Detail (FacialLandmarkCVProps &_props) | |
| ~Detail () | |
| void | initMatImages (framemetadata_sp &input) |
| void | setMetadata (framemetadata_sp &metadata) |
| void | setProps (FacialLandmarkCVProps &mprops) |
Private Attributes | |
| cv::dnn::Net | faceDetector |
| cv::Ptr< cv::face::Facemark > | facemark |
Additional Inherited Members | |
Public Attributes inherited from Detail | |
| size_t | mFrameLength |
| framemetadata_sp | mOutputMetadata |
| FacialLandmarkCVProps | props |
| cv::Mat | iImg |
| vector< vector< cv::Point2f > > | landmarks |
Protected Attributes inherited from Detail | |
| framemetadata_sp | mInputMetadata |
| FrameMetadata::FrameType | mFrameType |
| uint32_t | width |
| uint32_t | height |
| uint32_t | type |
| uint32_t | depth |
| uint32_t | step |
|
inline |
|
inlinevirtual |
Implements Detail.
|
private |
|
private |