- 28 Mar, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 19 Mar, 2018 1 commit
-
-
Alexander Alekhin authored
during opencv_world builds
-
- 12 Mar, 2018 1 commit
-
-
Adam Rankin authored
Enabling build of visualization module when using VTK 9 (current HEAD of d5bbb9e99bbc6d11d2196c48bfd8f33508554551)
-
- 12 Feb, 2018 1 commit
-
-
luz.paz authored
Found via `codespell`
-
- 11 Feb, 2018 5 commits
-
-
Fangjun Kuang authored
-
Fangjun Kuang authored
-
Fangjun Kuang authored
-
Fangjun Kuang authored
-
Fangjun Kuang authored
-
- 05 Feb, 2018 1 commit
-
-
csukuangfj authored
Fix issue #10781.
-
- 03 Feb, 2018 1 commit
-
-
Alexander Alekhin authored
- removed tr1 usage (dropped in C++17) - moved includes of vector/map/iostream/limits into ts.hpp - require opencv_test + anonymous namespace (added compile check) - fixed norm() usage (must be from cvtest::norm for checks) and other conflict functions - added missing license headers
-
- 21 Dec, 2017 1 commit
-
-
jasjuang authored
-
- 29 Nov, 2017 1 commit
-
-
Alexander Alekhin authored
'WITH_' variables is intended to enable CMake scripts with some autodetection logic. 'WITH_' can be off, but components is really enabled via command-line options with proper variables setup (including 'HAVE_').
-
- 08 Nov, 2017 1 commit
-
-
Fakabbir Amin authored
* Improve Documentation Fixes Spelling Mistakes.
-
- 19 Oct, 2017 1 commit
-
-
Igor Wodiany authored
getViewerPose() doesn't modify an object of the class so it can be made const. It also makes this method consistent with other getters in the class as they are defined as const.
-
- 19 Aug, 2017 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 30 Jun, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 27 Jun, 2017 1 commit
-
-
Alexander Alekhin authored
removed test_precomp.cpp
-
- 26 Jun, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 27 Jan, 2017 1 commit
-
-
Pavel Rojtberg authored
-
- 23 Jan, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 15 Dec, 2016 1 commit
-
-
Alexander Alekhin authored
(2.4) Backports from master branch (#7854)
-
- 25 Nov, 2016 2 commits
-
-
Alexander Alekhin authored
PCL PR 1205
-
Alexander Alekhin authored
This reverts commit f45da986.
-
- 08 Nov, 2016 1 commit
-
-
Sergiu Deitsch authored
Clang's AddressSanitizer throws an alloc-dealloc-mismatch (operator new[] vs free) error here.
-
- 21 Oct, 2016 2 commits
-
-
Alexander Alekhin authored
PCL PR 1205
-
Alexander Alekhin authored
This reverts commit f45da986.
-
- 30 Sep, 2016 1 commit
-
-
sourin authored
-
- 08 Sep, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 14 Apr, 2016 1 commit
-
-
solosuper authored
-
- 14 Jan, 2016 1 commit
-
-
AlexeyAB authored
When I reconstructed the 3D scene I want to show it as viz::WMesh with an initial value of lighting. For this I disable lighting and shadows: cv::viz::Viz3d viz_3d_window("3D"); viz_3d_window.setRenderingProperty("mesh", cv::viz::LIGHTING, 0); Most of the examples show the 3D reconstruction using the point cloud, but using the mesh one part of it creates a shadow on other parts of it if lighting ON. Using a 3D mesh with disabled lighting gives the most realistic picture of the reconstructed 3D scene.
-
- 14 Aug, 2015 1 commit
-
-
Antonella Cascitelli authored
- load OBJ file - set offscreen rendering - set roll angle of the camera - get Mat screenshot of the current scene - remove all lights from the scene - add a custom light in the scene - modify the size of the WImage3D widget - added ambient property for the widget Changed Vec3d in cv::viz::Color Renamed method getMatScreenshotin getScreenshot Modified showWidget Fixed on viz::Color and reverted fix on vtkProp3D Removed cameraRoll method Merged load mesh method (for ply and obj file) Fixed doc Fixed cv::viz::WImage3D::setSize for vtk5.8 Fixed enum for cv::viz::Mesh::load
-
- 21 Apr, 2015 1 commit
-
-
tcavallari authored
Should fix #4191 (http://code.opencv.org/issues/4191)
-
- 02 Mar, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 26 Dec, 2014 1 commit
-
-
Maksim Shabunin authored
-
- 16 Dec, 2014 1 commit
-
-
Maksim Shabunin authored
-
- 01 Dec, 2014 3 commits
-
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-