An open API service indexing awesome lists of open source software.

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

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