- recipe fiji-max_inscribed_circles
ImageJ / Fiji plugin implementing an iterative Largest Inscribed Circle algorithm using a euclidean distance map
- Homepage:
- Developer docs:
- License:
GPLv3
- Recipe:
ImageJ / Fiji plugin implementing an iterative Largest Inscribed Circle algorithm which runs over a binary image or selection in order to fit the maximum number of non-touching circles down to a minimum diameter. The approach uses a Euclidean Distance Map in order to find candidate circles from the largest to the smallest. The code is written for Java 8, which is the currently supported Java version for Fiji and ImageJ.
- package fiji-max_inscribed_circles¶
-
- Versions:
1.1.2-0
- Depends:
fiji
>=20220414,!=h527b516_0,!=h9ee0642_0
- Required By:
Installation
With an activated Bioconda channel (see set-up-channels), install with:
conda install fiji-max_inscribed_circles
and update with:
conda update fiji-max_inscribed_circles
or use the docker container:
docker pull quay.io/biocontainers/fiji-max_inscribed_circles:<tag>
(see fiji-max_inscribed_circles/tags for valid values for
<tag>
)
Download stats¶
Link to this page¶
Render an badge with the following MarkDown:
[](http://bioconda.github.io/recipes/fiji-max_inscribed_circles/README.html)