DEV Community

Super Kai (Kazuya Ito)
Super Kai (Kazuya Ito)

Posted on • Edited on

What is Computer Vision? (2)

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 to analyze the visual content: *Memos:
    • The image can be one frame in a video.
    • Object Localization or Image Classification and Object Localization(Object Detection) is used.
  • can be used to recognize face, its emotion, the pose of person, clothes, etc.

Image description

Image description

(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.

Image description

Image description

(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.

Image description

Image description

(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.

Image description

(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.

Image description

Image description

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

Image description

Image description

(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).

Image description

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay