0% found this document useful (0 votes)
6 views2 pages

Dip Exp0

The document outlines the installation and configuration process for Python, OpenCV, and Jupyter Notebook for image processing tasks. It includes the aim, objectives, required software, prerequisites, and a step-by-step algorithm for setting up the development environment. Additionally, it mentions libraries for data handling, visualization, and machine learning frameworks.

Uploaded by

magdumaastha
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views2 pages

Dip Exp0

The document outlines the installation and configuration process for Python, OpenCV, and Jupyter Notebook for image processing tasks. It includes the aim, objectives, required software, prerequisites, and a step-by-step algorithm for setting up the development environment. Additionally, it mentions libraries for data handling, visualization, and machine learning frameworks.

Uploaded by

magdumaastha
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Aastha Magdum Roll no:4103 URN: 23032003

Experiment 0: Install and configure Python, OpenCV,


and Jupyter Notebook for image
processing tasks

Title: Installation of required software and environment Setup


Aim: To install the necessary software and libraries for digital image processing
using Python and OpenCV.

Objective: Set up the development environment and verify installation by


reading and displaying a sample image.

Software/Tools Required:
Python 3.x
OpenCV
Jupyter Notebook
Anaconda (optional)

Prerequisites :
● Basic knowledge of Python programming.
● Familiarity with using a command-line interface (CLI) or terminal.

Algorithm:
Install Python and pip from the official Python website.
Open the command prompt and install OpenCV using:
pip install opencv-python
Install Jupyter Notebook using:
pip install notebook
Launch Jupyter Notebook using:
jupyter notebook
Create a new notebook and run a sample code to load and display an image.
NumPy, pandas, Matplotlib, Seaborn (data handling and visualization).
Scikit-learn, TensorFlow, PyTorch (ML frameworks).
Statsmodels (for statistical analysis).
Aastha Magdum Roll no:4103 URN: 23032003

Code and Output:

You might also like