- 08 Jul, 2017 1 commit
-
-
Pascal Thomet authored
BufferPoolController has a non virtual protected destructor (which is legitimate) However, Visual Studio sees this as a bug, if you enable more warnings, like below ``` add_compile_options(/W3) # level 3 warnings add_compile_options(/we4265) # warning about missing virtual destructors ``` This is a proposition in order to silence this warning. See https://github.com/ivsgroup/boost_warnings_minimal_demo for a demo of the same problem with boost/exception.hpp
-
- 07 Jul, 2017 3 commits
-
-
Maksim Shabunin authored
-
Alexander Alekhin authored
-
Maksim Shabunin authored
-
- 06 Jul, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 04 Jul, 2017 2 commits
-
-
Maksim Shabunin authored
-
Alexander Alekhin authored
-
- 03 Jul, 2017 26 commits
-
-
Alexander Alekhin authored
version 3.3.0-rc
-
Alexander Alekhin authored
Fix error message fisheye CALIB_CHECK_COND
-
Alexander Alekhin authored
Fix wrong mat access in introduction_to_pca.cpp
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Tony Lian authored
Remove unnecessary Non-ASCII characters from source code (#9075) * Remove unnecessary Non-ASCII characters from source code Remove unnecessary Non-ASCII characters and replace them with ASCII characters * Remove dashes in the @param statement Remove dashes and place single space in the @param statement to keep coding style * misc: more fixes for non-ASCII symbols * misc: fix non-ASCII symbol in CMake file
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
how_to_scan_images.markdown: fix grammar mistakes
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
catree authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Maksim Shabunin authored
-
Vladislav Sovrasov authored
-
Vladislav Sovrasov authored
-
Alexander Alekhin authored
-
Maksim Shabunin authored
-
- 02 Jul, 2017 2 commits
- 01 Jul, 2017 5 commits
-
-
catree authored
-
catree authored
-
dkurt authored
-
Alexander Duda authored
The old error message was not giving any hint which input array (image) led to an ill conditioned matrix. This made it near impossible to identify poor images in a larger set. A better approach would be to implement a checker function which gives each image a rating before the real calibration is performed. This could also include some image properties like sharpness, etc.
-
Maksim Shabunin authored
-