DataForWater / IWaVE

Image Wave Velocimetry Estimation
MIT License
0 stars 0 forks source link

variable depth #40

Open dolcettig opened 6 days ago

dolcettig commented 6 days ago

Allow using a known bathymetry map instead of average water depth when the depth is already known.

Since windowing is done within the library, a possibility would be to preload a file with dimensions [Ny x Nx] = img[0].shape, where the bathymetry has already been interpolated at each pixel location.

Alternatively, loading a .csv file containing pixel coordinates of each depth measurement, e.g., x_pxl, y_pxl, depth. In this case, interpolation and extrapolation (and potentially averaging) in each window should be done within IWaVE.

Other ideas @hcwinsemius @salpeha ?