Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rust-cv/ndarray-vision
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: rust-cv/ndarray-vision
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: hog
Choose a head ref
  • 17 commits
  • 10 files changed
  • 1 contributor

Commits on Aug 1, 2021

  1. Start work on HOG extractor

    xd009642 committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    e839d20 View commit details
    Browse the repository at this point in the history
  2. Add some doc comments rename things

    Comments for what needs doing next
    xd009642 committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    8e75080 View commit details
    Browse the repository at this point in the history
  3. Add in frequency binning

    xd009642 committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    4145199 View commit details
    Browse the repository at this point in the history
  4. Remove hog type

    Only going to support rectangular for now
    xd009642 committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    74d0b52 View commit details
    Browse the repository at this point in the history
  5. Create feature vector

    xd009642 committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    3646823 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5fdeaec View commit details
    Browse the repository at this point in the history
  7. Get initial implementation finished.

    So now:
    * Gradients finished (and old gradient stuff got rid of)
    * reserve descriptor vector (makes it easier)
    
    TODO
    * Signed angles true/false
    * Visualisation of features
    xd009642 committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    5e1c8b5 View commit details
    Browse the repository at this point in the history
  8. Sort out angles

    * Moved to sobel instead of simple gradient
    * Fix potential divide by zero in sobel by adding epsilon
    * Add Copy to padding when possible
    * Add 2PI scaling for negative angles
    xd009642 committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    e9bf9d8 View commit details
    Browse the repository at this point in the history
  9. Add visualise function

    * Add rough "voting by bilinear interpolation" from duke university notes
    * Add start of visualisation function (unverified)
    * Remove magnitude limiting from sobel
    * Pad by default in convolution
    xd009642 committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    a3b3743 View commit details
    Browse the repository at this point in the history
  10. Cargo fmt fix test

    xd009642 committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    7c579d1 View commit details
    Browse the repository at this point in the history
  11. Implement visualiser

    Got all the blocks, got the vectors now just need the features to be all good so I can make sure it actually works
    xd009642 committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    4957bf5 View commit details
    Browse the repository at this point in the history
  12. Remove unnecessary epsilon

    xd009642 committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    f498f1c View commit details
    Browse the repository at this point in the history
  13. Minor changes

    xd009642 committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    51ef409 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    73ddf3f View commit details
    Browse the repository at this point in the history
  15. Move to github actions

    xd009642 committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    203dd67 View commit details
    Browse the repository at this point in the history
  16. Run fmt

    xd009642 committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    4ef8c21 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    60e7024 View commit details
    Browse the repository at this point in the history
Loading