Wangyida
2b9122cb47
set focal point to the center of model
9 years ago
Wangyida
97d835ec93
CommandLineParser modified
...
CommandLineParser modified
9 years ago
Wangyida
2563390a25
sphere view generator
9 years ago
Wangyida
195755ec80
Image generator for 3D model with different poses
9 years ago
Vadim Pisarevsky
06b03a7b65
Merge pull request #372 from alalek:ocl_off
9 years ago
Vadim Pisarevsky
bf699c38c7
Merge pull request #358 from DirtyMaster:patch-1
9 years ago
Vadim Pisarevsky
9011368ae7
Merge pull request #266 from jiuerbujie:omnidir_camera_calib
9 years ago
Vadim Pisarevsky
cdbe335258
Merge pull request #291 from shahurik:master
9 years ago
Vadim Pisarevsky
2b64abdbed
Merge pull request #326 from MMp131316:MatchingOperations
9 years ago
Vadim Pisarevsky
bf0c871227
Merge pull request #341 from Auron-X:TLD/VOT2015_Datasets_Support
9 years ago
Vadim Pisarevsky
d255138c5d
Merge pull request #414 from cpsandbox:better_cast
9 years ago
Alexander Alekhin
3df4d507cc
Merge pull request #387 from alalek:disable_invalid_string_usage
9 years ago
Maksim Shabunin
0166efa6ea
Merge pull request #424 from kurnianggoro:kcftutorial
9 years ago
Kurnianggoro
84cbffc718
added tutorials for KCF tracker
9 years ago
Alexander Alekhin
2d1fc7a6cd
Merge pull request #391 from rokm:dnn_fix
9 years ago
Clint Pells
06eb62c630
use better cast
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
Muresan Mircea Paul
12b530c6b1
modified stereo for better results
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
9862a8bac5
fix invalid String usage
9 years ago
Muresan Mircea Paul
1ae4d2a874
Modified the names for bm and sgm methods
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
Muresan Mircea Paul
c83e49a714
modify sample by adding the checks in the parse function
...
some extra conditions added to the sample
changed scale
fixed some issues regarding the matching and the sample
modified expression for hamming lut
condition in confidence check
changed the name : bm to sgm for sample
9 years ago
Muresan Mircea Paul
e7ab49ebb3
changed the speckle vectors to mats and added comments
9 years ago