Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 8

Bansilal Ramnath Agarwal Charitable Trust’s

Vishwakarma Institute of Technology, Pune-37


(An Autonomous Institute Affiliated to Savitribai Pune University)

Department of Electronics & Telecommunication Engineering

ET3221: Computer Vision

Name of the student: Roll No.


Div: Batch:
Date of performance:

Experiment No.1
Problem Statement:

Image and Video Access using Python

AIM:

Write a Python Code for following Operations:


1. Reading an Image from a Specified Path
2. Writing an Image to a Specified Path
3. Reading a Video without Audio from a Specified Path
4. Reading a Video with Audio from a Specified Path
5. Record a Video using your Web Camera and Write an Image to a Specified Path

Objective(s) of Experiment:

1. Re
ad and write the image from filesystem.
2. Re
ad and write the video using specific path as well as webcam for further processing.

Introduction:

To process the image the Image reading and writing is important. Image processing is a
method to perform some operations on an image, in order to get an enhanced image or to
extract some useful information from it. It is a type of signal processing in which input is an
image and output may be image or characteristics/features associated with that image.
Nowadays, image processing is among rapidly growing technologies. There are two types of
methods used for image processing namely, analogue and digital image processing. Analogue
image processing can be used for the hard copies like printouts and photographs. Image
analysts use various fundamentals of interpretation while using these visual techniques. Digital
image processing techniques help in manipulation of the digital images by using computers.
The three general phases that all types of data have to undergo while using digital technique
are pre-processing, enhancement, and display, information extraction.
Bansilal Ramnath Agarwal Charitable Trust’s
Vishwakarma Institute of Technology, Pune-37
(An Autonomous Institute Affiliated to Savitribai Pune University)

Department of Electronics & Telecommunication Engineering


Bansilal Ramnath Agarwal Charitable Trust’s
Vishwakarma Institute of Technology, Pune-37
(An Autonomous Institute Affiliated to Savitribai Pune University)

Department of Electronics & Telecommunication Engineering

Flowchart:
Bansilal Ramnath Agarwal Charitable Trust’s
Vishwakarma Institute of Technology, Pune-37
(An Autonomous Institute Affiliated to Savitribai Pune University)

Department of Electronics & Telecommunication Engineering


Bansilal Ramnath Agarwal Charitable Trust’s
Vishwakarma Institute of Technology, Pune-37
(An Autonomous Institute Affiliated to Savitribai Pune University)

Department of Electronics & Telecommunication Engineering

Code and Results:


Bansilal Ramnath Agarwal Charitable Trust’s
Vishwakarma Institute of Technology, Pune-37
(An Autonomous Institute Affiliated to Savitribai Pune University)

Department of Electronics & Telecommunication Engineering


Bansilal Ramnath Agarwal Charitable Trust’s
Vishwakarma Institute of Technology, Pune-37
(An Autonomous Institute Affiliated to Savitribai Pune University)

Department of Electronics & Telecommunication Engineering


Bansilal Ramnath Agarwal Charitable Trust’s
Vishwakarma Institute of Technology, Pune-37
(An Autonomous Institute Affiliated to Savitribai Pune University)

Department of Electronics & Telecommunication Engineering

Conclusions:

The image processing is supreme approach to improve the appearance of a image to a human
observer, to extract from an image quantitative information that is not readily apparent to the
eye, and to calibrate an image in photometric or geometric terms. After reading the image and
video we can perform the further image processing.

You might also like