https://github.com/manics/imagej-fastlevelset
Fast level set ImageJ plugin
https://github.com/manics/imagej-fastlevelset
Last synced: over 1 year ago
JSON representation
Fast level set ImageJ plugin
- Host: GitHub
- URL: https://github.com/manics/imagej-fastlevelset
- Owner: manics
- License: other
- Created: 2012-06-28T11:00:06.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-10-06T11:45:24.000Z (over 13 years ago)
- Last Synced: 2025-01-22T00:46:46.211Z (over 1 year ago)
- Language: Java
- Size: 2.14 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
imagej-fastlevelset
===================
This is an implementation of the fast level set published in [1] for ImageJ, along with some additional stuff for tracking and measuring objects.
Use Ant (from Apache) to build using build.xml, then copy the jar file from build/jar/ into your ImageJ plugins directory.
This was originally written in C++ as a Matlab Mex library during my PhD.
Recently I decided to reimplement it as an ImageJ plugin to practice my Java skills.
The level-set is more or less complete apart from the edge speed field, the rest is still a work in progress.
See doc/index.html for an example.
[1] Real-time Tracking Using Level Sets. 2005. Yonggang Shi, W Clem Karl. IEEE CVPR.