Skip to content

Commit

Permalink
Update cv_dnn_centerface.h
Browse files Browse the repository at this point in the history
  • Loading branch information
SyGoing authored Nov 13, 2019
1 parent a8142fb commit efbc1c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prj-opencv-cpp/cpp/cv_dnn_centerface.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ typedef struct FaceInfo {
float x2;
float y2;
float score;
float area;
//std::vector<cv::Point2f> landmarks;
float landmarks[10];
};
Expand Down

0 comments on commit efbc1c1

Please sign in to comment.