PHPackages                             biigle/laserpoints - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Image &amp; Media](/categories/media)
4. /
5. biigle/laserpoints

ActiveLibrary[Image &amp; Media](/categories/media)

biigle/laserpoints
==================

BIIGLE module to perform a heuristic laser point detection on images.

v2.20.0(1y ago)010.0k1[8 issues](https://github.com/biigle/laserpoints/issues)[1 PRs](https://github.com/biigle/laserpoints/pulls)GPL-3.0-onlyPHPCI passing

Since Jun 20Pushed 1mo ago3 watchersCompare

[ Source](https://github.com/biigle/laserpoints)[ Packagist](https://packagist.org/packages/biigle/laserpoints)[ Docs](https://biigle.de)[ RSS](/packages/biigle-laserpoints/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)DependenciesVersions (86)Used By (0)

BIIGLE Laserpoints Module
=========================

[](#biigle-laserpoints-module)

[![Test status](https://github.com/biigle/laserpoints/workflows/Tests/badge.svg)](https://github.com/biigle/laserpoints/actions?query=workflow%3ATests)

This is the BIIGLE module to perform a heuristic laser point detection on images.

Installation
------------

[](#installation)

This module is already included in [`biigle/biigle`](https://github.com/biigle/biigle).

1. Run `composer require biigle/laserpoints`.
2. Add `Biigle\Modules\Laserpoints\LaserpointsServiceProvider::class` to the `providers` array in `config/app.php`.
3. Run `php artisan vendor:publish --tag=public` to publish the public assets of this module.
4. Run `pip install -r vendor/biigle/laserpoints/requirements.txt` to install the Python requirements.
5. Configure a storage disk for the temporary laserpoints files `LASERPOINTS_DISK` variable to the name of this storage disk in the `.env` file. Example for a local disk: ```
    'laserpoints' => [
        'driver' => 'local',
        'root' => storage_path('framework/cache/laserpoints'),
    ],
    ```

References
----------

[](#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., &amp; Nattkemper, T. W. (2017). Biigle 2.0-browsing and annotating large marine image collections.](https://doi.org/10.3389/fmars.2017.00083)Frontiers in Marine Science, 4, 83. doi: `10.3389/fmars.2017.00083`
- **Laser Point Detection**[Schoening, T., Kuhn, T., Bergmann, M., &amp; Nattkemper, T. W. (2015). DELPHI—fast and adaptive computational laser point detection and visual footprint quantification for arbitrary underwater image collections.](https://doi.org/10.3389/fmars.2015.00020)Frontiers in Marine Science, 2, 20. doi: `10.3389/fmars.2015.00020`

Developing
----------

[](#developing)

Take a look at the [development guide](https://github.com/biigle/core/blob/master/DEVELOPING.md) of the core repository to get started with the development setup.

Want to develop a new module? Head over to the [biigle/module](https://github.com/biigle/module) template repository.

Contributions and bug reports
-----------------------------

[](#contributions-and-bug-reports)

Contributions to BIIGLE are always welcome. Check out the [contribution guide](https://github.com/biigle/core/blob/master/CONTRIBUTING.md) to get started.

###  Health Score

51

—

FairBetter than 96% of packages

Maintenance71

Regular maintenance activity

Popularity24

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity79

Established project with proven stability

 Bus Factor1

Top contributor holds 79% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~42 days

Recently: every ~71 days

Total

78

Last Release

384d ago

Major Versions

v0.2.5 → v1.0.02016-08-25

v1.x-dev → v2.0.0-beta2018-02-06

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2457311?v=4)[Martin Zurowietz](/maintainers/mzur)[@mzur](https://github.com/mzur)

---

Top Contributors

[![mzur](https://avatars.githubusercontent.com/u/2457311?v=4)](https://github.com/mzur "mzur (293 commits)")[![dlangenk](https://avatars.githubusercontent.com/u/4822085?v=4)](https://github.com/dlangenk "dlangenk (42 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (33 commits)")[![lehecht](https://avatars.githubusercontent.com/u/72259845?v=4)](https://github.com/lehecht "lehecht (3 commits)")

---

Tags

biiglebiigle-modulebiiglebiigle-module

### Embed Badge

![Health badge](/badges/biigle-laserpoints/health.svg)

```
[![Health](https://phpackages.com/badges/biigle-laserpoints/health.svg)](https://phpackages.com/packages/biigle-laserpoints)
```

###  Alternatives

[goat1000/svggraph

Generates SVG graphs

132849.6k3](/packages/goat1000-svggraph)[intervention/image-driver-vips

libvips driver for Intervention Image

4495.5k6](/packages/intervention-image-driver-vips)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
