An open-source toolbox for underwater video and image processing that could be employed in applications such as: SLAM, seafloor mosaics, Structure-from-Motion, 3D reconstruction of underwater structures such as: shipwrecks, seabed, coral colonies and reefs, etc.
uwimageproc is a free and open source software licensed under the GNU GPLv3.0 License, unless otherwise specified in particular modules or libraries (see LICENSE and README.md).
- videostrip Automatic frame extraction for 2D mosaic and 3D reconstruction
- bgdehaze BG Haze removal for UW images
- aclahe Automatic Contrast-Limited AHE (CLAHE)
- histretch Percentile based histogram stretch w/channel selection
- Automatic 2D mosaic generation > migrated to mosaic
- 3D sparse and dense reconstruction > migrated to uw-slam
Each module contains information describing its usage, with (usually) some useful README file. Code documentation is expected to be provided in Doxygen-compatible format. The current release contains C/C++, Python and/or Matlab implementations.
The current release has been developed and tested in Ubuntu 16.04 LTS 64 bits
- OpenCV 3.2+ and extra modules (OpenCV contrib).
- CUDA.
- cmake 2.8 - cmake making it happen again
For further installation instructions, please refer to Installation OpenCV and CUDA.
This repository provides an (increasing) collection of compatible, yet independent, underwater oriented modules for image and video. To start using this toolbox, proceed to the standard clone procedure:
cd <some_directory>
git clone https://github.com/MecatronicaUSB/uwimageproc.git
Then enter the desired module and compile it:
cd <module_directory>
mkdir build
cd build
cmake ..
make
- Implementation done in C++, Python and/or Matlab/Octave.
Summary of contributing guidelines (based on those of OpenCV project):
- One pull request per issue;
- Choose the right base branch;
- Include tests and documentation;
- Use small datasets for testing purposes;
- Follow always the same coding style guide. If possible, apply code formating with any IDE.
Feel free to fork, clone or join the dev team. For further information please contact J. Cappelletto ([email protected]) with the subject: uwimageproc.
Copyright (c) 2017-2018 Grupo de Investigación y Desarrollo en Mecatrónica ([email protected]). Released under the GNU GPLv3.0 License.