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
ダウンロード: 65
更新 2023/1/26

ライセンスの表示

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.

引用

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. 取得済み .

MATLAB リリースの互換性
作成: R2015a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
タグ タグを追加

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0