LaurentBerger
86342522b0
Merge pull request #701 from LaurentBerger:DericheFilter
8 years ago
catree
af26ce3af2
Bioinspired module: remove printSetup to avoid unnecessary printing in the console, fix some typos. ( #905 )
8 years ago
Geoff
8a23411b3f
Update README.md ( #902 )
...
* Update README.md
fix a typo
* Update README.md
8 years ago
Suleyman TURKMEN
cb7b59f203
Update sift.cpp
8 years ago
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
8 years ago
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
8 years ago
Vadim Pisarevsky
00b3726082
Merge pull request #903 from alalek:contrib_update
8 years ago
Alexander Alekhin
f89e99874c
Merge pull request #908 from alalek:fix_add_testdata
8 years ago
Alexander Alekhin
c028502f76
cmake: fix CMake error
...
"install DIRECTORY does not allow "COMPONENT" after PATTERN or REGEX"
8 years ago
Alexander Alekhin
fd054ea094
Merge pull request #906 from alalek:fix_build_freetype
8 years ago
Alexander Alekhin
af729bcf20
build(freetype): move 3rdparty include files from precomp.hpp
8 years ago
Alexander Alekhin
f82698b74e
Merge pull request #904 from alalek:unpack_into_binary
8 years ago
Alexander Alekhin
c82c887d10
cmake: unpack protobuf into binary directory
8 years ago
Alexander Alekhin
629d3910cc
misc: removed numeration in README to prevent excessive changes
8 years ago
Alexander Alekhin
eae4d78748
misc: minor fix in license header
8 years ago
Alexander Alekhin
88742e0ea7
Merge pull request #899 from mshabunin:pr718
8 years ago
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
8 years ago
Alexander Alekhin
cf82f5f812
Merge pull request #901 from spacetrain:fast_line_detector
8 years ago
Jinhan Lee
24b5aad400
Update ximgproc/README.md
8 years ago
Alexander Alekhin
db4250af75
Merge pull request #900 from alalek:icc
...
Build with ICC
8 years ago
Alexander Alekhin
1da7edcd19
cmake: disable ICC warnings from protobuf code
8 years ago
Alexander Alekhin
e40c23e985
saliency: disable for ICC
8 years ago
Vladimir
9d9c0f33b3
Added GOTURN tracker implementation and ALOV300++ dataset support
8 years ago
Maksim Shabunin
3d6f95abf7
Merge pull request #898 from paroj:aruco
8 years ago
Pavel Rojtberg
d07e70a48d
aruco: use Mat().copyTo idiom instead of for loops
8 years ago
Alexander Alekhin
92e59c7212
Merge pull request #897 from spacetrain:fast_line_detector
8 years ago
Jinhan Lee
4836a496c0
Add a group ximgproc_fast_line_detector
8 years ago
Alexander Alekhin
a2582d43b5
Merge pull request #892 from spacetrain:fast_line_detector
8 years ago
Alexander Alekhin
fa8839bbd5
Merge pull request #888 from catree:lucid
8 years ago
Alexander Alekhin
46f3b4d662
Merge pull request #884 from tucna:fuzzy_optimization
8 years ago
Jinhan Lee
a7dada153e
Fast line detector described in @Lee14 .
...
This simple detector runs up to two times faster than LSD while achieving
competitive results. Please evaluate the algorithm with samples/fld_lines.cpp
8 years ago
Alexander Alekhin
da6ecd307a
Merge pull request #758 from TheDZhon:master
8 years ago
Pavel Vlasanek
e1f0f0c072
Fuzzy module optimization.
...
whitespace cleanup
test - possible fix
test update
8 years ago
Alexander Alekhin
e11951c1ac
Merge pull request #883 from sovrasov:structured_edge_det_rounding_fix
8 years ago
Eugene Mamin
8f04976f48
TLD accelerated with parallel_for_ helper
...
Using opencv/core/utility.hpp parallel primitives,
Intel TBB as backend is desirable.
8 years ago
catree
4820eff512
Add default value for LUCID feature. Add note about color image requirement.
...
Add CV_Assert for color image.
8 years ago
Alexander Alekhin
f427be6e93
Merge pull request #871 from paroj:cnn_3dobj
8 years ago
Vladislav Sovrasov
98f305e462
Fix codestyle in structured_edge_detection sample
8 years ago
Vladislav Sovrasov
50489dc0c8
Fix rounding in StructuredEdgeDetection
8 years ago
Alexander Alekhin
adff407368
Merge pull request #880 from alalek:text_test
8 years ago
Pavel Rojtberg
a7ad78b9be
cnn_3dobj: use ocv_add_testdata
8 years ago
Pavel Rojtberg
ba1973d2fe
update README
8 years ago
Pavel Rojtberg
eaee613af2
drop superficial demo_ prefix from sample filenames
8 years ago
Pavel Rojtberg
94552d9601
update test to actually available testdata.
...
note that reference was merely regenerated, not verified.
8 years ago
Pavel Rojtberg
7157e67497
drop cnn_3dobj_config.hpp. the HAVE_CAFFE check was pointless.
8 years ago
Pavel Rojtberg
cbd26a659d
cnn_3dobj: fix demo_sphereview_data
8 years ago
Pavel Rojtberg
4939973403
cnn_3dobj: fix include and allow compilation of samples
...
caffe/vision_layers.hpp is gone. also fix some warnings.
8 years ago
Alexander Alekhin
57648c2ca2
Merge pull request #876 from alalek:fix_contrib_872
8 years ago
Alexander Alekhin
bd619c55c1
Merge pull request #868 from sovrasov:line_descr_crash_fix
8 years ago
Alexander Alekhin
47fbdd0d66
Merge pull request #882 from alalek:fix_warnings
8 years ago