New version of ij-plugins Toolkit is available (v.1.2)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

New version of ij-plugins Toolkit is available (v.1.2)

Jarek Sacha-2
New version can be downloaded at:
http://sourceforge.net/project/showfiles.php?group_id=44711&package_id=37246

General description is at:
http://ij-plugins.sourceforge.net/

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

Jarek