Ying Xiong
decbdd1abb
Fix compiler error on std::swap (CUDA7.0/clang/OSX)
10 years ago
Vadim Pisarevsky
9683f93a76
Merge pull request #3840 from MSOpenTech:concurrency-contrib
10 years ago
Vadim Pisarevsky
9997e6d337
Merge pull request #3823 from lupustr3:pvlasov/implementation_detector_update
10 years ago
Vadim Pisarevsky
e92645c588
Merge pull request #3838 from PhilLab:patch-3
10 years ago
Vadim Pisarevsky
e157d70d43
Merge pull request #3837 from mshabunin:abi-compliance
10 years ago
Maxim Kostin
d1a8171011
Added WinRT concurrency support.
10 years ago
Philipp Hasper
e0efda7145
Fixed persistent.hpp documentation
...
Small error - object fs does not exist in this code example
10 years ago
Maksim Shabunin
9fbc92aace
Added cmake option for abi descriptor generating (GENERATE_ABI_DESCRIPTOR)
10 years ago
Vadim Pisarevsky
e12a04ac7e
Merge pull request #3811 from StevenPuttemans:fix_traincascade_getNegatives_master
10 years ago
Vadim Pisarevsky
903f10c237
Merge pull request #3804 from polarfuchs99:master
10 years ago
Vadim Pisarevsky
0f4d57d59e
Merge pull request #3833 from sgrayb:houghline_bugfix
10 years ago
Vadim Pisarevsky
b708969326
Merge pull request #3832 from Dmitry-Me:fixNullPointerDereference3
10 years ago
Vadim Pisarevsky
8cf45ce0af
Merge pull request #3828 from vpisarev:fix_win32_perf_calib3d_solvepnp_failure
10 years ago
Dmitry-Me
52a8d37f11
Fix potential null pointer dereference
10 years ago
Vadim Pisarevsky
ca19ae8b5a
in solvePnPRansac call the solvePnP in the end with all the inliers to get more precise estimate
10 years ago
Vadim Pisarevsky
5c352c9146
temporarily use EPNP in SolvePnP instead of UPNP or DLS algorithms, since the latter two are not quite stable
10 years ago
Vadim Pisarevsky
3c54c50c5a
Merge pull request #3802 from sanuj:master
10 years ago
Vadim Pisarevsky
f80e7530f3
Merge pull request #3827 from MSOpenTech:license-26
10 years ago
Vadim Pisarevsky
c6e9280373
Merge pull request #3816 from ilya-lavrenov:il/cvround
10 years ago
Vadim Pisarevsky
f9b2444735
Merge pull request #3826 from mshabunin:fix-install-paths
10 years ago
Vadim Pisarevsky
259a54a6dd
Merge pull request #3830 from NaerChang:issue.3710
10 years ago
Vadim Pisarevsky
a1f86d01e2
Merge pull request #3831 from Dmitry-Me:reduceVariableScope7
10 years ago
Naer Chang
cdc9bc397d
Revert "issue 3710"
...
Trying to fix whitespace issue.
This reverts commit dcc2512f58
.
10 years ago
Dmitry-Me
8ed4bae4dd
Reduce variable scope, make formatting consistent with surrounding code
10 years ago
Naer Chang
dcc2512f58
issue 3710
...
added a check to prevent illegal access to operator[] when vector is empty
10 years ago
Scott Graybill
3d2c0ed97f
Removed check on limits. A common use of HoughLines would be to restrict theta to be between a small negative number and a small positive number, e.g. -pi/16 to pi/16. This wasn't possible with the previous checks.
10 years ago
Vadim Pisarevsky
1760078f67
trying to make solvePnPSmallPoints pass
10 years ago
Maxim Kostin
79f512337d
Changed encoding from ANSI to UTF8.
10 years ago
Vadim Pisarevsky
7e07220440
made the solvepnp a bit more modest; test 5-point configuration instead of 4-point in some cases; reduce the noise in 4-point configurations in other cases
10 years ago
Vadim Pisarevsky
930808c22b
Merge pull request #3820 from LorenaGdL:patch-1
10 years ago
Vadim Pisarevsky
04f16965d5
Merge pull request #3780 from StevenPuttemans:fix_locale_master
10 years ago
Vadim Pisarevsky
133bd56436
Merge pull request #3769 from adamgreig:fix-py3-submodules
10 years ago
Vadim Pisarevsky
18904036dc
Merge pull request #3825 from alalek:fix_msvs2010_build
10 years ago
Maxim Kostin
6cef4eba29
Replacing license headers per PR-3700 feedback. Updates #26
10 years ago
Maksim Shabunin
632afe6ae3
Fixed mangled install layout on unix machines
10 years ago
Alexander Alekhin
50b99e5aef
fix compilation on MSVS2010
10 years ago
Pavel Vlasov
085409340e
Implementation collector update;
...
Moved out of TLS to properly collect data from different threads;
Concurrent access guards were added to collection functions;
10 years ago
Vadim Pisarevsky
74e88cc0f1
Merge pull request #3801 from StevenPuttemans:add_parameter_info_annotation_master
10 years ago
Vadim Pisarevsky
79a77cb91f
Merge pull request #3819 from MSOpenTech:readme-24
10 years ago
Vadim Pisarevsky
06703c9d56
Merge pull request #3817 from SpecLad:forward-ports
10 years ago
Vadim Pisarevsky
362c1a23ea
Merge pull request #3821 from i-ito:master-flann-lsh-addable-index
10 years ago
ippei ito
518fd59a10
fixed whitespace error
10 years ago
ippei ito
49b38fe793
Fixed compile error build with VisualStudio2013 on windows.
...
REG_NONE defined in ml.hpp conflicts with defined in Winnt.h
10 years ago
LorenaGdL
b21b24fd8a
Update train_HOG.cpp
...
Incorrect number of input arguments in main function
10 years ago
Ilya Lavrenov
6f8b3fc633
cvRound
10 years ago
Maxim Kostin
b194812f5a
Fixed trailing whitespace.
10 years ago
Adam Greig
211a131351
Fix Python3 binding's submodules
...
Previously the Python3 cv2 package ends up with no submodules (bgsegm, face,
etc) in it, which makes a lot of functionality unusable. By not writing over
our root reference we ensure the new submodules are added to the correct cv2
module.
10 years ago
Maxim Kostin
052c010d3f
Reformatted since this is not a markdown file
10 years ago
Max Kostin
deb2cb752b
Updates README for setup_script
...
Updates README to reflect setup_script build capabilities and requirements to setup binaries and includes for sample applications. Fixes #24
10 years ago
Roman Donchenko
c71e94f054
Mark the libs component required
...
Everything else depends on it, after all.
(cherry picked from commit cf54e3b97e
)
Conflicts:
cmake/OpenCVPackaging.cmake
10 years ago