Activity Not Available

News

  Analyzed almost 2 years ago based on code collected almost 2 years ago.
 
Posted 3 months ago by Jarek Sacha
A stable version of Scala Console plugin is now available. ij-Scala enables editing and running Scala scripts from ImageJ. Scripts have full access to ImageJ API and API's of all installed ImageJ plugins.

The plugin installs under ImageJ ... [More] menu: Plugins > Scripting > Scala Console

Download link: https://sourceforge.net/projects/ij-plugins/files/ij-scala/v.1.1.0/

Changes in v.1.1.0:

Correct font in the Console.
Add missing scroll pane to the output area.
Update Scala to 2.9.3.
Add ability to set scala script as an argument to the plugin (run(arg: String)).
Upgrade RSyntaxArea library to v.2.0.6. [Less]
Posted 3 months ago by Jarek Sacha
A stable version of Scala Console plugin is now available. ij-Scala enables editing and running Scala scripts from ImageJ. Scripts have full access to ImageJ API and API's of all installed ImageJ plugins.

The plugin installs under ImageJ ... [More] menu: Plugins > Scripting > Scala Console

Download link: https://sourceforge.net/projects/ij-plugins/files/ij-scala/v.1.1.0/

Changes in v.1.1.0:

Correct font in the Console.
Add missing scroll pane to the output area.
Update Scala to 2.9.3.
Add ability to set scala script as an argument to the plugin (run(arg: String)).
Upgrade RSyntaxArea library to v.2.0.6. [Less]
Posted 3 months ago by Jarek Sacha
IJ Plugins Toolkit is a set of ImageJ plugins.

Improvements:

Update ReadMe file that got quite out of date
Fast filters modified to reproduce content of the image that is outside of the ROI to follow ImageJ convention.

Requirements:

Java 7 or better.
Posted 3 months ago by Jarek Sacha
IJ Plugins Toolkit is a set of ImageJ plugins.

Improvements:

Update ReadMe file that got quite out of date
Fast filters modified to reproduce content of the image that is outside of the ROI to follow ImageJ convention.

Requirements:

Java 7 or better.
Posted 5 months ago by Jarek Sacha
New:
* k-means plugin now supports segmentation of 3D images.

Developer visible:
* k-means implementation renamed to KMeans2D. New class KMeans3D.
Posted 5 months ago by Jarek Sacha
New:
* k-means plugin now supports segmentation of 3D images.

Developer visible:
* k-means implementation renamed to KMeans2D. New class KMeans3D.
Posted 9 months ago by Jarek Sacha
Improvements:
* Maximum Entropy Threshold plugin now supports 16 bit images.
* Several improvements to SRG algorithm (available through API).

Bug fixes:
* BUG-2037287: VectorProcessor: iterators bugs. Results in corrections
to plugins that used VectorProcessor, like k-means and vector edge
detector.
Posted 9 months ago by Jarek Sacha
The 'ImageJ Plugins' project is a source of custom plugins for the Image/J software. Image/J is a public domain image processing and analysis program developed in Java (http://rsb.info.nih.gov/ij/).

Version 1.2 of the core ij-plugins is ... [More] available.

Improvements:
* sRGB <-> XYZ <-> CIE L*a*b* conversion modified to use approach presented
at http://www.brucelindbloom.com/.
* Improvements to maximum entropy threshold plugins.

Bug fixes:
* BUG-1503298: MetaImage Reader did not support some of MetaImage tags.
* BUG-1812587: FastMedian Exception for even kernel size.
* BUG-1881444: k-means macro always showed animations.

There are 26 plugins in this release:

* 3D IO
-- MetaImage Reader
-- MetaImage Writer
-- VTK Reader
-- VTK Writer

* 3D Toolkit
-- Connected Threshold Grower
-- Auto Clip Volume
-- Morphological Dilate 3D
-- Morphological Erode 3D

* Color (and miltiband images)
-- RGB to CIE L*a*b* stack
-- CIE L*a*b* stack to RGB
-- RGB to YCbCr stack
-- YCbCr stack to RGB
-- Multiband Sobel edges
-- Multiband Difference edges
-- Multiband Gradient edges
-- Intensity shift

* Filters
-- Coherence Enhancing Diffusion
-- Directional Coherence
-- Fast Median
-- Perona-Malik Anisotropic Diffusion
-- Speckle Reducing Anisotropic Diffusion

* Segmentation
-- k-means Clustering
-- Maximum Entropy Threshold
-- Maximum Entropy Multi-Threshold

* Graphics
-- Image Quilter [Less]
Posted 9 months ago by Jarek Sacha
Source code of the project was migrated from CVS to SVN. The full commit history is preserved. It was not possible to convert CVS Branches and Tags, though that may not be of much importance.

The SVN repository has standard structure with ... [More] trunk, branches, and tags. Most of the time you want to check out only trunk or one of its subdirectories. As URL of the repository use:
https://ij-plugins.svn.sourceforge.net/svnroot/ij-plugins/trunk

All members of the ij-plugins project have write access to the repository.

The repository can be browsed online at
http://ij-plugins.svn.sourceforge.net/viewvc/ij-plugins/trunk/ [Less]
Posted 9 months ago by Jarek Sacha
The 'ImageJ Plugins' project is a source of custom plugins for the Image/J software. Image/J is a public domain image processing and analysis program developed in Java (http://rsb.info.nih.gov/ij/).

Version 1.2 of the core ij-plugins is ... [More] available.

Improvements:
* sRGB <-> XYZ <-> CIE L*a*b* conversion modified to use approach presented
at http://www.brucelindbloom.com/.
* Improvements to maximum entropy threshold plugins.

Bug fixes:
* BUG-1503298: MetaImage Reader did not support some of MetaImage tags.
* BUG-1812587: FastMedian Exception for even kernel size.
* BUG-1881444: k-means macro always showed animations.

There are 26 plugins in this release:

* 3D IO
-- MetaImage Reader
-- MetaImage Writer
-- VTK Reader
-- VTK Writer

* 3D Toolkit
-- Connected Threshold Grower
-- Auto Clip Volume
-- Morphological Dilate 3D
-- Morphological Erode 3D

* Color (and miltiband images)
-- RGB to CIE L*a*b* stack
-- CIE L*a*b* stack to RGB
-- RGB to YCbCr stack
-- YCbCr stack to RGB
-- Multiband Sobel edges
-- Multiband Difference edges
-- Multiband Gradient edges
-- Intensity shift

* Filters
-- Coherence Enhancing Diffusion
-- Directional Coherence
-- Fast Median
-- Perona-Malik Anisotropic Diffusion
-- Speckle Reducing Anisotropic Diffusion

* Segmentation
-- k-means Clustering
-- Maximum Entropy Threshold
-- Maximum Entropy Multi-Threshold

* Graphics
-- Image Quilter [Less]
 

 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.