Skip to content

pkainz/cell-counter-x

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cell-counter-x

Extended version of the Cell Counter ImageJ plugin, available from http://rsbweb.nih.gov/ij/plugins/cell-counter.html. The cell-counter-x ImageJ plugin maintains all features of the original plugin while adding new features:

  • Which kind of marker is that number? Hovering markers shows the type in a tooltip-like overlay.
  • Custom mapping: changing the mapping of a number to a meaningful literal in an editor let's you keep track of the semantics of each marker

Cell Counter X v1.2

##Build and Install ###Build using Maven

git clone https://github.com/pkainz/cell-counter-x
cd cell-counter-x
mvn clean package

Find the JAR file in target/cell-counter-x-<version>.jar and move it to the plugins folder, or subfolder, restart ImageJ, and there will be a new Cell Counter X command in the Plugins menu or submenu.

##Develop Create an Eclipse project using maven-eclipse-plugin with the following commands:

mvn clean eclipse:clean eclipse:eclipse

Then import the existing project via the Eclipse "Import..." dialog.

About

Extended version of the Cell Counter ImageJ plugin, available from http://rsbweb.nih.gov/ij/plugins/cell-counter.html.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages