Succolarity

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

Succolarity

Andrei Stefan
Hello ImageJ community!

For my PhD research I want to be able to compute the Succolarity parameter
of a binary image, but as far as I know there is no plug-in or macro for
ImageJ that can do this.

Regarding the ImageJ software, I am just a user.

Can someone advice me in this matter or help me putting this algorithm in
practice?

For reference, I attached a link to a paper that deals with this parameter
(Succolarity).

Link here<http://www2.ic.uff.br/~aconci/How%20Succolarity%20could%20be%20used%20as%20another%20fractal%20measure%20in%20image%20analysis.pdf>
.


Best regards,
Andrei
--

Andrei Cătălin ȘTEFAN, MRCVS, DVM, MSc, PhD candidate

E-mail: [hidden email]

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
|

Re: Succolarity

Rex Kerr
Hi Andrei,

I looked quickly at the algorithm and it's very heavily pixel-based.  You
can certainly write plugins that manipulate images or image stacks at the
pixel level (with reasonable efficiency), but this requires programming in
an appropriate language (Java, probably, though you could likely make Scala
or Ceylon or  Clojure or some other JVM-based language work also).  If you
have no programming experience, your choices are probably to either (1) get
some, (2) find someone else who is comfortable with some JVM-based language
and also needs succolarity measures, or (3) decide that some other
algorithm and/or tool will do.

(In particular, it is my impression that there is not a simple sequence of
high-level operations that will produce succolarity measures.)

  --Rex


On Tue, Dec 10, 2013 at 1:50 PM, Andrei Catalin Stefan <
[hidden email]> wrote:

> Hello ImageJ community!
>
> For my PhD research I want to be able to compute the Succolarity parameter
> of a binary image, but as far as I know there is no plug-in or macro for
> ImageJ that can do this.
>
> Regarding the ImageJ software, I am just a user.
>
> Can someone advice me in this matter or help me putting this algorithm in
> practice?
>
> For reference, I attached a link to a paper that deals with this parameter
> (Succolarity).
>
> Link here<
> http://www2.ic.uff.br/~aconci/How%20Succolarity%20could%20be%20used%20as%20another%20fractal%20measure%20in%20image%20analysis.pdf
> >
> .
>
>
> Best regards,
> Andrei
> --
>
> Andrei Cătălin ȘTEFAN, MRCVS, DVM, MSc, PhD candidate
>
> E-mail: [hidden email]
>
> --
> ImageJ mailing list: http://imagej.nih.gov/ij/list.html
>

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