Commit 5780b418 authored by Ozan Tonkal's avatar Ozan Tonkal

delete duplicate bunny.ply, remove tabs and extra lines

parent 8de46e1f
...@@ -55,5 +55,3 @@ if(DEFINED BUILD_opencv_viz AND BUILD_opencv_viz AND DEFINED HAVE_VTK AND HAVE_V ...@@ -55,5 +55,3 @@ if(DEFINED BUILD_opencv_viz AND BUILD_opencv_viz AND DEFINED HAVE_VTK AND HAVE_V
target_link_libraries(opencv_viz "-framework Cocoa") target_link_libraries(opencv_viz "-framework Cocoa")
endif() endif()
endif() endif()
...@@ -3,7 +3,7 @@ viz. 3D Visualizer ...@@ -3,7 +3,7 @@ viz. 3D Visualizer
*********************** ***********************
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 2
viz3d.rst viz3d.rst
widget.rst widget.rst
...@@ -716,4 +716,3 @@ Creates a Kinect Camera. ...@@ -716,4 +716,3 @@ Creates a Kinect Camera.
.. ocv:function:: static Camera KinectCamera(const Size &window_size) .. ocv:function:: static Camera KinectCamera(const Size &window_size)
:param window_size: Size of the window. This together with intrinsic matrix of a Kinect Camera determines the field of view. :param window_size: Size of the window. This together with intrinsic matrix of a Kinect Camera determines the field of view.
...@@ -942,7 +942,3 @@ Constructs a WMesh. ...@@ -942,7 +942,3 @@ Constructs a WMesh.
.. ocv:function:: WMesh(const Mesh3d &mesh) .. ocv:function:: WMesh(const Mesh3d &mesh)
:param mesh: :ocv:class:`Mesh3d` object that will be displayed. :param mesh: :ocv:class:`Mesh3d` object that will be displayed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment