Skip to content

Commit 6b3e8e2

Browse files
committed
WIP
1 parent 9449523 commit 6b3e8e2

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
# FTK: The Feature Tracking Kit
22

33
[![Build Status](https://travis-ci.org/hguo/ftk.svg?branch=master)](https://travis-ci.org/hguo/ftk)
4+
45
FTK is a library that provides building blocks for feature tracking algorithms in scientific datasets.
56

7+
![](docs/images/critical_point_tracking_2d_paraview.png)
8+
69
## Major components in FTK
710

811
* Hypermesh: data structures for high-dimensional meshes and mesh elements including *n*-simplices, *n*-cubes, and *n*-prisms; utilities to generalize given 2D/3D structured/unstructured meshes into 3D/4D spacetime meshes
@@ -36,11 +39,7 @@ $ make
3639

3740
If built successfully, you will see the plugins binary as`lib/paraview-5.8/plugins/FTK/FTK.so`. Open the "Plugin Manager" in ParaView, and load this binary with "Load New..." button, and then select and load FTK in the list.
3841

39-
We demo the use the 2D critical point tracking filter (`vtkCriticalPoint2DTracker`) with a dataset. The input of this filter must be a 3D volumetric data that stacks 2D time-varying scalar fields in the Z direction. In this demo, we first add a synthetic 3D volume data by using Sources / FTK / Spiral2DSource. We then track the trajectories of 2D critical points with Filters / FTK / CriticalPoint2DTracker. The output trajectires can be visualized as tubes and color-coded by their types, scalar values, or IDs.
40-
41-
![](docs/images/critical_point_tracking_2d_paraview.png)
42-
43-
In this demo, the time-varying scalar field is defined in closed form:
42+
We demo the use the 2D critical point tracking filter (`vtkCriticalPoint2DTracker`) with a dataset. The input of this filter must be a 3D volumetric data that stacks 2D time-varying scalar fields in the Z direction. In this demo, we first add a synthetic 3D volume data by using Sources / FTK / Spiral2DSource. We then track the trajectories of 2D critical points with Filters / FTK / CriticalPoint2DTracker. The output trajectires can be visualized as tubes and color-coded by their types, scalar values, or IDs. In this demo, the time-varying scalar field is defined in closed form:
4443

4544
$f(x,y,t)=cos(x\cos t - y\sin t) \sin(x\sin t + y\cos t),$
4645

0 commit comments

Comments
 (0)