Login  Register

Re: Cracks

Posted by Paul van Schayck on Sep 02, 2014; 8:23am
URL: http://imagej.273.s1.nabble.com/Cracks-tp5009456p5009459.html

Dear Ivan,

I've trouble determining what are cracks and what is noise in your picture.
I've put together a small macro that may be a base for you to get started.
Note that this requires Fiji (as it uses the Analyze Skeleton plugin)

setAutoThreshold("Default dark");
setThreshold(95, 116);
setOption("BlackBackground", false);
run("Convert to Mask");
run("Skeletonize");
run("Analyze Skeleton (2D/3D)", "prune=none show");

Regards,

Paul



On Tue, Sep 2, 2014 at 9:45 AM, Ivan Jerman <[hidden email]> wrote:

> Dear Sir,
>
> I need to calculate the lenght of the cracks on image like enclosed. My
> question is if it is possible with ImageJ.
> I would be very pleased if there is some plugin for this task.
>
> Looking forward,
>
> Ivo
>
>
> doc. dr. Ivan Jerman
>
> Laboratory for Materials Chemistry
>
> [KI_napis]
>
> National Institute of Chemistry
> Hajdrihova 19
> SI-1000 Ljubljana
>
> Phone: +386 1 476 0 440
> Mobile:+386 31 886 234
> Fax:       +386 1 476 0 300
> www.ki.si<http://www.ki.si/>
> skype: ivo-jerman
>
>
>
> --
> ImageJ mailing list: http://imagej.nih.gov/ij/list.html
>

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html