The new names are explained relative to the dataset used in the first problem. So read the first problem for more introductory material on these tables
KNIME has a convolution node allowing for two images to be convolved using a number of different algorithms. ### Options
‘Calculate as Float’ specifies the output as a floating point number (otherwise it might calculate it as the same type as the image which may not be precise enough)
In the KNIME Image Processing -> IO -> Other, there is a Kernel creator which can be used to specify common kernels as covered in the ‘Image Enhancement’ lecture.
Start with the 2D-Tracking workflow. Run the analysis and ensure that the output image from the Line Chart looks as follows:
Using the `2D-Object Tracking’ workflow, you will utilize the methods covered in the Analysis of Many Objects lecture (Nearest Neighbor) to track objects from one frame to the next.
In this example we will measure the deformation in a synthetic system. The system (shown below) is undergoing compression and we would like to measure this. The files are located here.
Start with the ‘3D-Tracking’ workflow which generates 3D movies of whatever shape is specified in the table creator
FIJI offers a number of plugins to perform tracking. One of the most flexible is called TrackMate (Plugins→ Tracking → TrackMate),
It can also be well integrated into Matlab-based workflows (http://fiji.sc/Using_TrackMate_with_MATLAB)
Tutorial Movie with Second Flow: http://people.ee.ethz.ch/~maderk/videos/TrackMate.ogv
Using Trackmate in KNIME, workflow (from the KNIME site) is here