1. 13 Feb, 2017 1 commit
  2. 08 Feb, 2017 8 commits
    • goldstar616's avatar
      Merge pull request #981 from goldstar616:master · 478baf93
      goldstar616 authored
      issue #980 resolves - Some module has a round error similar to #975.  (#981)
      
      * round function changes to cvRound
      
      Minor changes to fix lower visual studio version build errors.
      
      * round function changes to cvRound
      
      Minor changes to fix lower visual studio version build errors.
      
      * round function changes to cvRound
      
      Minor changes to fix lower visual studio version build errors.
      478baf93
    • Vladislav Sovrasov's avatar
      Median flow tracker update (#952) · f2c324a2
      Vladislav Sovrasov authored
      * Fix several issues in TrackerMedianFlow implementation
      
      Particularly, add possibility to tune optical flow parameters for a median
      flow tracker.
      
      * Improve code of TrackerMedianFlow
      
      Replace a lot of calls of std::vector::erase by one call of
      std::remove_if.
      
      * Delete unused code, use norm from OpenCV
      
      * medianFlow:turn getMedian method into function, small code cleanup
      
      * TrackerMedianFlow:fixes in parameters I/O, add test for them
      
      * TrackerMedianFlow:replace double with float in temp buffers
      
      * Fix indentation
      
      * TrackerMedianFlow:add absent parameter case handling in read()
      
      * TrackerMedianFlow:use ROI instead of copy when getting a patch
      
      * TrackerMedianFlow:don't calc image pyramids 2 times
      
      * MedianFlowTracker: use cvIsNan()
      
      * MedianFlow: refactor vector filtration code
      
      * MedianFlow: change if statements layout in filterPointsInVectors
      f2c324a2
    • Vadim Pisarevsky's avatar
    • Erik Sandrén's avatar
      Shadow masks changed to single channel (#985) · 6eb57fea
      Erik Sandrén authored
      since rest of the patterns are single channel, the masks should be as
      well.
      6eb57fea
    • Edgar Riba's avatar
      Merge pull request #720 from edgarriba:dnn-modern · 1a26f995
      Edgar Riba authored
      GSOC'16 - DNN modern (#720)
      
      * dnn_modern module sketelon
      
      add FindTinyCNN.cmake and setup CMakeLists.txt
      
      add find TBB and NNPACK to CMakeLists.txt
      
      add caffe converter skeleton
      
      add simple sample
      
      eval method return scores
      
      Update README.md
      
      Update README.md
      
      Update README.md
      
      * update for tiny-dnn package
      
      * add QUIET attribute to CMake to find tiny-dnn
      
      * update files due to library rename
      
      * disable warning in cmake
      
      * replace cnn_size_t -> size_t
      
      * disable serializer, remove Caffe dependency and remove tiny-dnn target
      
      * check CMake version to enable/disable the module
      
      * add -Wno-erro in module target
      
      * update README.md with tiny-dnn
      
      * remove redunadant CMake codes for TBB and OMP
      
      * update CMake to enable C++11 compiler
      
      * sync CMake compiler options with upstream project
      
      * remove unused FindTBB.cmake
      
      * minor fix to add const variables
      
      * tiny-cnn -> tiny-dnn
      1a26f995
    • Vadim Pisarevsky's avatar
      11a07211
    • Aleksandr Rybnikov's avatar
      Fixed and added tests (#987) · 9c6c69a4
      Aleksandr Rybnikov authored
      9c6c69a4
    • Vadim Pisarevsky's avatar
  3. 07 Feb, 2017 4 commits
  4. 06 Feb, 2017 3 commits
  5. 02 Feb, 2017 4 commits
  6. 01 Feb, 2017 1 commit
  7. 31 Jan, 2017 2 commits
  8. 26 Jan, 2017 3 commits
  9. 25 Jan, 2017 9 commits
  10. 24 Jan, 2017 2 commits
  11. 23 Jan, 2017 2 commits
    • Alexander Alekhin's avatar
      remove precomp.cpp files · 6d41124d
      Alexander Alekhin authored
      6d41124d
    • Yorwba's avatar
      Merge pull request #933 from Yorwba:harris-laplace-detector · 2a0cad77
      Yorwba authored
      * Added files from http://code.opencv.org/issues/1053
      
      The code structure had to be changed because of the
      features2d/xfeatures2d split and to avoid changing
      multiple modules (gaussian_pyramid doesn't seem ready
      for inclusion in the (x)imgproc module).
      Except for changes related to this, the patches
      remain unchanged, including the outdated
      copyright notice at the top of the files.
      
      * Hide Harris-Laplace implementation behind pimpl-creating wrapper.
      
      * Add test for Harris-Laplace feature detector.
      
      * Handle empty images in Harris-Laplace detector.
      
      * Replace HarrisAffineFeatureDetector with more flexible AffineFeature2D
      
      * collapse unnecessary HarrisLaplace class into HarrisLaplaceFeatureDetector
      
      * fold DoG pyramid code into harris_laplace_detector.cpp
      
      * tuck auxiliary functions for Harris-Laplace into anonymous namespace
      
      * use mask to filter keypoints in Harris-Laplace detector
      
      * remove unused value of differentiation scale from calcAffineAdaptation
      
      * make descriptor copy in AffineFeature2D independent of the data type
      
      * Document interface for Harris-Laplace and AffineFeature2D
      
      * Make type conversions explicit and decorate float literals with f in HarrisLaplace and AffineFeature2D
      
      * Replace usage of non-standard log2 in Harris-Laplace feature detector
      
      * Fix virtual overload errors in AffineFeature2D
      
      * Add basic tests for AffineFeature2D and fix what they uncover
      
      * Make type conversions in Harris-Laplace feature detector explicit
      
      * Change license header for Harris-Laplace detector and AffineFeature2D
      
      * Use Matx for small matrices in AffineFeature2D
      
      * Remove redundant attributes of Elliptic_KeyPoint
      
      * Convert Matx22f to Matx22d for inverting in AffineFeature2D
      2a0cad77
  12. 20 Jan, 2017 1 commit