16023 Commits (c436cac797a829af945eed5c363fe2d11a1f438c)
 

Author SHA1 Message Date
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" 10 years ago
Olexa Bilaniuk ac1099deb8 Merge remote-tracking branch 'refs/remotes/upstream/master' 10 years ago
Olexa Bilaniuk 7e3cc44738 More docs on variable accesses. 10 years ago
Dmitry-Me 8ed4bae4dd Reduce variable scope, make formatting consistent with surrounding code 10 years ago
Naer Chang dcc2512f58 issue 3710 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; 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. 10 years ago
LorenaGdL b21b24fd8a Update train_HOG.cpp 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 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 10 years ago
Roman Donchenko c71e94f054 Mark the libs component required 10 years ago
Roman Donchenko 8a732e306f Add component display names 10 years ago
Roman Donchenko 87eb3f6e68 Update the CPack variables to match the changes in asmorkalov/CMake#1 10 years ago
Roman Donchenko 35760bb6bf Add a script to run all tests on Windows 10 years ago
Roman Donchenko 592122bf4f Install data on Windows 10 years ago
Roman Donchenko 1a3273a7e3 Remove useless CPACK_*_COMPONENT_INSTALL variables 10 years ago
Roman Donchenko 34ad2e0fa4 Fix a memory leak in CvCapture_FFMPEG::close 10 years ago
Roman Donchenko 1858b5cfba Don't install documentation if it isn't built 10 years ago
Roman Donchenko 6274e1fc5f cvOpenFileStorage: reduce the scope of xml_buf and make sure it's freed... 10 years ago
Roman Donchenko 6b8ebf3e94 Fix memory leaks appearing when cvOpenFileStorage throws 10 years ago
Erik Karlsson 82c54104d6 Fix warnings on Win x64 10 years ago
Erik Karlsson 812edb5fdc Fixed bug, maxDist() should reurn int, not double 10 years ago
Erik Karlsson 8aa0783995 Changed parameter type of fastNlMeansDenoising[Multi][Abs] from std::vector<float> to const std::vector<float>& 10 years ago
Vadim Pisarevsky baf191fab2 Merge pull request #3771 from mshabunin:arm-round 10 years ago
Vadim Pisarevsky 3ee03a860d Merge pull request #3803 from Dmitry-Me:doubleUsedAsBoolean 10 years ago