Alexander Alekhin
f82698b74e
Merge pull request #904 from alalek:unpack_into_binary
9 years ago
Alexander Alekhin
c82c887d10
cmake: unpack protobuf into binary directory
9 years ago
Alexander Alekhin
629d3910cc
misc: removed numeration in README to prevent excessive changes
9 years ago
Alexander Alekhin
eae4d78748
misc: minor fix in license header
9 years ago
Alexander Alekhin
88742e0ea7
Merge pull request #899 from mshabunin:pr718
9 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
9 years ago
Alexander Alekhin
cf82f5f812
Merge pull request #901 from spacetrain:fast_line_detector
9 years ago
Jinhan Lee
24b5aad400
Update ximgproc/README.md
9 years ago
Alexander Alekhin
db4250af75
Merge pull request #900 from alalek:icc
...
Build with ICC
9 years ago
Alexander Alekhin
1da7edcd19
cmake: disable ICC warnings from protobuf code
9 years ago
Alexander Alekhin
e40c23e985
saliency: disable for ICC
9 years ago
Vladimir
9d9c0f33b3
Added GOTURN tracker implementation and ALOV300++ dataset support
9 years ago
Maksim Shabunin
3d6f95abf7
Merge pull request #898 from paroj:aruco
9 years ago
Pavel Rojtberg
d07e70a48d
aruco: use Mat().copyTo idiom instead of for loops
9 years ago
Alexander Alekhin
92e59c7212
Merge pull request #897 from spacetrain:fast_line_detector
9 years ago
Jinhan Lee
4836a496c0
Add a group ximgproc_fast_line_detector
9 years ago
Alexander Alekhin
a2582d43b5
Merge pull request #892 from spacetrain:fast_line_detector
9 years ago
Alexander Alekhin
fa8839bbd5
Merge pull request #888 from catree:lucid
9 years ago
Alexander Alekhin
46f3b4d662
Merge pull request #884 from tucna:fuzzy_optimization
9 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
9 years ago
Alexander Alekhin
da6ecd307a
Merge pull request #758 from TheDZhon:master
9 years ago
Pavel Vlasanek
e1f0f0c072
Fuzzy module optimization.
...
whitespace cleanup
test - possible fix
test update
9 years ago
Alexander Alekhin
e11951c1ac
Merge pull request #883 from sovrasov:structured_edge_det_rounding_fix
9 years ago
Eugene Mamin
8f04976f48
TLD accelerated with parallel_for_ helper
...
Using opencv/core/utility.hpp parallel primitives,
Intel TBB as backend is desirable.
9 years ago
catree
4820eff512
Add default value for LUCID feature. Add note about color image requirement.
...
Add CV_Assert for color image.
9 years ago
Alexander Alekhin
f427be6e93
Merge pull request #871 from paroj:cnn_3dobj
9 years ago
Vladislav Sovrasov
98f305e462
Fix codestyle in structured_edge_detection sample
9 years ago
Vladislav Sovrasov
50489dc0c8
Fix rounding in StructuredEdgeDetection
9 years ago
Alexander Alekhin
adff407368
Merge pull request #880 from alalek:text_test
9 years ago
Pavel Rojtberg
a7ad78b9be
cnn_3dobj: use ocv_add_testdata
9 years ago
Pavel Rojtberg
ba1973d2fe
update README
9 years ago
Pavel Rojtberg
eaee613af2
drop superficial demo_ prefix from sample filenames
9 years ago
Pavel Rojtberg
94552d9601
update test to actually available testdata.
...
note that reference was merely regenerated, not verified.
9 years ago
Pavel Rojtberg
7157e67497
drop cnn_3dobj_config.hpp. the HAVE_CAFFE check was pointless.
9 years ago
Pavel Rojtberg
cbd26a659d
cnn_3dobj: fix demo_sphereview_data
9 years ago
Pavel Rojtberg
4939973403
cnn_3dobj: fix include and allow compilation of samples
...
caffe/vision_layers.hpp is gone. also fix some warnings.
9 years ago
Alexander Alekhin
57648c2ca2
Merge pull request #876 from alalek:fix_contrib_872
9 years ago
Alexander Alekhin
bd619c55c1
Merge pull request #868 from sovrasov:line_descr_crash_fix
9 years ago
Alexander Alekhin
47fbdd0d66
Merge pull request #882 from alalek:fix_warnings
9 years ago
Alexander Alekhin
7cdf2191d0
win32 warnings
9 years ago
Alexander Alekhin
fde8a6abf9
Merge pull request #874 from StevenPuttemans:master
9 years ago
Alexander Alekhin
6f793bde8d
Merge pull request #861 from sovrasov:line_descr_matcher_fix_memleak
9 years ago
Alexander Alekhin
75adb698b0
Merge pull request #875 from sovrasov:fix_balance_white
9 years ago
StevenPuttemans
fb0cb3d3c4
added multiple thinning algorithms
...
added thinning sample
added thinning tests
9 years ago
Alexander Alekhin
e1f01bafa0
text: add simple test
9 years ago
Alexander Alekhin
b5d9ca9be7
text: update cmake
9 years ago
Alexander Alekhin
31d1137890
text: minor refactoring in C++ sample
9 years ago
Alexander Alekhin
1dc84e81e5
text: refactor floodfill + findContours code patterns
9 years ago
Alexander Alekhin
d632079783
text: update detectRegions()
9 years ago
Alexander Alekhin
590dc2986d
text: fix valgrind errors, minor changes
9 years ago