AlexeyAB fcbb57a63f Added ability to disable lighting in the viz-module.
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.
2016-01-14 19:02:18 +03:00
..
2015-10-13 15:02:38 +03:00
2015-12-31 14:31:26 +01:00
2015-12-18 18:02:16 +03:00
2015-12-23 10:48:36 +01:00
2015-12-17 12:33:23 +03:00
2015-12-31 14:31:26 +01:00
2014-08-05 20:12:35 +04:00