![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|

Go to the source code of this file.
Variables | |
| const signed char | ForwardNeighbours345 [14 *4] |
| Forward mask shifts and weights (Chamfer 3-4-5) More... | |
| const signed char | BackwardNeighbours345 [14 *4] |
| Backward mask shifts and weights (Chamfer 3-4-5) More... | |
| const signed char | ForwardNeighbours111 [14 *4] |
| Forward mask shifts and weights (Chamfer 1-1-1) More... | |
| const signed char | BackwardNeighbours111 [14 *4] |
| Backward masks shifts and weights (Chamfer 1-1-1) More... | |
| const signed char BackwardNeighbours111[14 *4] |
Backward masks shifts and weights (Chamfer 1-1-1)
Definition at line 36 of file ChamferDistanceTransform.cpp.
Referenced by cloudViewer::ChamferDistanceTransform::propagateDistance().
| const signed char BackwardNeighbours345[14 *4] |
Backward mask shifts and weights (Chamfer 3-4-5)
Definition at line 24 of file ChamferDistanceTransform.cpp.
Referenced by cloudViewer::ChamferDistanceTransform::propagateDistance().
| const signed char ForwardNeighbours111[14 *4] |
Forward mask shifts and weights (Chamfer 1-1-1)
Definition at line 30 of file ChamferDistanceTransform.cpp.
Referenced by cloudViewer::ChamferDistanceTransform::propagateDistance().
| const signed char ForwardNeighbours345[14 *4] |
Forward mask shifts and weights (Chamfer 3-4-5)
Definition at line 18 of file ChamferDistanceTransform.cpp.
Referenced by cloudViewer::ChamferDistanceTransform::propagateDistance().