1. 27 Jan, 2017 1 commit
  2. 23 Jan, 2017 1 commit
  3. 15 Dec, 2016 1 commit
  4. 25 Nov, 2016 2 commits
  5. 08 Nov, 2016 1 commit
  6. 21 Oct, 2016 2 commits
  7. 30 Sep, 2016 1 commit
  8. 08 Sep, 2016 1 commit
  9. 14 Apr, 2016 1 commit
  10. 14 Jan, 2016 1 commit
    • AlexeyAB's avatar
      Added ability to disable lighting in the viz-module. · fcbb57a6
      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.
      fcbb57a6
  11. 14 Aug, 2015 1 commit
    • Antonella Cascitelli's avatar
      Added new functionalities to viz module · 079ceea6
      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
      079ceea6
  12. 21 Apr, 2015 1 commit
  13. 02 Mar, 2015 1 commit
  14. 26 Dec, 2014 1 commit
  15. 16 Dec, 2014 1 commit
  16. 01 Dec, 2014 3 commits
  17. 18 Oct, 2014 2 commits
  18. 05 Aug, 2014 1 commit
  19. 24 Jun, 2014 1 commit
  20. 08 Apr, 2014 1 commit
  21. 17 Mar, 2014 1 commit
  22. 16 Mar, 2014 1 commit
  23. 12 Mar, 2014 1 commit
  24. 05 Mar, 2014 1 commit
  25. 04 Mar, 2014 1 commit
  26. 02 Mar, 2014 1 commit
  27. 15 Feb, 2014 3 commits
  28. 11 Feb, 2014 1 commit
  29. 10 Feb, 2014 5 commits