![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include "fastMarchingForFacetExtraction.h"#include <ecvGenericPointCloud.h>#include <ecvOctree.h>#include <ecvPointCloud.h>#include <QApplication>
Go to the source code of this file.
Functions | |
| static bool | ComputeCellStats (cloudViewer::ReferenceCloud *subset, CCVector3 &N, CCVector3 &C, ScalarType &error, cloudViewer::DistanceComputationTools::ERROR_MEASURES errorMeasure) |
Variables | |
| const int | c_3dNeighboursPosShift [] |
| 26-connexity neighbouring cells positions (common edges) More... | |
|
static |
Definition at line 42 of file fastMarchingForFacetExtraction.cpp.
References cloudViewer::DistanceComputationTools::ComputeCloud2PlaneDistance(), error(), cloudViewer::Neighbourhood::getGravityCenter(), cloudViewer::Neighbourhood::getLSPlane(), and cloudViewer::ReferenceCloud::size().
Referenced by FastMarchingForFacetExtraction::addCellToCurrentFacet(), and FastMarchingForFacetExtraction::init().
| const int c_3dNeighboursPosShift[] |
26-connexity neighbouring cells positions (common edges)
Definition at line 19 of file fastMarchingForFacetExtraction.cpp.