Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Support
    • Submit feedback
    • Contribute to GitLab
  • Sign in
bob
bob
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3
    • Issues 3
    • List
    • Boards
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • bob
  • bobbob
  • Issues
  • #84

Closed
Open
Opened Sep 18, 2012 by André Anjos@andre.anjos💬
  • Report abuse
  • New issue
Report abuse New issue

GradientMaps orientation is wrong (This affects HOG descriptors)

Created by: laurentes

There is a bug when computing the orientation maps using the bob::ip::GradientMaps class. This currently affects the computation of HOG descriptors.

This was originally caused by a mistake in the blitz++ documentation available at late www.oonumerics.org. A copy of this documentation can be found here, with the mistake: http://www-cecpv.u-strasbg.fr/Documentations/blitz/blitz_3.html#SEC89. The signature of the blitz::atan2 reduction is indeed wrong. The correct version is blitz::atan2(y,x) instead of the blitz::atan2(x,y). The fixed version is consistent with the signature of the standard function atan2(y,x) (http://www.cplusplus.com/reference/std/valarray/atan2/).

Assignee
Assign to
v1.1
Milestone
v1.1
Assign milestone
Time tracking
None
Due date
None
3
Labels
C++ Issues Needs Attention Python Issues
Assign labels
  • View project labels
Reference: bob/bob#84