1. 18 Jan, 2017 1 commit
  2. 17 Jan, 2017 1 commit
  3. 16 Jan, 2017 2 commits
  4. 12 Jan, 2017 3 commits
  5. 11 Jan, 2017 3 commits
  6. 10 Jan, 2017 2 commits
  7. 06 Jan, 2017 2 commits
    • logic1988's avatar
      Merge pull request #921 from logic1988/master · 99294995
      logic1988 authored
      Bug in Text module when set Optimization Level to "-Ofast" in xcode (#921)
      
      * Bug in Text module when set Optimization Level to "-Ofast" in xcode
      
      Bug when set Optimization Level to "-Ofast" (Fastest, Aggressive Optimizations) in xcode, read the wrong patch_size parameters to 7 (should be 8). This bug will occured in loadOCRHMMClassifierCNN function called by example_text_character_recognition and example_text_segmented_word_recognition.
      
      *  Bug in Text module when set Optimization Level to "-Ofast" in xcode
      
      Bug when set Optimization Level to "-Ofast" (Fastest, Aggressive Optimizations) in xcode, read the wrong patch_size parameters to 7 (should be 8). This bug will occured in loadOCRHMMClassifierCNN function called by example_text_character_recognition and example_text_segmented_word_recognition.
      99294995
    • Alexander Alekhin's avatar
      4ec1d827
  8. 04 Jan, 2017 2 commits
  9. 29 Dec, 2016 4 commits
  10. 28 Dec, 2016 1 commit
  11. 26 Dec, 2016 1 commit
  12. 23 Dec, 2016 4 commits
  13. 22 Dec, 2016 2 commits
  14. 19 Dec, 2016 3 commits
  15. 18 Dec, 2016 2 commits
  16. 17 Dec, 2016 1 commit
  17. 16 Dec, 2016 6 commits
    • Alexander Alekhin's avatar
      c82c887d
    • Alexander Alekhin's avatar
    • Alexander Alekhin's avatar
      misc: minor fix in license header · eae4d787
      Alexander Alekhin authored
      eae4d787
    • Alexander Alekhin's avatar
      88742e0e
    • 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
    • Alexander Alekhin's avatar