Login  Register

Using the standard Variance Filter from a Plugin

Posted by Alison Payne on Jul 21, 2011; 12:09am
URL: http://imagej.273.s1.nabble.com/Using-the-standard-Variance-Filter-from-a-Plugin-tp3683781.html

Hi,

I am trying to call the standard variance filter from within an ImageJ plugin.

I have found the RankFilters class, but don't seem to be able to form a valid call to it from my plugin.

I have an image of type ImagePlus, and I want to perform a 3x3 variance filter on it.

How do I do this?

Alison