1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-21 23:01:45 +08:00
Commit Graph

2189 Commits

Author SHA1 Message Date
Maksim Shabunin
bef177c718 Minor documentation fixes:
- dpm, freetype: fixed documentation blocks
- datasets: removed tinyXml from public interface and documentation
2017-01-17 16:33:46 +03:00
Vladislav Sovrasov
b89181dfad Add useExtrinsicGuess flag in estimatePoseBoard() for aruco and charuco 2017-01-16 16:57:23 +03:00
mshabunin
d1cbfa3bbf ccalib omni_calibration sample updates:
- changed default parameter values fr sw, sh
- switched to CommandLineParser
- added console status messages
2017-01-16 14:08:55 +03:00
mshabunin
2d8000bd81 Fixed encoding in one of ccalib module sources 2017-01-16 14:08:55 +03:00
Alexander Alekhin
cee4edbbfd cmake: add global defines to enable useful macros 2017-01-13 14:29:28 +03:00
Alexander Alekhin
facf53107e Merge pull request #924 from pengli:bioinspired 2017-01-12 16:38:12 +00:00
Jeremy Nicola
cf1ed7efac Correcting wrong type check in Aruco Board creation (#940)
* Correcting wrong type check in Aruco Board creation

* Double checking for CV_32FC1 and CV_32FC3 following @sovrasov's review
2017-01-12 18:02:10 +03:00
Li Peng
966b2f55b9 Overhaul bioinspired opencl implementation
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>
2017-01-12 08:49:08 +08:00
Alexander Alekhin
6891d7788f Merge pull request #923 from cbalint13:mslic
Add MSLIC (Manifold SLIC)
2017-01-11 18:12:00 +03:00
Kumataro
04ad07c0dc Merge pull request #936 from Kumataro:freetype2.927
* 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
2017-01-11 18:09:08 +03:00
Alexander Alekhin
1bd279e49d fix lapack support 2017-01-11 14:23:36 +03:00
Balint Cristian
ce2fd8e37a Add MSLIC (Manifold SLIC). 2017-01-11 13:05:54 +02:00
Vadim Pisarevsky
5127e7f20f Merge pull request #916 from arrybn:torch_enet 2017-01-10 19:33:37 +00:00
arrybn
e784f137f6 Added Torch ENet support 2017-01-10 10:44:03 +03:00
logic1988
99294995f0 Merge pull request #921 from logic1988/master
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.
2017-01-06 04:23:47 +02:00
Alexander Alekhin
4ec1d827c1 Merge pull request #922 from cbalint13:slic 2017-01-06 02:22:29 +00:00
Alexander Alekhin
46af5dc0b2 Merge pull request #934 from StevenPuttemans:master
fix link for thinningTypes
2017-01-04 16:12:36 +02:00
StevenPuttemans
cdbe5c7d3c fix link for thinningTypes 2017-01-04 14:54:06 +01:00
Alexander Alekhin
7238cd27ba Merge pull request #915 from sturkmen72:update_shift 2016-12-29 13:57:29 +00:00
Alexander Alekhin
c290370077 Merge pull request #918 from LaurentBerger:ImprovePaillou 2016-12-29 13:56:35 +00:00
Alexander Alekhin
1050104ea6 Merge pull request #926 from Kumataro:freetype2.919 2016-12-29 13:41:40 +00:00
Kumataro
abf44fcccf Fix Opencv3.2 freetype module build failed in macOS10.12 #919 2016-12-29 14:49:25 +09:00
Balint Cristian
5d73f99753 BugFix SLIC, SLICO & LSC. 2016-12-28 13:07:16 +02:00
LaurentBerger
7360642d4d Improve paillou filter 2016-12-26 09:11:57 +01:00
LaurentBerger
86342522b0 Merge pull request #701 from LaurentBerger:DericheFilter 3.2.0 2016-12-23 13:09:43 +02:00
catree
af26ce3af2 Bioinspired module: remove printSetup to avoid unnecessary printing in the console, fix some typos. (#905) 2016-12-23 13:53:18 +03:00
Geoff
8a23411b3f Update README.md (#902)
* Update README.md

fix a typo

* Update README.md
2016-12-23 13:51:26 +03:00
Suleyman TURKMEN
cb7b59f203 Update sift.cpp 2016-12-23 13:21:30 +03:00
Vadim Pisarevsky
c7cc1b3fe6 Merge pull request #913 from vpisarev/dnn_blas
moved BLAS/LAPACK detection scripts to the main repository. Try to use external gemm in dnn
2016-12-22 23:24:31 +03:00
Vadim Pisarevsky
c84a6604c1 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 2016-12-22 20:00:04 +03:00
Vadim Pisarevsky
00b3726082 Merge pull request #903 from alalek:contrib_update 3.2.0-rc 2016-12-19 14:14:13 +00:00
Alexander Alekhin
f89e99874c Merge pull request #908 from alalek:fix_add_testdata 2016-12-19 13:47:47 +00:00
Alexander Alekhin
c028502f76 cmake: fix CMake error
"install DIRECTORY does not allow "COMPONENT" after PATTERN or REGEX"
2016-12-19 14:59:39 +03:00
Alexander Alekhin
fd054ea094 Merge pull request #906 from alalek:fix_build_freetype 2016-12-18 20:15:03 +00:00
Alexander Alekhin
af729bcf20 build(freetype): move 3rdparty include files from precomp.hpp 2016-12-18 18:56:45 +03:00
Alexander Alekhin
f82698b74e Merge pull request #904 from alalek:unpack_into_binary 2016-12-17 12:23:54 +00:00
Alexander Alekhin
c82c887d10 cmake: unpack protobuf into binary directory 2016-12-16 18:57:25 +03:00
Alexander Alekhin
629d3910cc misc: removed numeration in README to prevent excessive changes 2016-12-16 17:14:35 +03:00
Alexander Alekhin
eae4d78748 misc: minor fix in license header 2016-12-16 17:12:18 +03:00
Alexander Alekhin
88742e0ea7 Merge pull request #899 from mshabunin:pr718 2016-12-16 13:40:00 +00:00
Kumataro
cac3c9a221 Merge pull request #893 from Kumataro:freetype2
* 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
2016-12-16 12:54:06 +02:00
Alexander Alekhin
cf82f5f812 Merge pull request #901 from spacetrain:fast_line_detector 2016-12-16 10:51:55 +00:00
Jinhan Lee
24b5aad400 Update ximgproc/README.md 2016-12-16 14:37:10 +09:00
Alexander Alekhin
db4250af75 Merge pull request #900 from alalek:icc
Build with ICC
2016-12-15 19:21:19 +02:00
Alexander Alekhin
1da7edcd19 cmake: disable ICC warnings from protobuf code 2016-12-15 17:08:44 +03:00
Alexander Alekhin
e40c23e985 saliency: disable for ICC 2016-12-15 17:08:35 +03:00
Vladimir
9d9c0f33b3 Added GOTURN tracker implementation and ALOV300++ dataset support 2016-12-15 16:07:14 +03:00
Maksim Shabunin
3d6f95abf7 Merge pull request #898 from paroj:aruco 2016-12-14 19:31:52 +00:00
Pavel Rojtberg
d07e70a48d aruco: use Mat().copyTo idiom instead of for loops 2016-12-14 17:51:41 +01:00
Alexander Alekhin
92e59c7212 Merge pull request #897 from spacetrain:fast_line_detector 2016-12-14 02:45:18 +00:00