Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Sign in / Register
O
opencv
  • Project
    • Project
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Packages
    • Packages
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • submodule
  • opencv
  • Repository

Switch branch/tag
  • opencv
  • modules
  • cudaobjdetect
  • src
History Find file
  • Source code
  • Download zip
  • Download tar.gz
  • Download tar.bz2
  • Download tar
  • GabrieleDalmazzone's avatar
    Race condition bug-fix in hog.cu · 5a72be08
    GabrieleDalmazzone authored 9 years ago
    See https://github.com/Itseez/opencv/issues/5721
    
    COMMENTS:
    * The second __syncthreads() is necessary, I am sure of that.
    * The code works without the first __syncthreads() too, but I have however added it for symmetry. Anyway it doesn't affect time performances, I have checked it with some profiling with nvvp
    5a72be08
Name
Last commit
Last update
..
cuda Race condition bug-fix in hog.cu 9 years ago
cascadeclassifier.cpp Merge pull request #3600 from jet47:cuda-objdetect-module 10 years ago
hog.cpp changed hog to work with variable parameters and changed the hog sample to test it with more options 9 years ago
precomp.hpp move CUDA object detection algorithms to separate module 10 years ago