oceancv
1.0
|
oceancv focusses on computer vision algorithms for underwater image analysis. This includes image processing, pattern recognition, machine learning and geometric algorithms but also functionality for navigation.
oceancv bundles marine image analysis functionality. Most of the algorithms are related to publications in scientific journals.
oceancv uses cmake. So follow the usual: mkdir build && cd build && cmake ..
You can enable / disable the following build targets:
By default, all targets are being built. And as always, default install path is /usr/local, but you can control this using cmake -DCMAKE_INSTALL_PREFIX=/target/path ..
Dr. Timm Schoening
tschoening [at] geomar [dot] de
DeepSea Monitoring Group
GEOMAR Helmholtz-Centre for Ocean Research Kiel
Copyright (c) 2020 GEOMAR Helmholtz-Centre for Ocean Research Kiel, Dr. Timm Schoening
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
THE 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.