klt-iv
Image velocimetry software for use with fixed and mobile platforms
Science Score: 49.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 5 DOI reference(s) in README -
✓Academic publication links
Links to: frontiersin.org, mdpi.com -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (12.0%) to scientific vocabulary
Keywords
Repository
Image velocimetry software for use with fixed and mobile platforms
Basic Info
Statistics
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 3
- Releases: 1
Topics
Metadata Files
README.md
KLT-IV
Image velocimetry software for use with fixed and mobile platforms
:book: Table of Contents
Table of Contents

:pencil: About The Project
This project seeks to provide software capable of accurately estimating 2D river flow velocities and flow discharge using optical imagery acquired from a range of remote sensing platforms. A complete workflow is provided which enables a range of video formats (mp4, avi, etc) to be used as the basis for analysis. Image stabilisation routines are available when using mobile platforms (e.g. UAVs), and orthorectification of vectors, or imagery is dealt with through application of a distorted camera model. Image analysis utilises the Kanade-Lucas-Tomasi feature detection and tracking procedures providing 2D velocity vectors. Post-processing of vectors is achieved through application of threshold filters and angle-based trajectory filtering. Discharge analysis is completed through application of surface α and inclusion of cross-section data.

:fork_and_knife: Prerequisites
This project requires MATLAB 2019a, or later in addition to the following packages: * Mapping Toolbox * Image Processing Toolbox * Statistics and Machine Learning Toolbox * Curve Fitting Toolbox * Computer Vision Toolbox
The following open source packages are used in this project: * ffmpeg * imGRAFT * mlapptools

:cactus: Repository Structure
* [main](https://github.com/CatchmentSci/KLT-IV/tree/main) is the most recent version of the software. This is undergoing active development and may not have been fully tested. Below is the an outline of the folder structure within the `main` branch with descriptions provided:
.
code # folder containing scripts to run KLT-IV
depreciated # a number of files no longer used by KLT-IV
external # third party software required
ffmpeg # video editing/encoding software
gui # files required to build the GUI
klt # core files for running KLT-IV functions
compiled # folder containing installation files for compiled version
for_redistribution # folder containing installation files for KLT
compiled resources # additional resources for compilation
images # folder containing graphics for KLT-IV

:runner: Getting started
* Either download, or clone this repository to the hard drive on your PC.
* Open MATLAB, ensure that the folder and all sub-folders from this repository are present on the search path e.g. `addpath(genpath('D:\KLT-IV\'))`.
* Either open the KLT.m file from within the `klt` subfolder and click Run (in Editor tab), or type `KLT` in to the command window. This will load the GUI.
* A full outline of the workflow and description of the functionality can be found [here](https://gmd.copernicus.org/articles/13/6111/2020/gmd-13-6111-2020.html)
* If you use this software, please cite using the information provided in the `cite this repository tab` which can be found in the About section at the top right of this page

:cop: Legal
**Disclaimer:** This software is provided as is, without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and noninfringement. In no event shall the authors or copyright holders be liable for any claim, damages or other liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with the software or the use or other dealings in the software. **License:** Licensing information can be found in the LICENSE.txt file
<!-- Published work using KLT-IV -->
:bookmark_tabs: Published works using KLT-IV
-
Matthew T. Perks, et al., (2025) Unsupervised image velocimetry for automated computation of river flow velocities. Hydrol. Earth Syst. Sci. Discuss. [preprint], https://doi.org/10.5194/hess-2024-213, in review.
-
Firnandino Wijaya, et al., (2023) Comparative Assessment of Different Image Velocimetry Techniques for Measuring River Velocities Using Unmanned Aerial Vehicle Imagery. Water 2023, 15(22), 3941; https://doi.org/10.3390/w15223941
-
Dariia Strelnikova, et al., (2022) Rapid detection of the change in surface flow patterns near fish passages at hydropower dams with the use of UAS based videos under controlled discharge conditions. Frontiers: Remote Sensing 3(798973). https://www.frontiersin.org/articles/10.3389/frsen.2022.798973/
-
Robert Ljubii, et al. (2021) A comparison of tools and techniques for stabilising unmanned aerial system (UAS) imagery for surface flow observations. Hydrology and Earth System Sciences 25(9): 5105-5132. https://hess.copernicus.org/articles/25/5105/2021/
-
Matthew T Perks (2020) KLT-IV v1.0: Image velocimetry software for use with fixed and mobile platforms. Geoscientific Model Development 13(12): 6111-6130. https://gmd.copernicus.org/articles/13/6111/2020/
-
Sophie Pearce, et al. (2020) An evaluation of image velocimetry techniques under low flow conditions and high seeding densities using unmanned aerial systems. Remote Sensing 12(2): 232. https://www.mdpi.com/2072-4292/12/2/232
-
Matthew T. Perks, Andrew J. Russell, and Andrew RG Large (2016) Advances in flash flood monitoring using unmanned aerial vehicles (UAVs). Hydrology and Earth System Sciences 20(10): 4005-4015. https://hess.copernicus.org/articles/20/4005/2016/

Logo and splash screen artwork created by Kelly Stanford https://kellystanford.co.uk/
Owner
- Name: Matt Perks
- Login: CatchmentSci
- Kind: user
- Company: Newcastle University
- Website: www.flood-obs.com
- Twitter: CatchmentSci
- Repositories: 2
- Profile: https://github.com/CatchmentSci
Fluvial geomorphologist
GitHub Events
Total
- Watch event: 3
- Delete event: 1
- Push event: 6
- Fork event: 1
Last Year
- Watch event: 3
- Delete event: 1
- Push event: 6
- Fork event: 1
Dependencies
- 35000 * test