1. 25 8月, 2020 1 次提交
  2. 24 8月, 2020 3 次提交
  3. 22 8月, 2020 2 次提交
  4. 21 8月, 2020 4 次提交
  5. 20 8月, 2020 4 次提交
  6. 19 8月, 2020 1 次提交
  7. 18 8月, 2020 3 次提交
    • A
    • D
      Improve initialization performance of Brisk · ac177b84
      danielenricocahall 提交于
      reformatting
      
      Improve initialization performance of Brisk
      
      fix formatting
      
      Improve initialization performance of Brisk
      
      formatting
      
      Improve initialization performance of Brisk
      
      make a lookup table for ring
      
      use cosine/sine lookup table for theta in brisk and utilize trig identity
      
      fix ring lookup table
      
      use cosine/sine lookup table for theta in brisk and utilize trig identity
      
      formatting
      
      use cosine/sine lookup table for theta in brisk and utilize trig identity
      
      move scale radius product to ring loop to ensure it's not recomputed for each rot
      
      revert change
      
      move scale radius product to ring loop to ensure it's not recomputed for each rot
      
      remove rings lookup table
      
      move scale radius product to ring loop to ensure it's not recomputed for each rot
      
      fix formatting of for loop
      
      move scale radius product to ring loop to ensure it's not recomputed for each rot
      
      use sine/cosine approximations for brisk lookup table.
      
      add documentation for sine/cosine lookup tables
      
      Improve initialization performance of BRISK
      ac177b84
    • A
  8. 17 8月, 2020 3 次提交
  9. 16 8月, 2020 1 次提交
  10. 15 8月, 2020 3 次提交
  11. 14 8月, 2020 3 次提交
  12. 13 8月, 2020 2 次提交
  13. 12 8月, 2020 3 次提交
  14. 11 8月, 2020 1 次提交
    • E
      Merge pull request #18033 from ieliz:dasiamrpn · 7ec221e7
      Elizarov Ilya 提交于
      Improving DaSiamRPN tracker sample
      
      * changed layerBlobs in dnn.cpp and added DaSiamRPN tracker
      
      * Improving DaSiamRPN tracker sample
      
      * Docs fix
      
      * Removed outdated changes
      
      * Trying to reinitialize tracker without reloading models. Worked with LaSOT-based benchmark with reinit rate=250 frames
      
      * Trying to reverse changes
      
      * Moving the model in the constructor
      
      * Fixing some issues with names
      
      * Variable name changed
      
      * Reverse parser arguments changes
      7ec221e7
  15. 10 8月, 2020 2 次提交
    • P
      Merge pull request #17643 from pemmanuelviel:pev--new-flann-demo · fe9ff64d
      pemmanuelviel 提交于
      * Add a FLANN example showing how to search a query image in a dataset
      
      * Clean: remove warning
      
      * Replace dependency to boost::filesystem by calls to core/utils/filesystem
      
      * Wait for escape key to exit
      
      * Add an example of binary descriptors support
      
      * Add program options for saving and loading the flann structure
      
      * Fix warnings on Win64
      
      * Fix warnings on 3.4 branch still relying on C++03
      
      * Add ctor to img_info structure
      
      * Comments modification
      
      * * Demo file of FLANN moved and renamed
      
      * Fix distances type when using binary vectors in the FLANN example
      
      * Rename FLANN example file
      
      * Remove dependency of the flann example to opencv_contrib's SURF.
      
      * Remove mention of FLANN and other descriptors that aimed at giving hint on the other options
      
      * Cleaner program options management
      
      * Make waitKey usage minimal in FLANN example
      
      * Fix the conditions order
      
      * Use cv::Ptr
      fe9ff64d
    • A
  16. 07 8月, 2020 1 次提交
  17. 06 8月, 2020 1 次提交
  18. 05 8月, 2020 2 次提交