biigle / laserpoints
BIIGLE模块,用于在图像上执行启发式激光点检测。
v2.18.2
2024-07-23 08:54 UTC
- dev-master
- v2.18.2
- v2.18.1
- v2.18.0
- v2.17.4
- v2.17.3
- v2.17.2
- v2.17.1
- v2.17.0
- v2.16.2
- v2.16.1
- v2.16.0
- v2.15.1
- v2.15.0
- v2.14.0
- v2.13.0
- v2.12.1
- v2.12.0
- v2.11.1
- v2.11.0
- v2.10.0
- v2.9.4
- v2.9.3
- v2.9.2
- v2.9.1
- v2.9.0
- v2.8.0
- v2.7.0
- v2.6.1
- v2.6.0
- v2.5.0
- v2.4.0
- v2.3.1
- v2.3.0
- v2.2.0
- v2.1.0
- v2.0.3
- v2.0.2
- v2.0.1
- v2.0.0
- v2.0.0-beta
- v1.x-dev
- v1.5.2
- v1.5.1
- v1.5.0
- v1.4.0
- v1.3.8
- v1.3.7
- v1.3.6
- v1.3.5
- v1.3.4
- v1.3.3
- v1.3.2
- v1.3.1
- v1.3.0
- v1.2.2
- v1.2.1
- v1.2.0
- v1.1.0
- v1.0.10
- v1.0.9
- v1.0.8
- v1.0.7
- v1.0.6
- v1.0.5
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
- v0.2.5
- v0.2.4
- v0.2.3
- v0.2.2
- v0.2.1
- v0.2.0
- v0.1.0
- dev-dependabot/npm_and_yarn/npm_and_yarn-5490e23419
- dev-laravel-10
- dev-WIP-storage-disk
This package is auto-updated.
Last update: 2024-08-30 10:56:49 UTC
README
这是BIIGLE模块,用于在图像上执行启发式激光点检测。
安装
此模块已包含在 biigle/biigle
中。
- 运行
composer require biigle/laserpoints
。 - 将
Biigle\Modules\Laserpoints\LaserpointsServiceProvider::class
添加到config/app.php
文件中的providers
数组中。 - 运行
php artisan vendor:publish --tag=public
以发布此模块的公共资源。 - 运行
pip install -r vendor/biigle/laserpoints/requirements.txt
以安装Python需求。 - 配置临时激光点文件存储磁盘,将
LASERPOINTS_DISK
变量设置为该存储磁盘的名称。例如,对于本地磁盘'laserpoints' => [ 'driver' => 'local', 'root' => storage_path('framework/cache/laserpoints'), ],
参考文献
如果您的研究中使用激光点检测,请引用以下参考文献。
-
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
-
激光点检测 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
开发
查看核心存储库的 开发指南 以开始开发设置。
想要开发新模块?前往 biigle/module 模板存储库。
贡献和错误报告
BIIGLE始终欢迎贡献。查看 贡献指南 以开始。