biigle/laserpoints
最新稳定版本:v2.20.0
Composer 安装命令:
composer require biigle/laserpoints
包简介
BIIGLE module to perform a heuristic laser point detection on images.
关键字:
README 文档
README
This is the BIIGLE module to perform a heuristic laser point detection on images.
Installation
This module is already included in biigle/biigle.
- Run
composer require biigle/laserpoints. - Add
Biigle\Modules\Laserpoints\LaserpointsServiceProvider::classto theprovidersarray inconfig/app.php. - Run
php artisan vendor:publish --tag=publicto publish the public assets of this module. - Run
pip install -r vendor/biigle/laserpoints/requirements.txtto install the Python requirements. - Configure a storage disk for the temporary laserpoints files
LASERPOINTS_DISKvariable to the name of this storage disk in the.envfile. Example for a local disk:'laserpoints' => [ 'driver' => 'local', 'root' => storage_path('framework/cache/laserpoints'), ],
References
Reference publications that you should cite if you use the laser point detection for one of your studies.
-
BIIGLE 2.0 Langenkämper, D., Zurowietz, M., Schoening, T., & Nattkemper, T. W. (2017). Biigle 2.0-browsing and annotating large marine image collections. Frontiers in Marine Science, 4, 83. doi:
10.3389/fmars.2017.00083 -
Laser Point Detection Schoening, T., Kuhn, T., Bergmann, M., & Nattkemper, T. W. (2015). DELPHI—fast and adaptive computational laser point detection and visual footprint quantification for arbitrary underwater image collections. Frontiers in Marine Science, 2, 20. doi:
10.3389/fmars.2015.00020
Developing
Take a look at the development guide of the core repository to get started with the development setup.
Want to develop a new module? Head over to the biigle/module template repository.
Contributions and bug reports
Contributions to BIIGLE are always welcome. Check out the contribution guide to get started.
统计信息
- 总下载量: 9.58k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0-only
- 更新时间: 2019-11-25