Detect Humans in Image MATLAB Code

This code uses the vision.CascadeObjectDetector function to create a detector object, which is pre-trained to detect faces in images. The st
79 Downloads
Updated 26 Jan 2023

View License

This code is a simple implementation of the Viola-Jones algorithm for detecting humans in an image. The code performs the following steps:
  1. Reads an image file and loads it into the variable img.
  2. Creates a cascade detector object using the vision.CascadeObjectDetector function. This function creates a detector object that is pre-trained to detect faces in images using the Viola-Jones algorithm.
  3. Use the step function to detect faces in the image. The bboxes variable is a matrix that contains the bounding boxes of the detected faces.
  4. Draw bounding boxes around the detected faces using the insertObjectAnnotation function. This function takes the original image, the matrix of bounding boxes, and a label ('Human' in this case) as inputs and returns an image with the bounding boxes drawn on it.
  5. Display the image with the bounding boxes using the imshow function.
This code provides a basic example of how to use the Viola-Jones algorithm to detect humans in images using MATLAB, but it's worth noting that the this algorithm may not work as well on all images or with different lighting or angles. Deep learning based approaches can be used to improve the accuracy of detection.

Cite As

MUHAMMAD BILAL WARIS (2024). Detect Humans in Image MATLAB Code (https://www.mathworks.com/matlabcentral/fileexchange/123945-detect-humans-in-image-matlab-code), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2015a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Tags Add Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0