ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
CSF Class Reference

#include <CSF.h>

Collaboration diagram for CSF:

Classes

struct  Parameters
 

Public Member Functions

 CSF (wl::PointCloud &cloud)
 
virtual ~CSF ()
 
bool readPointsFromFile (std::string filename)
 
void saveGroundPoints (const std::vector< int > &grp, std::string path="")
 
void saveOffGroundPoints (const std::vector< int > &grp, std::string path="")
 
bool do_filtering (std::vector< int > &groundIndexes, std::vector< int > &offGroundIndexes, bool exportClothMesh, ccMesh *&clothMesh, ecvMainAppInterface *app=0, QWidget *parent=0)
 

Public Attributes

Parameters params
 

Detailed Description

Definition at line 21 of file CSF.h.

Constructor & Destructor Documentation

◆ CSF()

◆ ~CSF()

CSF::~CSF ( )
virtual

Definition at line 40 of file CSF.cpp.

Member Function Documentation

◆ do_filtering()

◆ readPointsFromFile()

bool CSF::readPointsFromFile ( std::string  filename)

Definition at line 42 of file CSF.cpp.

References filename.

◆ saveGroundPoints()

void CSF::saveGroundPoints ( const std::vector< int > &  grp,
std::string  path = "" 
)

Definition at line 211 of file CSF.cpp.

References cloudViewer::t::geometry::path.

◆ saveOffGroundPoints()

void CSF::saveOffGroundPoints ( const std::vector< int > &  grp,
std::string  path = "" 
)

Definition at line 228 of file CSF.cpp.

References cloudViewer::t::geometry::path.

Member Data Documentation

◆ params

Parameters CSF::params

Definition at line 63 of file CSF.h.

Referenced by CSF(), do_filtering(), qCSF::doAction(), and CommandCSF::process().


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