Releases: ijtools/TableJ
Releases · ijtools/TableJ
TableJ 0.3
This is release 0.3 of the TableJ plugin for ImageJ / Fiji.
New features include:
- can now create a label map from a categorical column
- fixed conversion of ResultsTable when generated with "Analyze Particles"
- refactored the display of tables
- introduced management of colors for levels of categorical columns
- added conversion of Table to ImageJ's ResultsTable
- better management of the list of Tables via the TableManager
- several bug fixes
Full Changelog: v0.2...v0.3
TableJ 0.2
This is release 0.2 of the TableJ plugin for ImageJ / Fiji.
Features include:
- conversion of ImageJ's ResultsTable into "Table" class that can manage both numeric and categorical columns
- display of Table instances in specific frame
- provide several edition operations on Tables from frame menu (column or row selection, rename...)
- feature normalisation (log, sqrt, z-score...)
- provide several plotting facilities: line plot, scatter plot, histogram...
- global analysis (principal component analysis)
- clustering (k-means)
- import and export from CSV files
TableJ 0.1
This is release 0.1 of the TableJ plugin for ImageJ / Fiji.
Features include:
- conversion of ImageJ's ResultsTable into "Table" class that can manage both numeric and categorical columns
- display of Table instances in specific frame
- provide several edition operations on Tables from frame menu (column or row selection, rename...)
- provide several plotting facilities: line plot, scatter plot, histogram
- global analysis (principal component analysis)
- import and export from CV files
TableJ initial release
Initial release for TableJ, an ImageJ plugin for management of data tables.
Initial features include:
- conversion of ImageJ's ResultsTable into "Table" class that can manage both numeric and categorical columns
- display of Table instances in specific frame
- provide several edition operations on Tables from frame menu
- provide several plotting facilities: line plot, scatter plot...
- import and export from CV files