https://github.com/muntahashams/oriented-fast-and-rotated-brief-orb
ORB is Computer vision technique uses for object detection,this code will extract face of person from group picture
https://github.com/muntahashams/oriented-fast-and-rotated-brief-orb
computer-vision face-recongnition machine-learning object-detection object-recognition py-torch
Last synced: 8 months ago
JSON representation
ORB is Computer vision technique uses for object detection,this code will extract face of person from group picture
- Host: GitHub
- URL: https://github.com/muntahashams/oriented-fast-and-rotated-brief-orb
- Owner: MuntahaShams
- Created: 2020-04-15T20:33:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-15T20:59:36.000Z (over 5 years ago)
- Last Synced: 2025-01-13T11:30:14.460Z (9 months ago)
- Topics: computer-vision, face-recongnition, machine-learning, object-detection, object-recognition, py-torch
- Language: Jupyter Notebook
- Homepage:
- Size: 13.5 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Oriented-FAST-and-Rotated-BRIEF-(ORB)
One of the most challenging problems in computer vision is object detection. Object detection is the ability to recognize particular objects in images and being able to determine the location of those objects within the images. For example, if we perform car detection in the image below, we will not only be interested in saying how many cars are there in the image but also where those cars are in the image.library needed
- Matplotlib
- OpenCv