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
67 download
Aggiornato 26 gen 2023

Visualizza la licenza

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.

Cita come

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

Compatibilità della release di MATLAB
Creato con R2015a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Tag Aggiungi tag

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.0.0