cv::Mesh3D Class Reference

#include <cvaux.hpp>

List of all members.

Classes

struct  EmptyMeshException

Public Member Functions

 Mesh3D ()
 Mesh3D (const vector< Point3f > &vtx)
 ~Mesh3D ()
void buildOctree ()
void clearOctree ()
float estimateResolution (float tryRatio=0.1f)
void computeNormals (float normalRadius, int minNeighbors=20)
void computeNormals (const vector< int > &subset, float normalRadius, int minNeighbors=20)
void writeAsVrml (const String &file, const vector< Scalar > &colors=vector< Scalar >()) const

Public Attributes

vector< Point3fvtx
vector< Point3fnormals
float resolution
Octree octree

Static Public Attributes

static const Point3f allzero

Constructor & Destructor Documentation

cv::Mesh3D::Mesh3D (  ) 
cv::Mesh3D::Mesh3D ( const vector< Point3f > &  vtx  ) 
cv::Mesh3D::~Mesh3D (  ) 

Member Function Documentation

void cv::Mesh3D::buildOctree (  ) 
void cv::Mesh3D::clearOctree (  ) 
float cv::Mesh3D::estimateResolution ( float  tryRatio = 0.1f  ) 
void cv::Mesh3D::computeNormals ( float  normalRadius,
int  minNeighbors = 20 
)
void cv::Mesh3D::computeNormals ( const vector< int > &  subset,
float  normalRadius,
int  minNeighbors = 20 
)
void cv::Mesh3D::writeAsVrml ( const String file,
const vector< Scalar > &  colors = vector< Scalar >() 
) const

Member Data Documentation

const Point3f cv::Mesh3D::allzero [static]

The documentation for this class was generated from the following file: