Question: Problem 4 : ( 2 5 pts ) Consider the class Face in the mobile app for face recognition: ( 5 pts ) Write C

Problem 4: (25pts) Consider the class Face in the mobile app for face recognition:
(5pts) Write C++ code to declare the class Face with the default information as below:
\table[[Members,Variable,Type],[Private,Face_ID,string],[,Gender,bool],[,Bounding_box,\table[[Integer array],[size of 4]]],[Public,Face(),-],[\table[[Face(string faceNewID, bool newGender, int],[newBoundingBox[4])]],-],[operator ==(Face face),bool],[face_getPosition(),void]]
(5pts) Write C++ code for the function Face::getPosition() to show 4 corners of the bounding box of the face on the screen.
 Problem 4: (25pts) Consider the class Face in the mobile app

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!