C++ Examples
Contents
All C++ examples are included in the release fast/bin folder, the source code for all examples can be found in the repository. Many of the examples include command line options which can you can discover by appending `–help to the command line when running the executable.
Importing and streaming data
Image filtering
| Example | Result |
|---|---|
| Gaussian smoothing filter | |
| Non local means filter |
Image segmentation
Registration and motion estimation
| Example | Result |
|---|---|
| Block matching ultrasound tracking | |
| Iterative closest point (ICP) | |
| Coherent point drift (CPD) |
Graphical user interface
| Example | Result |
|---|---|
| Simple GUI for surface extraction |