Anh Nguyen
abc7bc838d
Update README.md
9 years ago
Anh Nguyen
cb7254da98
Update README.md
9 years ago
Anh Nguyen
9ac3ea7805
Update download_sferes.sh
9 years ago
Anh Nguyen
f74b8c9d72
Merge branch 'master' of github.com:anguyen8/opencv_contrib
9 years ago
Anh Nguyen
61cd2e6023
Removed sferes folder and add a script for fetching sferes
9 years ago
Anh Nguyen
36190960e0
Trying to fix whitespace_contrib error in build
9 years ago
Anh Nguyen
72372a7808
Updated README.md for download scripts
9 years ago
Anh Nguyen
8af204dcce
Merge branch 'master' of github.com:anguyen8/opencv_contrib
9 years ago
Anh Nguyen
03671cc2bf
Added scripts for downloading proper patches of Caffe
9 years ago
Anh Nguyen
d4cbf20dd5
Update README.md
9 years ago
Anh Nguyen
2e86c001f7
Update README.md
9 years ago
Anh Nguyen
737592bd90
Update README.md
9 years ago
Anh Nguyen
a9c92b6391
Added fooling code
9 years ago
Alexander Alekhin
2d1fc7a6cd
Merge pull request #391 from rokm:dnn_fix
9 years ago
Alexander Alekhin
c5a273f5a8
Merge pull request #406 from mshabunin:fix-vs2015
9 years ago
Maksim Shabunin
35735686cb
Merge pull request #318 from jesusbriales:patch-1
9 years ago
Maksim Shabunin
ac5fb1d804
Merge pull request #347 from sturkmen72:master
9 years ago
Maksim Shabunin
35c300f5ff
Merge pull request #408 from berak:features2d_python_fix
9 years ago
Maksim Shabunin
c0f84d2c32
Merge pull request #405 from Milania1:line_descriptor_getters
9 years ago
Maksim Shabunin
f98580b20a
Merge pull request #397 from paroj:aruco_densepose
9 years ago
Maksim Shabunin
5e9632bcf3
Merge pull request #392 from berak:remove_datasetstools
9 years ago
Maksim Shabunin
bf22f6f9b4
Merge pull request #379 from sbokov:sparseMatchInterpolationSquashed
9 years ago
Maksim Shabunin
25d458efea
Merge pull request #246 from antran89:master
9 years ago
berak
ee0be7ad4e
Update xfeatures2d.hpp
9 years ago
Jan S. (Milania1)
e57a81d2ea
Added getters to the points of the KeyLine class
9 years ago
Maksim Shabunin
d15d490a83
Fix OpenCL warning VS 2015
9 years ago
Maksim Shabunin
a60811f6d9
Fixed surf type conversions
9 years ago
Maksim Shabunin
3bd8f27f17
DNN module 3rdparty VS 2015 warnings disabled
9 years ago
Alexander Alekhin
d6e99d0b58
Merge pull request #336 from StevenPuttemans:add_contr_guidelines
9 years ago
Pavel Rojtberg
ee61cba9f9
aruco: use densely packed array for pose computation
...
allows using Mat and vector<Vec3d> as argument for rvecs, tvecs that are
allocated at once.
9 years ago
StevenPuttemans
8ebce16eb1
add contributions guidelines
9 years ago
Alexander Alekhin
9818f481bd
Merge pull request #324 from StevenPuttemans:fix_matlab_bindings
9 years ago
StevenPuttemans
f0121eba28
fixing matlab bindings - removing dependency on parser
9 years ago
berak
dc30a2057f
remove datasetstools
9 years ago
Alexander Alekhin
b36d51185f
Merge pull request #386 from paroj:arucodictapi
9 years ago
Alexander Alekhin
395b047980
Merge pull request #356 from paroj:aruco_fix
9 years ago
Alexander Alekhin
69e2813c39
Merge pull request #388 from Milania1:random_color_drawKeylines
9 years ago
Rok Mandeljc
fcedee0abb
opencv_dnn: replaced static LayerFactory::impl member with a static function that constructs the object on the first use (fix for bug #383 )
...
This way, we are certain not to depend on the order of static
variable initialization (LayerFactory::impl in dnn.cpp, vs. init
in init.cpp), which is causing bug #383 .
9 years ago
Pavel Rojtberg
7ead8dd1b9
aruco: create dictionary from Mat instead of raw pointer
...
also avoids manual memcpy: the predefined dictionary data is not
duplicated any more.
9 years ago
Jan S. (Milania1)
34cf8f7021
Draw keylines in random color by default as documentation depicts
9 years ago
Alexander Alekhin
2de6ff576c
Merge pull request #376 from sergarrido:aruco_bugs
9 years ago
Alexander Alekhin
d783cbef50
Merge pull request #384 from paroj:markercoding
9 years ago
Alexander Alekhin
dc4e52cd87
Merge pull request #385 from Dikay900:ports_from_main_opencv
9 years ago
Dikay900
1a93ebf54a
Pull Request 4219 from main opencv repo
9 years ago
Pavel Rojtberg
35b935c9ca
aruco: simplify Dictionary by not interleaving the marker rotations
...
store marker internally as
"r0_b0, r0_b1, .. , r0_bn, r2_b0, .." instead of
"r0_b0, r1_b0, .. , rn_b0, r1_b0, .."
i.e. the same as in predefined_dictionaries.cpp.
This makes loading a dictionary a simple memcpy and also allows to get
rid of the custom hammingDistance implementation in favor of
hal::normHamming.
9 years ago
Alexander Alekhin
b34f12a93b
Merge pull request #354 from berak:structured_light_wo_viz
9 years ago
sbokov
831523ce02
Sparse-to-dense OF algorithm is added
...
* Sparse match interpolator interface and EdgeAwareInterpolator were
added to the ximgproc module
* New optical flow algorithm, based on PyrLK sparse OF and sparse match
interpolation, is added to the optflow module
9 years ago
S. Garrido
c5d618f7e1
fix several important bugs in aruco module
9 years ago
Alexander Alekhin
f60ca728a1
Merge pull request #370 from mshabunin:mingw-fix
9 years ago
Maksim Shabunin
22f5843377
Merge pull request #338 from patricksnape:msvc_python_fixes
9 years ago