Table of Contents
This repository contains scripts used to generate the Figures presented in the research article `Unsupervised image velocimetry for automated computation of river flow velocities'.
Replicating the outputs presented in `Unsupervised image velocimetry for automated computation of river flow velocities' requires the user to download the data files from: here, the code from this GitHub repository, and to be able to run MATLAB 2019a onwards.
Below is the an outline of the folder structure within this repository with descriptions provided:
.
βββ code # folder containing scripts to work with this repository
β βββ fig4 # scripts required to generate outputs presented in Figure 4
β βββ fig5 # scripts required to generate outputs presented in Figure 5
β βββ fig6 # scripts required to generate outputs presented in Figure 6
β βββ fig7 # scripts required to generate outputs presented in Figure 7
β βββ fig8 # scripts required to generate outputs presented in Figure 8
β βββ prerequisites # additional scripts required to produce the figures
βββ images # folder containing images
-
Clone or download this repository so that it is accessible on your PC.
-
Download the files from: here to your PC.
-
Open MATLAB on your PC.
-
To generate Figure 4, ensure all scripts in "fig4" and "prerequisites" subfolders are accesible in your MATLAB search path, execute "fig4.m", ensuring that you provide the links to the directories containing the relevant datasets (downloaded from link above).
-
To generate Figure 5, ensure all scripts in "fig5" and "prerequisites" subfolders are accesible in your MATLAB search path, execute "fig5.m", ensuring that you provide the links to the directories containing the relevant datasets (downloaded from link above).
-
To generate Figure 6, ensure all scripts in "fig6" and "prerequisites" subfolders are accesible in your MATLAB search path, execute "fig6.m", ensuring that you provide the links to the directories containing the relevant datasets (downloaded from link above).
-
To generate Figure 7, ensure all scripts in "fig7" and "prerequisites" subfolders are accesible in your MATLAB search path, execute "fig7.m", ensuring that you provide the links to the directories containing the relevant datasets (downloaded from link above).
-
To generate Figure 8, ensure all scripts in "fig8" and "prerequisites" subfolders are accesible in your MATLAB search path, execute "fig8.m", ensuring that you provide the links to the directories containing the relevant datasets (downloaded from link above).