Commit 4e180070 authored by Anatoly Baksheev's avatar Anatoly Baksheev

fixed white spaces

parent d29c3d2f
...@@ -1018,4 +1018,3 @@ Constructs a WMesh. ...@@ -1018,4 +1018,3 @@ Constructs a WMesh.
:param polygons: Points of the mesh object. :param polygons: Points of the mesh object.
:param colors: Point colors. :param colors: Point colors.
:param normals: Point normals. :param normals: Point normals.
...@@ -310,7 +310,3 @@ void cv::viz::computeNormals(const Mesh& mesh, OutputArray _normals) ...@@ -310,7 +310,3 @@ void cv::viz::computeNormals(const Mesh& mesh, OutputArray _normals)
else else
_normals.release(); _normals.release();
} }
...@@ -80,5 +80,3 @@ namespace cv ...@@ -80,5 +80,3 @@ namespace cv
#endif #endif
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