Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Functionality for Histogram of Oriented Gradients #597

Open
wants to merge 7 commits into
base: develop
Choose a base branch
from

Commits on Apr 18, 2021

  1. Added Functionality for Histogram of Oriented Gradients

    Currently there are no feature descriptors in boost gil . Histogram of Oriented Gradients is a very popular feature descriptor that has been applied successfully for tasks such as  pedestrian detection in images and videos. The current implementation follows from the same in scikit-image library.
    Reference Paper- Dalal, N and Triggs, B, Histograms of Oriented Gradients for Human Detection, IEEE Computer Society Conference on Computer Vision and Pattern 
                                   recognition    2005 San Diego, CA, USA, https://lear.inrialpes.fr/people/triggs/pubs/Dalal-cvpr05.pdf,:DOI:`10.1109/CVPR.2005.177`
    Sayan-Chaudhuri authored Apr 18, 2021
    Configuration menu
    Copy the full SHA
    b3da4a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a6f351 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2021

  1. Configuration menu
    Copy the full SHA
    125c7e3 View commit details
    Browse the repository at this point in the history
  2. Delete test_hog.cpp

    Sayan-Chaudhuri authored Apr 19, 2021
    Configuration menu
    Copy the full SHA
    476a571 View commit details
    Browse the repository at this point in the history
  3. Add files via upload

    Sayan-Chaudhuri authored Apr 19, 2021
    Configuration menu
    Copy the full SHA
    fc729a9 View commit details
    Browse the repository at this point in the history
  4. Test file readded

    Sayan-Chaudhuri authored Apr 19, 2021
    Configuration menu
    Copy the full SHA
    f5d11bc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    64f25fe View commit details
    Browse the repository at this point in the history