wavepy.speckletracking

Functions for speckle tracking analises

Functions:

speckleDisplacement(image, image_ref[, ...]) This function track the movements of speckle in an image (with sample) related to a reference image (whith no sample).
wavepy.speckletracking.speckleDisplacement(image, image_ref, stride=1, npointsmax=None, halfsubwidth=10, halfTemplateSize=None, subpixelResolution=None, ncores=0.5, taskPerCore=100, verbose=False)[source]

This function track the movements of speckle in an image (with sample) related to a reference image (whith no sample). The function relies in two other functions that you are advised to check: register_translation and see match_template

References

see http://scikit-image.org/docs/dev/auto_examples/transform/plot_register_translation.html

see http://scikit-image.org/docs/dev/auto_examples/features_detection/plot_template.html