Skip to content

Create Image Velocimetry base class

This base class will provide a framework for what is minimally required of an image velocimetry processing task

  1. Required UI elements
  2. Standard way to access inputs (e.g., images, metadata, masks, grids, etc.)
  3. Standard methods that all image vel classes should have access to
  4. Methods all super classes should override (e.g., super.compute, etc.)