Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Take a picture which contains one person stands in a larger scene (only one person in the

image). Implement hysteresis thresholding in order to segment the person. You can use
OpenCV library for reading, filtering and visualizing images, however the hysteresis
thresholding algorithm must be implemented by you from scratch.

Take a picture which contains multiple people in a scene (more than 4 persons preferably).
Write an algorithm which counts the number of people in the scene. For detecting each
human, you can write your own computer vision algorithms (for instance using hysteresis
thresholding, local feature matching, etc.). You can also use a pre-trained neural network such
as Alexnet or YOLO.

You might also like