https://github.com/msiebuhr/cellcount.js
Small image-analysis routine for counting cells in microscope images.
https://github.com/msiebuhr/cellcount.js
Last synced: about 2 months ago
JSON representation
Small image-analysis routine for counting cells in microscope images.
- Host: GitHub
- URL: https://github.com/msiebuhr/cellcount.js
- Owner: msiebuhr
- License: bsd-2-clause
- Created: 2012-03-18T15:19:22.000Z (about 13 years ago)
- Default Branch: gh-pages
- Last Pushed: 2012-04-17T19:08:58.000Z (about 13 years ago)
- Last Synced: 2025-02-10T08:11:22.235Z (4 months ago)
- Language: JavaScript
- Homepage: http://msiebuhr.github.com/cellcount.js
- Size: 1.16 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Cell Count
==========An attempt to see if somewhat reasonable scientific computing can be done
client-side, in JavaScript.Getting started
===============Visit http://msiebuhr.github.com/cellcount.js/ and upload your image. Click a
spot in the image, and it will count the number of similar-colored blobs found
elsewhere in the image.Warning: quite slow for large image/blobs.
Developing
==========Clone the repository, run `make run` (starts a simple Python web-server; any
server should do fine), and hack away.Note: I'm mis-using the `gh-pages`, so the repository automagically gets
exposed as a web-page. Thus, if you add the following to your `.git/config`, it
will use `gh-pages` as the default branch instead of `master`:[branch "gh-pages"]
remote = origin
merge = refs/heads/gh-pagesLicense
=======Two-clause BSD; see `LICENSE`.