1. 31 Aug, 2018 1 commit
  2. 17 Aug, 2018 1 commit
  3. 24 Apr, 2018 1 commit
  4. 19 Feb, 2018 1 commit
  5. 12 Feb, 2018 1 commit
  6. 03 Feb, 2018 1 commit
    • Alexander Alekhin's avatar
      ts: refactor OpenCV tests · 4a297a24
      Alexander Alekhin authored
      - removed tr1 usage (dropped in C++17)
      - moved includes of vector/map/iostream/limits into ts.hpp
      - require opencv_test + anonymous namespace (added compile check)
      - fixed norm() usage (must be from cvtest::norm for checks) and other conflict functions
      - added missing license headers
      4a297a24
  7. 15 Dec, 2017 2 commits
    • Alexander Alekhin's avatar
      aef30191
    • LaurentBerger's avatar
      Simulated Annealing for ANN_MLP training method (#10213) · 7ad308ea
      LaurentBerger authored
      * Simulated Annealing for ANN_MLP training method
      
      * EXPECT_LT
      
      * just to test new data
      
      * manage RNG
      
      * Try again
      
      * Just run buildbot with new data
      
      * try to understand
      
      * Test layer
      
      * New data- new test
      
      * Force RNG in backprop
      
      * Use Impl to avoid virtual method
      
      * reset all weights
      
      * try to solve ABI
      
      * retry
      
      * ABI solved?
      
      * till problem with dynamic_cast
      
      * Something is wrong
      
      * Solved?
      
      * disable backprop test
      
      * remove ANN_MLP_ANNEALImpl
      
      * Disable weight in varmap
      
      * Add example for SimulatedAnnealing
      7ad308ea
  8. 28 Nov, 2017 1 commit
  9. 26 Jun, 2017 1 commit
  10. 18 Apr, 2017 1 commit
  11. 28 Feb, 2017 1 commit
    • mrquorr's avatar
      finished for one sample · d8425d88
      mrquorr authored
      Finished with several samples support, need regression testing
      
      Gave a more relevant name to function (getVotes)
      
      Finished implicit implementation
      
      Removed printf, finished regresion testing
      
      Fixed conversion warning
      
      Finished test for Rtrees
      
      Fixed documentation
      
      Initialized variable
      
      Added doxygen documentation
      
      Added parameter name
      d8425d88
  12. 10 Aug, 2016 1 commit
    • MYLS's avatar
      Add JSON support. · 8596e82d
      MYLS authored
      a JSON emitter, a parser, tests and some basic doc.
      8596e82d
  13. 19 Jul, 2016 1 commit
    • MYLS's avatar
      Modify Base64 functions and add test and documentation · 617df091
      MYLS authored
      Major changes:
      
      - modify the Base64 functions to compatible with `cvWriteRawData` and so
      on.
      - add a Base64 flag for FileStorage and outputs raw data in Base64
      automatically.
      - complete all  testing and documentation.
      617df091
  14. 25 Feb, 2016 3 commits
  15. 24 Feb, 2016 1 commit
  16. 15 Feb, 2016 1 commit
  17. 10 Feb, 2016 7 commits
  18. 04 Jan, 2016 1 commit
  19. 10 Dec, 2015 1 commit
  20. 23 Sep, 2015 1 commit
  21. 07 Apr, 2015 1 commit
    • Vadim Pisarevsky's avatar
      1. Input/OutputArray optimizations; · 052593c7
      Vadim Pisarevsky authored
      2. Algorithm::load/save added (moved from StatModel)
      3. copyrights updated; added copyright/licensing info for ffmpeg
      4. some warnings from Xcode 6.x are fixed
      052593c7
  22. 01 Apr, 2015 1 commit
  23. 17 Feb, 2015 1 commit
  24. 31 Dec, 2014 1 commit
    • Maksim Shabunin's avatar
      Support loading old models in ML module · d004ee58
      Maksim Shabunin authored
      - added test for loading legacy files
      - added version to new written models
      - fixed loading of several fields in some models
      - added generation of new fields from old data
      d004ee58
  25. 13 Sep, 2014 1 commit
  26. 06 Sep, 2014 1 commit
  27. 31 Aug, 2014 1 commit
  28. 23 Aug, 2014 1 commit
  29. 18 Aug, 2014 3 commits