fixed white spaces

This commit is contained in:
Anatoly Baksheev
2014-01-19 03:22:45 +04:00
parent d29c3d2f0d
commit 4e18007066
5 changed files with 27 additions and 34 deletions

View File

@@ -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.

View File

@@ -310,7 +310,3 @@ void cv::viz::computeNormals(const Mesh& mesh, OutputArray _normals)
else else
_normals.release(); _normals.release();
} }

View File

@@ -80,5 +80,3 @@ namespace cv
#endif #endif