1. 29 Jan, 2018 1 commit
    • Kv Manohar's avatar
      Merge pull request #1253 from kvmanohar22:GSoC17_dnn_objdetect · 41a5a5ea
      Kv Manohar authored
      GSoC'17 Learning compact models for object detection (#1253)
      
      * Final solver and model for SqueezeNet model
      
      * update README
      
      * update dependencies and CMakeLists
      
      * add global pooling
      
      * Add training scripts
      
      * fix typo
      
      * fix dependency of caffe
      
      * fix whitespace
      
      * Add squeezedet architecture
      
      * Pascal pre process script
      
      * Adding pre process scripts
      
      * Generate the graph of the model
      
      * more readable
      
      * fix some bugs in the graph
      
      * Post process class implementation
      
      * Complete minimal post processing and standalone running
      
      * Complete the base class
      
      * remove c++11 features and fix bugs
      
      * Complete example
      
      * fix bugs
      
      * Adding final scripts
      
      * Classification scripts
      
      * Update README.md
      
      * Add example code and results
      
      * Update README.md
      
      * Re-order and fix some bugs
      
      * fix build failure
      
      * Document classes and functions
      
      * Add instructions on how to use samples
      
      * update instructionos
      
      * fix docs failure
      
      * fix conversion types
      
      * fix type conversion warning
      
      * Change examples to sample directoryu
      
      * restructure directories
      
      * add more references
      
      * fix whitespace
      
      * retain aspect ratio
      
      * Add more examples
      
      * fix docs warnings
      
      * update with links to trained weights
      
      * threshold update
      
      * png -> jpg
      
      * fix tutorial
      
      * model files
      
      * precomp.hpp , fix readme links, module dependencies
      
      * copyrights
      
      - no copyright in samples
      - use new style OpenCV copyright header
      - precomp.hpp
      41a5a5ea
  2. 03 Nov, 2017 1 commit
  3. 02 Nov, 2017 1 commit
  4. 19 Oct, 2017 1 commit
  5. 29 Jun, 2017 1 commit
  6. 17 Apr, 2017 1 commit
    • Kiran Pradeep's avatar
      Merge pull request #493 from kiranpradeep:bg_segm_documentation_fix · 51696198
      Kiran Pradeep authored
      Correcting bgsegm module descriptions.  (#493)
      
      * Correcting bgsegm module descriptions. The algorithm implementation doesn't have multi target tracking as mentioned in original paper. it only does foreground/background segmentation.
      
      * Removing opencv_ from heading
      
      Removing opencv_ from description
      51696198
  7. 16 Dec, 2016 2 commits
    • Alexander Alekhin's avatar
    • Kumataro's avatar
      Merge pull request #893 from Kumataro:freetype2 · cac3c9a2
      Kumataro authored
      * Support freetype2
      
      * Before call pkg_search_module() check it is available.
      
      * If using libraries are unavailable, this module is shown in unavailable list.
      
      * using ocv_define_modules() insted of target_link_libraries().
      
      * Fix inner indentation in C++ namespaces
      
      * Remove mImg from freetype2 and Create UserData class to refer in path drawing callbacks.
      
      * to split interface and implementation details.
      ( and to avoid 3rd headers in public headers)
      
      * PKG_CONFIG_FOUND is used instead of COMMAND okg_search_modules
      
      * Update Document using Doxygen
      
      * Add ocv_module_include_directories()
      
      * Do no put pixels over image boundaries.
      
      * Fix SIGSEGV (only valgrind) and missing text in top border line
      
      * Fix trailing whitespace.
      
      * Use Header File Macros
      
      * Fix CMP0023 warning in cmake
      
      * std::string to cv::String
      
      * Fix trailing whitespace
      
      * Change splitnumber from unsigned int to int to support python
      
      * ocv_include_directories() should be define before ocv_define_module()
      
      * Fix boundary problem in putTextBitmapBlend()
      
      * Fix to draw an outline glyph which are on the boundary of image.
      
      * Remove precomp.cpp
      
      * Fix CMakeLists.txt to right order.
      
      * Remove prototype definition of removed function.
      
      * Add CV_Assert() where FreeType and Harfbuzz are called
      
      * Add CV_Assert() to check InputOutputArray and line_type
      cac3c9a2
  8. 02 Jun, 2016 1 commit
  9. 20 Mar, 2016 1 commit
  10. 11 Dec, 2015 1 commit
  11. 26 Nov, 2015 1 commit
  12. 04 Nov, 2015 1 commit
  13. 20 Sep, 2015 1 commit
    • Muresan Mircea Paul's avatar
      added the SGBM and asserts in bm · a102eeb1
      Muresan Mircea Paul authored
      removed warnings
      
      clip tab warning fixed
      
      fixed tab size warning
      
      added a new sample
      
      the new sample
      
      fixed spacing problem
      
      added a testing for the penalties
      
      fixed sample warning
      
      fixed last warnings
      
      added tests and modified a bit the sources
      
      added the tests
      
      fixed warning
      
      removed redundant samples
      
      Rename Sample3.cpp to sample.cpp
      
      renamed from Sample3 to sample
      
      refactored sample
      
      repaired descriptor test
      
      added test data
      
      usless info erased from test block matching
      
      added last tests
      
      did some modifications to the files
      
      whitespace removal
      
      did some modifications to the testing files
      
      fixed test descriptor issue
      
      Revert "whitespace removal"
      
      This reverts commit 76d4aa530fee8f7444de6c80ecb4fc9c80ec0677.
      
      corrected part of the comments
      
      made modifications so the sources build successfully
      
      fixed some issue for sub pixel
      
      refactored sample
      
      fixed small issue at testing
      
      added some performance files
      
      performance tests and other corrections
      
      corrected the paths and added some images
      
      fixed a bug
      
      Delete imgKitty.bmp
      
      Delete imgKittyl.bmp
      
      performance tests again....
      
      added larger images
      
      fixed issues
      
      did some last changes
      
      added the copyright notice
      
      fixed some linux errors
      a102eeb1
  14. 15 Jun, 2015 1 commit
  15. 26 Nov, 2014 1 commit
  16. 10 Oct, 2014 1 commit
  17. 11 Sep, 2013 1 commit