file
CenterlineExtraction.cpp
Contents
- Reference
Namespaces
- namespace fast
- FAST namespace - All FAST code lives in this namespace.
Functions
- auto linearPosition(Vector3i pos, Vector3i size) -> uint
- auto position3D(int pos, Vector3i size) -> Vector3i
- auto solveQuadratic(const std::vector<double>& G, const std::unique_ptr<double[]>& speed, Vector3i pos, Vector3i size) -> double
- void growFromPointsAdded(const std::vector<Vector3i>& points, const std::vector<double>& G, std::unordered_set<int>& Sc, std::unordered_set<int>& processed, Vector3i size)