You are on page 1of 26

A Lab Record File

On

‘Computer Vision
Lab’

Course Code – CSA401

Submitted for the Partial fulfillment of award of

Bachelor of Technology
By
Subhash Arun Dwivedi
In session 2021-2022
Under the supervision of
Saumya Chaturvedi

Department of Computer Science and Engineering

Sharda University
Knowledge Park – 3
Greater Noida – U.P., India.
Index
S. Name of Practical Date Teache Remarks Obtain
No. r’s ed
Signatu Marks
re
1 i. Take your own full- 11/08/2021
. length photograph.
ii. Read that image using OpenCV
in colored and grayscale mode.
iii. Check the dimensions (Shape)
of both images.
iv. Resize the image and check
the dimensions again.
v. Crop the image into passport
style.
2 i. Take Two photographs of 18/08/2021
. different sizes of your family
members.
ii. Split the component of image
and display BGR of images.
iii. Resize the images.
iv. Blend the images.
v. Write the blended image
in different directory.
3 i. Take a single person photo. 25/08/2021
. ii. Read the image and detect face
using OpenCV.
iii. Draw rectangle around the face.
iv. Now take a group photo.
v. Read the image and detect
faces using OpenCV.
vi. Identify how many faces in the
image
vii. Draw rectangle around all
detected faces.
viii. Tune the parameters for
accuracy and test on another group
photo.

4 i. Write a python code to open 01/09/2021


. webcam of your system.
ii. Detect the face (Faces) in the
frame and draw rectangle around.
iii. Take an image perform
erosion operation on that image.
iv. Perform (three types) blurring
on same image and compare.
v. Draw border around images.
5 i. Write a python code to read 08/09/2021
. video frames through webcam and
detect motion of objects if any.
ii. Note the timeline of movement
and write to a file and display.
iii. Take screenshot of grayscale,
blurred and contour screen as well
in your answers.

6 i. Take an image and detect face 15/09/2021


. using OpenCV.
ii. Now detect eyes in face and
draw rectangle around eyes using
OpenCV.
iii. Try to detect smile in face and
draw rectangle around lips / smile.

7 i. Take one image and create its 22/09/2021


. histogram equalization. Now stack
the equalized and original image
side by side.
ii. Write a python code which can
open your default webcam using
open cv and identify that if there is
any QR code present in the frame
in real time. The program should
open browser if there is any
hyperlink present in that QR code.
Practical – 1
Practical – 2
Practical – 3
Practical – 5
Practical – 6

You might also like