- 17 Jan, 2017 1 commit
-
-
Maksim Shabunin authored
- dpm, freetype: fixed documentation blocks - datasets: removed tinyXml from public interface and documentation
-
- 16 Jan, 2017 2 commits
- 12 Jan, 2017 3 commits
-
-
Alexander Alekhin authored
-
Jeremy Nicola authored
* Correcting wrong type check in Aruco Board creation * Double checking for CV_32FC1 and CV_32FC3 following @sovrasov's review
-
Li Peng authored
This patch update bioinspired opencl code to make it working with latest opencv, major changes include: 1. data structure update, e.g. oclMat to UMat. 2. opencl kernel optimization to get it running faster 3. accuracy and perf test update. Signed-off-by: Li Peng <peng.li@intel.com>
-
- 11 Jan, 2017 3 commits
-
-
Alexander Alekhin authored
Add MSLIC (Manifold SLIC)
-
Kumataro authored
* Support getTextSize() to resolve issue #927 This getTextSize() funtion helps to print more text, either on the same line or on another line. To add getTextSize() function, some member variables are removed which are corresponding at putText() function's arguments. And a negative fontHeight must be asserted. * Fix to remove whitespace
-
Balint Cristian authored
-
- 10 Jan, 2017 2 commits
-
-
Vadim Pisarevsky authored
-
arrybn authored
-
- 06 Jan, 2017 2 commits
-
-
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.
-
Alexander Alekhin authored
-
- 04 Jan, 2017 2 commits
-
-
Alexander Alekhin authored
fix link for thinningTypes
-
StevenPuttemans authored
-
- 29 Dec, 2016 4 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Kumataro authored
-
- 28 Dec, 2016 1 commit
-
-
Balint Cristian authored
-
- 26 Dec, 2016 1 commit
-
-
LaurentBerger authored
-
- 23 Dec, 2016 4 commits
-
-
LaurentBerger authored
-
catree authored
Bioinspired module: remove printSetup to avoid unnecessary printing in the console, fix some typos. (#905)
-
Geoff authored
* Update README.md fix a typo * Update README.md
-
Suleyman TURKMEN authored
-
- 22 Dec, 2016 2 commits
-
-
Vadim Pisarevsky authored
moved BLAS/LAPACK detection scripts to the main repository. Try to use external gemm in dnn
-
Vadim Pisarevsky authored
moved BLAS/LAPACK detection scripts to the main repository. Give preference to the external BLAS over OpenCV's gemm, which improves performance of dnn module by a lot
-
- 19 Dec, 2016 3 commits
-
-
Vadim Pisarevsky authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
"install DIRECTORY does not allow "COMPONENT" after PATTERN or REGEX"
-
- 18 Dec, 2016 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 17 Dec, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 16 Dec, 2016 7 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
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
-
Alexander Alekhin authored
-
Jinhan Lee authored
-