https://github.com/notmatthancock/snakes
Active contours implementation.
https://github.com/notmatthancock/snakes
Last synced: about 1 month ago
JSON representation
Active contours implementation.
- Host: GitHub
- URL: https://github.com/notmatthancock/snakes
- Owner: notmatthancock
- Created: 2015-05-28T23:14:39.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-30T14:05:12.000Z (almost 10 years ago)
- Last Synced: 2025-03-26T17:22:00.797Z (about 2 months ago)
- Language: Python
- Size: 336 KB
- Stars: 20
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Snakes with python
This is a simple snakes implementation using python outlined in [1] with help from [2]. The example file implements the example outlined in [2]. Python library dependencies are `numpy`, `scipy`, and `matplotlib`.
After cloning the repository, you should just be able to run
python example.py
to see the example problem. After that, run
python example2.py
to see a slightly more complicated shape.
[1]: Snakes: Active contour models. M Kass, A Witkin, D Terzopoulos - International journal of computer vision, 1988
[2]: A simple implementation of snakes, http://www.cb.uu.se/~cris/blog/index.php/archives/217