What is Computer Vision? (2)

Susan Sarandon
Release: 2024-11-20 04:06:02
Original
232 people have browsed it

Buy Me a Coffee☕

*My post explains Image Classification(Recognition), Object Localization, Object Detection and Image Segmentation.

Computer Vision is the technology which enables a computer to understand and analyze the visual things such as images, videos, etc.

(1) Keypoint Detection(Landmark Detection):

  • can localize the distinctive points of the objects or interest regions in an image: *Memos:
    • The image can be one frame in a video.
    • Object Localization or Image Classification and Object Localization(Object Detection) is used.
  • can is used to recognize face, its emotion, the pose of person, clothes, etc.

What is Computer Vision? (2)

What is Computer Vision? (2)

(2) Image Matching:

  • can determine that the objects and interest regions in multiple images are the same or similar by comparing their distinctive points.
  • is the advanced technology of Keypoint Detection.
  • can be used to match faces, finger prints, etc.

What is Computer Vision? (2)

What is Computer Vision? (2)

(3) Object Tracking:

  • can track the objects and interest regions in a video(multiple frames captured in sequence) with bounding boxes. *The video can be multiple images captured in sequence.
  • is the advanced technology of Object Detection.
  • is used for surveillance, autonomous vehicles, virtual reality, manufacturing, unmanned stores, etc.

What is Computer Vision? (2)

What is Computer Vision? (2)

(4) Optical Flow:

  • can detect and visualize the motion(velocity) of the objects and interest regions in a video(multiple frames captured in sequence): *Memos:
    • Velocity is the spped and direction of a moving object.
    • The video can be multiple images captured in sequence.
  • is the branched technology of Object Tracking.
  • is used for surveillance, traffic monitoring, motion analysis, etc.

What is Computer Vision? (2)

(5) Stereo Matching:

  • can create a 3D scene from two or more 2D stereo images by computing disparity: *Memos:
    • A 2D stereo image is the similar image taken from a different position.
    • Disparity is the distance between two or more corresponding pixels in the stereo images.
  • is used for robotics.

What is Computer Vision? (2)

What is Computer Vision? (2)

(6) Video Prediction can predict future video frames from past video frames.

What is Computer Vision? (2)

What is Computer Vision? (2)

(7) Image Captioning:

  • can generate textual descriptions for images.
  • is the generative AI which is the combination of Computer Vision and Natural Language Processing(NLP).

What is Computer Vision? (2)

The above is the detailed content of What is Computer Vision? (2). For more information, please follow other related articles on the PHP Chinese website!

source:dev.to
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Articles by Author
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template