0% found this document useful (0 votes)
16 views3 pages

Format of 1st Page - Seminar

This document provides an overview of a student seminar on computer vision. It begins with introductions and then discusses how computer vision works using deep learning and convolutional neural networks to analyze visual inputs. It provides examples of computer vision applications in various industries like facial recognition, self-driving cars, and medical imaging. The document also discusses OpenCV, an open-source library for computer vision tasks like object detection, recognition, and segmentation. It concludes that computer vision has great potential to analyze the growing amount of visual data produced each day.

Uploaded by

Aman Garg
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)
16 views3 pages

Format of 1st Page - Seminar

This document provides an overview of a student seminar on computer vision. It begins with introductions and then discusses how computer vision works using deep learning and convolutional neural networks to analyze visual inputs. It provides examples of computer vision applications in various industries like facial recognition, self-driving cars, and medical imaging. The document also discusses OpenCV, an open-source library for computer vision tasks like object detection, recognition, and segmentation. It concludes that computer vision has great potential to analyze the growing amount of visual data produced each day.

Uploaded by

Aman Garg
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/ 3

SYNOPSIS FOR SEMINAR

On

COMPUTER VISION

Bachelor of Technology
In
Electronics and Communication Engineering

MAHARAJA SURAJMAL INSTITUTE OF TECHNOLOGY


C-4, Janakpuri, New Delhi-110058
Affiliated to Guru Gobind Singh Indraprastha University,
Delhi 2023

Name of Branch Roll no. Enrollment no. Topic of Seminar Student’s sign
student

AYUSH ECE-1 52 20615002820 COMPUTER VISION


AGGARWAL
INTRODUCTION
Computer vision is a fascinating field at the intersection of computer science and artificial
intelligence.
It enables computers to analyze images or video data, unlocking a multitude of applications across
industries.
If AI enables computers to think, computer vision enables them to see, observe and understand

HOW IT WORKS
Computer vision works much the same as human vision, except humans have a head start.
It involves developing algorithms and techniques to extract meaningful information from visual
inputs and make sense of the visual world.
Two essential technologies are used to accomplish this: a type of machine learning called deep
learning and a convolutional neural network (CNN).

Deep Learning
Machine learning uses algorithmic models that enable a computer to teach itself about the context
of visual data.
If enough data is fed through the model, the computer will “look” at the data and teach itself to
tell one image from another.

Convolutional Neaural Network (CNN)


A CNN helps a machine learning or deep learning model “look” by breaking images down into
pixels that are given tags or labels.
It uses the labels to perform convolutions (a mathematical operation on two functions to produce
a third function) and makes predictions about what it is “seeing”.

APPLICATIONS
Computer vision has a wide range of applications across various industries. Some examples
include:
 Facial recognition: Identifying individuals through visual analysis.
 Self-driving cars: Using computer vision to navigate and avoid obstacles.
 Robotic automation: Enabling robots to perform tasks and make decisions based on visual
input.
 Medical anomaly detection: Detecting abnormalities in medical images for improved
diagnosis.
 Sports performance analysis: Tracking athlete movements to analyze and enhance
performance.
 Manufacturing fault detection: Identifying defects in products during the manufacturing
process.
 Agricultural monitoring: Monitoring crop growth, livestock health, and weather
conditions through visual data.
COMPUTER VISION WITH OPEN CV
OpenCV (Open Source Computer Vision), a cross-platform and free to use library of functions is
based on real-time Computer Vision which supports Deep Learning frameworks that aids in
image and video processing. In Computer Vision, the principal element is to extract the pixels
from the image to study the objects and thus understand what it contains. Below are a few key
aspects that Computer Vision seeks to recognize in the photographs:
 Object Detection: The location of the object.
 Object Recognition: The objects in the image, and their positions.
 Object Classification: The broad category that the object lies in.
 Object Segmentation: The pixels belonging to that object.

NEED OF COMPUTER VISION


From selfies to landscape images, we are flooded with all kinds of photos today. A report by
Internet Trends says people upload more than 1.8 billion photos daily, and that’s just the number
of uploaded images. Consider what the number would come to if you count the images stored in
phones. We consume more than 4, 146, 600 videos on YouTube and send 103, 447, 520 spam
mails daily. Again, that’s just a part of it – communication, media, and entertainment, the IoT are
all actively contributing to this number. This abundantly available visual content demands
analyzing and understanding and Computer vision helps in doing that by way of teaching
machines to “see” these images and videos.

CONCLUSION
As technology continues to develop, we can expect to see even more applications for computer
vision in the future. It is an exciting field that holds great promise for advancements in many areas
of our lives.

REFERENCES
 https://www.geeksforgeeks.org/
 https://ibm.com
 https://medium.com
 https://cogitotech.com
 https://weks.io

You might also like