Starting from:

$25

CS3483-Assignment Solved

In the assignment, you are required to use p5.js and ml5.js to develop an interface for viewing and interacting with an image.  These actions are performed by using face detection and keyboard operations. 

Detailed Requirement 
1. Initial Setup
Create a display window.

Load and display an image in the window.   

The instant view of the camera should be displayed next to the image and has the same size as the image.

 

2. Face detection
A rectangle should be drawn on the camera view to indicate the position and size of the detected face.  When you move your face in front of the camera, the rectangle should keep following your face.  A corresponding position indicator should also be drawn on the image to follow the movement of your face.

 

3. Viewing the image  
When the ‘v’ key is pressed and released, the interface should enter the view image mode. In this mode, a blurred version of the image should be displayed. When your face is moving in the camera view, a rectangular area around the position indicator in the blurred image should display the corresponding region from the original image without blurring.  When the position indicator moves away, the blurred appearance of the image region should be restored.

 

4. Replacing the faces
When the ‘f’ key is pressed and released, the interface should enter the replace face mode.  

In this mode, the original image should be displayed. When your face is moving across the camera view and the corresponding position indicator is close to a face in the image, the face should be replaced by the camera view of your own face at a compatible size. When the position indicator moves away, the original face in the image should be re-displayed.

 

5. Exiting the view image/replace face mode
When the ‘e’ key is pressed and released, the interface should exit from the view image/replace face mode, and the original image should be re-displayed.

More products