Images Processing with python

Images Processing with python

No alt text provided for this image

Hello Guys !!

In this article we are going to learn about the Images Processing with the help of python

but before that we need to learn about what is images processing and how to install their library or how to use it . So lets see about the Images Processing


No alt text provided for this image

What is Image Processing?

It is important to know what exactly image processing is and what is its role in the bigger picture before diving into its how's. Image Processing is most commonly termed as 'Digital Image Processing' and the domain in which it is frequently used is 'Computer Vision'. Don't be confused - we are going to talk about both of these terms and how they connect. Both Image Processing algorithms and Computer Vision (CV) algorithms take an image as input; however, in image processing, the output is also an image, whereas in computer vision the output can be some features/information about the image.


Why do we need it?

The data that we collect or generate is mostly raw data, i.e. it is not fit to be used in applications directly due to a number of possible reasons. Therefore, we need to analyze it first, perform the necessary pre-processing, and then use it.

For instance, let's assume that we were trying to build a cat classifier. Our program would take an image as input and then tell us whether the image contains a cat or not. The first step for building this classifier would be to collect hundreds of cat pictures. One common issue is that all the pictures we have scraped would not be of the same size/dimensions, so before feeding them to the model for training, we would need to resize/pre-process them all to a standard size.


No alt text provided for this image


What is OpenCV ??

OpenCV is a huge open-source library for computer vision, machine learning, and image processing. OpenCV supports a wide variety of programming languages like Python, C++, Java, etc. It can process images and videos to identify objects, faces, or even the handwriting of a human

For the refernce I am giving GitHub Link for betterment of learning .

https://github.com/Ingole712521/T-LW.git


Install OpenCV

To install OpenCV on your system, run the following pip command :

No alt text provided for this image
No alt text provided for this image

Also install Numpy

Command :- pip install Numpy

After installing required libraries , then open jupyter notebook or Visual studio code or anything in which you are comfortable


Task 1 :-

Create a code customized images

No alt text provided for this image


Task 2 :-

Collage of Images , in this case I am using the two images .

Firstly we are going to arrange the image in vertical

No alt text provided for this image

In the above image you can see the images are successfully arrange in vertical side


Second we are going to arrange the images horizontal side

No alt text provided for this image

In the above images you can see that both image are arrange in horizontal way successfully


Task 3 :-

Crop the images and Swapping both the images

In this case i have taken a two different images ,

Image 1 before cropping

No alt text provided for this image

Image 2 before cropping

No alt text provided for this image


After Cropping

No alt text provided for this image


Team Member

  1. Gaurav Pagare
  2. Omkar Patil
  3. Nivedita Shinde
  4. Gracy Yadav

Thanks for reading this articles ????






要查看或添加评论,请登录

Nehal Ingole的更多文章

  • Machine Learning for CyberSecurity

    Machine Learning for CyberSecurity

    Security have been a major issue in today’s digital world organizations does there business via the websites/ webapp…

    2 条评论
  • K-means Clustering

    K-means Clustering

    Clustering Clustering is one of the most common exploratory data analysis technique used to get an intuition about the…

  • WordPress

    WordPress

    ARTH - Task 18 ??????? Task Description?? ?? Create an AWS EC2 instance ?? Configure the instance with Apache…

  • Using Face Recognition to send a mail ?? , WhatsApp ?? and launching AWS instance ??

    Using Face Recognition to send a mail ?? , WhatsApp ?? and launching AWS instance ??

    So In this task we are using the Face Recognition model to recognize someone's Face and after that we will ask the…

    2 条评论
  • JavaScript

    JavaScript

    JavaScript is a light-weight object-oriented programming language that is used by several websites for scripting the…

  • Cyber Security And Confusion Matrix

    Cyber Security And Confusion Matrix

    Hello everyone, In this article we will discuss what role does Confusion Matrix plays in the Cybersecurity field?? As…

  • LVM in Hadoop

    LVM in Hadoop

    What is Hadoop? Apache Hadoop is the software it is a collection of open-source software utilities that facilitates…

  • Create a partitions using python

    Create a partitions using python

    In this task we are going to see how to Create a partitions using python for the python code you can visit to my GitHub…

    1 条评论
  • PARTITION IN LINUX

    PARTITION IN LINUX

    In this task we going to see how to create a PARTITION IN LINUX First add a Hardisk to the ec2 instances Then install…

  • GUI CONTAINER ON THE DOCKER

    GUI CONTAINER ON THE DOCKER

    Task Description ??GUI container on the docker ??Launch a container on Docker in GUI mode ??Run any GUI software on…

社区洞察

其他会员也浏览了