https://github.com/brainglobe/cellfinder
Automated 3D cell detection in very large images
https://github.com/brainglobe/cellfinder
cell-detection deep-learning image-analysis imaging microscopy neuroanatomy neuroscience python
Last synced: 5 months ago
JSON representation
Automated 3D cell detection in very large images
- Host: GitHub
- URL: https://github.com/brainglobe/cellfinder
- Owner: brainglobe
- License: bsd-3-clause
- Created: 2020-01-17T14:14:12.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2026-01-22T18:27:51.000Z (5 months ago)
- Last Synced: 2026-01-23T10:31:31.897Z (5 months ago)
- Topics: cell-detection, deep-learning, image-analysis, imaging, microscopy, neuroanatomy, neuroscience, python
- Language: Python
- Homepage: https://brainglobe.info/documentation/cellfinder/index.html
- Size: 167 MB
- Stars: 223
- Watchers: 15
- Forks: 67
- Open Issues: 67
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Citation: CITATION.cff
Awesome Lists containing this project
- awesome-biological-image-analysis - Cellfinder - Automated 3D cell detection and registration of whole-brain images. (Neuroscience)
README
[](https://pypi.org/project/cellfinder)
[](https://pypi.org/project/cellfinder)
[](https://anaconda.org/conda-forge/cellfinder)
[](https://napari-hub.org/plugins/cellfinder.html)
[](https://pepy.tech/project/cellfinder)
[](https://pypi.org/project/cellfinder)
[](https://github.com/brainglobe/cellfinder)
[](https://github.com/brainglobe/cellfinder/actions)
[](https://codecov.io/gh/brainglobe/cellfinder)
[](https://github.com/astral-sh/ruff)[](https://pycqa.github.io/isort/)
[](https://github.com/pre-commit/pre-commit)
[](https://brainglobe.info/community/developers/index.html)
[](https://forum.image.sc/tag/brainglobe)
[](https://bsky.app/profile/brainglobe.info)
[](https://mastodon.online/@brainglobe)
# cellfinder
cellfinder is software for automated 3D cell detection in very large 3D images (e.g., serial two-photon or lightsheet volumes of whole mouse brains).
There are three different ways to interact and use it, each with different user interfaces and objectives in mind.
For more details, head over to [the documentation website](https://brainglobe.info/documentation/cellfinder/index.html).
At a glance:
- There is a command-line interface called [brainmapper](https://brainglobe.info/documentation/brainglobe-workflows/brainmapper/index.html) that integrates [with `brainreg`](https://github.com/brainglobe/brainreg) for automated cell detection and classification. You can install it through [`brainglobe-workflows`](https://brainglobe.info/documentation/brainglobe-workflows/index.html).
- There is a [napari plugin](https://brainglobe.info/documentation/cellfinder/user-guide/napari-plugin/index.html) for interacting graphically with the cellfinder tool.
- There is a [Python API](https://brainglobe.info/documentation/cellfinder/user-guide/cellfinder-core.html) to allow users to integrate BrainGlobe tools into their custom workflows.
## Installation
You can find [the installation instructions](https://brainglobe.info/documentation/cellfinder/installation.html#installation) on the BrainGlobe website, which will go into more detail about the installation process if you want to minimise your installation to suit your needs.
However, we recommend that users install `cellfinder` either through installing BrainGlobe version 1, or (if you also want the command-line interface) installing `brainglobe-workflows`.
```bash
# If you want to install all BrainGlobe tools, including cellfinder, in a consistent manner with one command:
pip install brainglobe>=1.0.0
# If you want to install the brainmapper CLI tool as well:
pip install brainglobe-workflows>=1.0.0
```
If you only want the `cellfinder` package by itself, you can `pip install` it alone:
```bash
pip install cellfinder>=1.0.0
```
Be sure to specify a version greater than version `v1.0.0` - prior to this version the `cellfinder` package had a very different structure that is incompatible with BrainGlobe version 1 and the other tools in the BrainGlobe suite.
See [our blog posts](https://brainglobe.info/blog/) for more information on the release of BrainGlobe version 1.
## Seeking help or contributing
We are always happy to help users of our tools, and welcome any contributions. If you would like to get in contact with us for any reason, please see the [contact page of our website](https://brainglobe.info/contact.html).
## Citation
If you find this package useful, and use it in your research, please cite the following paper:
> Tyson, A. L., Rousseau, C. V., Niedworok, C. J., Keshavarzi, S., Tsitoura, C., Cossell, L., Strom, M. and Margrie, T. W. (2021) “A deep learning algorithm for 3D cell detection in whole mouse brain image datasets’ PLOS Computational Biology, 17(5), e1009074
[https://doi.org/10.1371/journal.pcbi.1009074](https://doi.org/10.1371/journal.pcbi.1009074)
**If you use this, or any other tools in the brainglobe suite, please
[let us know](https://brainglobe.info/contact.html), and
we'd be happy to promote your paper/talk etc.**