ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
fastMarchingForFacetExtraction.cpp File Reference
#include "fastMarchingForFacetExtraction.h"
#include <ecvGenericPointCloud.h>
#include <ecvOctree.h>
#include <ecvPointCloud.h>
#include <QApplication>
Include dependency graph for fastMarchingForFacetExtraction.cpp:

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...
 

Function Documentation

◆ ComputeCellStats()

Variable Documentation

◆ c_3dNeighboursPosShift

const int c_3dNeighboursPosShift[]
Initial value:
= {
-1, -1, -1, -1, -1, 0, -1, -1, 1, -1, 0, -1, -1, 0, 0, -1,
0, 1, -1, 1, -1, -1, 1, 0, -1, 1, 1, 0, -1, -1, 0, -1,
0, 0, -1, 1, 0, 0, -1, 0, 0, 1, 0, 1, -1, 0, 1, 0,
0, 1, 1, 1, -1, -1, 1, -1, 0, 1, -1, 1, 1, 0, -1, 1,
0, 0, 1, 0, 1, 1, 1, -1, 1, 1, 0, 1, 1, 1}

26-connexity neighbouring cells positions (common edges)

Definition at line 19 of file fastMarchingForFacetExtraction.cpp.