|
TTK
|
#include <DataTypes.h>#include <Debug.h>#include <Geometry.h>#include <Timer.h>#include <Triangulation.h>#include <ExTreeM.h>#include <FTMTreePP.h>#include <LocalizedTopologicalSimplification.h>#include <PathCompression.h>#include <algorithm>#include <array>#include <cmath>#include <limits>#include <map>#include <queue>#include <unordered_set>#include <utility>#include <vector>Go to the source code of this file.
Classes | |
| class | ttk::TrackingPostProcessing |
| TTK processing package for post-processing tracked trajectories: linearization, fusion (chaining), and merge-tree-based segmentation statistics. More... | |
| struct | ttk::TrackingPostProcessing::LinearTrajectory |
| Linear trajectory: x(t) = ax*t + bx, y(t) = ay*t + by, defined on the inclusive frame range [startFrame, endFrame]. More... | |
| struct | ttk::TrackingPostProcessing::FuseRecord |
| Fusion-link record: trajectory i ends and trajectory j starts. More... | |
Namespaces | |
| namespace | ttk |
| TTK base package defining the standard types. | |