https://github.com/blagojeblagojevic/matlab_box_faces
matlab script for creating box around face.
https://github.com/blagojeblagojevic/matlab_box_faces
compter-vision image-processing matlab transfer-learning
Last synced: 10 months ago
JSON representation
matlab script for creating box around face.
- Host: GitHub
- URL: https://github.com/blagojeblagojevic/matlab_box_faces
- Owner: BlagojeBlagojevic
- Created: 2023-01-26T13:32:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-26T13:36:33.000Z (over 3 years ago)
- Last Synced: 2025-02-14T06:36:43.518Z (over 1 year ago)
- Topics: compter-vision, image-processing, matlab, transfer-learning
- Language: MATLAB
- Homepage:
- Size: 40 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MATLAB_box_faces
This code uses the built-in function "imread" to read an image file named 'image.jpg'. A cascade object detector is then created using the "vision.CascadeObjectDetector" function. The detector is used to locate faces in the image by calling the "step" function and passing in the image and detector as inputs. The resulting bounding boxes are drawn around the detected faces by using the "insertShape" function. The original and detected images are then displayed using "imshow". Finally, the detected image is saved to a file named 'Sa_boxom.jpeg' at 100% quality.