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

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

View File

@@ -265,7 +265,7 @@ void cv::viz::vtkCloudMatSource::filterNanNormalsCopy(const Mat& cloud_normals,
template<typename _Tn, typename _Msk>
void cv::viz::vtkCloudMatSource::filterNanTCoordsCopy(const Mat& _tcoords, const Mat& mask, int total)
{
{
typedef Vec<_Tn, 2> Vec2;
tcoords = vtkSmartPointer< typename VtkDepthTraits<_Tn>::array_type >::New();
tcoords->SetName("TextureCoordinates");

View File

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