COMPUTER
VISION
What is computer vision?
• Computer vision is field of AI.
• The goal of computer vision is to understand the content of digital
images.
• Typically, this involves developing methods that attempt to reproduce
the capability of human vision.
Image representation :
Computer Vision Image Processing
Computer vision is the process of
extracting real life information from an
existing image.
Image Processing is the process of
creating a new image from an existing
image.
Tasks:
• Object detection/recognition
• Motion Analysis
• Image Restoration
• Tracking
• Image Classification
Tasks:
• Scaling
• Rotation
• Smoothing/Blurring
• Cropping
• Edge detection
Applications Of Computer vision :
• Security
• Human behaviour analysis
• Optical Character Recognition (OCR)
• Special Effects in movies
• Face filters on Instagram,Snapchat…
• Smart Cars / Driverless car
• Scene Formation
OpenCV Library
• Open Source Computer vision library.
• Written in C++.
• Binded with C#,JAVA and PYTHON.
• Current version : 4.1.1
Thank you…

Computer vision

  • 1.
  • 2.
    What is computervision? • Computer vision is field of AI. • The goal of computer vision is to understand the content of digital images. • Typically, this involves developing methods that attempt to reproduce the capability of human vision.
  • 3.
  • 5.
    Computer Vision ImageProcessing Computer vision is the process of extracting real life information from an existing image. Image Processing is the process of creating a new image from an existing image. Tasks: • Object detection/recognition • Motion Analysis • Image Restoration • Tracking • Image Classification Tasks: • Scaling • Rotation • Smoothing/Blurring • Cropping • Edge detection
  • 6.
    Applications Of Computervision : • Security • Human behaviour analysis • Optical Character Recognition (OCR) • Special Effects in movies • Face filters on Instagram,Snapchat… • Smart Cars / Driverless car • Scene Formation
  • 7.
    OpenCV Library • OpenSource Computer vision library. • Written in C++. • Binded with C#,JAVA and PYTHON. • Current version : 4.1.1
  • 10.