|
Hi Andy,
On Wed, 25 Apr 2007, Andy Weller wrote:
> Is it fair to say that, in general:
> built-in functions are faster than plugins, and
> plugins are faster than macros?
If you plan to call them from a macro, then yes.
Having said that, if I have to implement something which should run as
fast as possible, I will write a plugin for it. This plugin will not call
built-in functions, but use the (Java) API of ImageJ.
Hth,
Dscho
|