Object Detection

  • Contact sales
  • Trial Software

Object detection in computer vision

Object detection is the process of finding instances of real-world objects such as faces, bicycles, and buildings in images or videos. Object detection algorithms typically use extracted features and learning algorithms to recognize instances of an object category. Object detection is commonly used in applications such as image retrieval, security, surveillance, and automated vehicle parking systems.

You can detect objects in MATLAB® with Computer Vision System Toolbox, and Image Processing Toolbox using a variety of models, including:

  • Extracted features and boosted learning algorithms
  • Gradient-based and derivative-based approaches
  • Viola-Jones algorithm
  • HOG-based people detection
  • Template matching approaches
  • Image segmentation and blob analysis

Examples and How To

Software Reference

See also: Steve on Image Processing, image and video processing, MATLAB and OpenCV, object recognition, face recognition, image recognition