- FALSE - Static variable in class net.sf.ij_plugins.io.metaimage.MiBoolean
-
Represents boolean symbol 'False' used by MetaImage file format.
- FastMedian - Class in net.sf.ij_plugins.filters
-
Helper for calling fast median filter algorithms.
- FastMedian() - Constructor for class net.sf.ij_plugins.filters.FastMedian
-
- FastMedianAS - Class in net.sf.ij_plugins.filters
-
The variables:
ix = M X N input array
iout=(M-R+l)X(N-S+l) output array
median = the median of the past window
fmedian = the median of the first window in the previous row
row = points to the current row
column = points to the current column
newcol = the column number assigned to the rightmost column of a window
position = position where the old median partitions the rightmost column
count = number of pixels to be moved from one subset to the other so
that Subset 1 has (RS + 1)/2 number of elements
pointer = points to the column of the window in which the median
was found
colvec = l-dimensional N( R + 2)-key array representation of an
(R + 2) x N 2-dimensional image segment in which sentinel values
have been inserted in the beginning and at the end of each
column
border = l-dimensional array of S elements holding the partitioned
position of each column vector of the window.
- FastMedianAS() - Constructor for class net.sf.ij_plugins.filters.FastMedianAS
-
- FastMedianPlugin - Class in net.sf.ij_plugins.filters
-
- FastMedianPlugin() - Constructor for class net.sf.ij_plugins.filters.FastMedianPlugin
-
- FastMedianUInt8 - Class in net.sf.ij_plugins.filters
-
Implements fast median filter using running median approach.
- FastMedianUInt8() - Constructor for class net.sf.ij_plugins.filters.FastMedianUInt8
-
- fireIndexedPropertyChange(String, int, Object, Object) - Method in class net.sf.ij_plugins.beans.AbstractModel
-
- fireIndexedPropertyChange(String, int, int, int) - Method in class net.sf.ij_plugins.beans.AbstractModel
-
- fireIndexedPropertyChange(String, int, boolean, boolean) - Method in class net.sf.ij_plugins.beans.AbstractModel
-
- firePropertyChange(String, Object, Object) - Method in class net.sf.ij_plugins.beans.AbstractModel
-
- firePropertyChange(String, int, int) - Method in class net.sf.ij_plugins.beans.AbstractModel
-
- firePropertyChange(String, boolean, boolean) - Method in class net.sf.ij_plugins.beans.AbstractModel
-
- firePropertyChange(PropertyChangeEvent) - Method in class net.sf.ij_plugins.beans.AbstractModel
-
- FluxAnisotropicDiffusionFilter - Class in net.sf.ij_plugins.filters
-
- FluxAnisotropicDiffusionFilter() - Constructor for class net.sf.ij_plugins.filters.FluxAnisotropicDiffusionFilter
-
- FluxAnisotropicDiffusionFilterBeanInfo - Class in net.sf.ij_plugins.filters
-
- FluxAnisotropicDiffusionFilterBeanInfo() - Constructor for class net.sf.ij_plugins.filters.FluxAnisotropicDiffusionFilterBeanInfo
-
- follow(TwoDLoc) - Method in class net.sf.ij_plugins.quilting.MinPathFinder
-
Given a row and column number, this says where to go next to head toward the destination.
- forceMkDirs(File) - Static method in class net.sf.ij_plugins.io.IOUtils
-
Creates directory if it does not exists already.