facebook360_dep
Facebook360 Depth Estimation Pipeline
Classes | Public Member Functions | List of all members
fb360_dep::render::MeshSimplifier Class Referencefinal

#include <MeshSimplifier.h>

Public Member Functions

 MeshSimplifier (const Eigen::MatrixXd &vertexesIn, const Eigen::MatrixXi &facesIn, const bool isEquiError, const int nThreads)
 
void simplify (const int numFacesOut, const float strictness, const bool removeBoundaryEdges=false)
 
Eigen::MatrixXd getVertexes ()
 
Eigen::MatrixXi getFaces ()
 

Constructor & Destructor Documentation

◆ MeshSimplifier()

MeshSimplifier::MeshSimplifier ( const Eigen::MatrixXd &  vertexesIn,
const Eigen::MatrixXi &  facesIn,
const bool  isEquiError,
const int  nThreads 
)

Member Function Documentation

◆ getFaces()

Eigen::MatrixXi MeshSimplifier::getFaces ( )

◆ getVertexes()

Eigen::MatrixXd MeshSimplifier::getVertexes ( )

◆ simplify()

void MeshSimplifier::simplify ( const int  numFacesOut,
const float  strictness,
const bool  removeBoundaryEdges = false 
)

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