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: