Macro Language | Array functions ..

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

Macro Language | Array functions ..

Rainer M. Engel
Hello everyone,

has anybody by chance written some personal functions to extend imageJ's
build in ones?

I would like to do some boolean filtering between/of arrays containing
numbers (i.e. union, diff or for one array a unique function).

Any advise, link kindly appreciated..

Regards,
Rainer

--
Rainer M. Engel, Dipl. Digital Artist
scientific|Media GbR
Pichelsdorferstr. 143
D-13595 Berlin

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

Re: Macro Language | Array functions ..

Rainer M. Engel
The following functions were made
available as "User-defined Functions" ...

- Union (union of two arrays)
- Diff (difference between two arrays)
- Unique (filter one array for unique elements)
- Occur (filter one array for elements occurring "n" times)

http://imagej.nih.gov/ij/macros/Array_Functions.txt

Regards,
Rainer


Am 14.08.2012 16:52, schrieb Rainer M. Engel:

> Hello everyone,
>
> has anybody by chance written some personal functions to extend imageJ's
> build in ones?
>
> I would like to do some boolean filtering between/of arrays containing
> numbers (i.e. union, diff or for one array a unique function).
>
> Any advise, link kindly appreciated..
>
> Regards,
> Rainer
>

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