Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laulauthom/objectdetectionexamples-imagej.js
Example of ImageJ macros for object-localization
https://github.com/laulauthom/objectdetectionexamples-imagej.js
imagej imagej-js imagej-macro object-detection
Last synced: about 2 months ago
JSON representation
Example of ImageJ macros for object-localization
- Host: GitHub
- URL: https://github.com/laulauthom/objectdetectionexamples-imagej.js
- Owner: LauLauThom
- License: mit
- Created: 2020-11-24T13:14:45.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-24T13:55:52.000Z (about 4 years ago)
- Last Synced: 2023-10-19T18:22:59.365Z (about 1 year ago)
- Topics: imagej, imagej-js, imagej-macro, object-detection
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ObjectDetectionExamples-ImageJ.JS
Example of ImageJ macros for object-localization## Detection of embryos using local intensity minima
[![open in ImageJ.JS](https://ij.imjoy.io/assets/badge/open-in-imagej-js-badge.svg)](https://ij.imjoy.io/?run=https://github.com/LauLauThom/ObjectDetectionExamples-ImageJ.JS/blob/main/LocalMinimaEmbryos.ijm)
Clicking the badge above will automatically run the macro in a browser, fetching the image and code from the internet.
Select the embryos.jpg window after execution.