All Packages Class Hierarchy This Package Previous Next Index
Class rsf.util.Tent
java.lang.Object
|
+----rsf.util.Tent
- public final class Tent
- extends Object
Computes an Rsf with a tent weight. The tent volume is normalized to 1.
(This does not use the convolution of 2 box filters, but it could)
-
Tent()
-
-
main(String[])
-
-
newRsf(Axis[])
-
-
newRsf(int)
-
-
newRsf(int, int)
-
-
newRsf(int, int, int)
-
-
newRsf(int[])
-
-
newRsf(Rsf)
-
-
setTent(Rsf)
-
Tent
public Tent()
main
public static void main(String args[])
- Parameters:
-
nsamples=1,2,3 - etc specifies the size of the filter.
newRsf
public static Rsf newRsf(Axis axes[])
newRsf
public static Rsf newRsf(int n0)
newRsf
public static Rsf newRsf(int n1,
int n0)
newRsf
public static Rsf newRsf(int n2,
int n1,
int n0)
newRsf
public static Rsf newRsf(int nsamples[])
newRsf
public static Rsf newRsf(Rsf src)
setTent
public static void setTent(Rsf tent)
All Packages Class Hierarchy This Package Previous Next Index