|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjview.JImageSuite.Gauss
public static class JImageSuite.Gauss
Class that produces a truncated gaussian for image detection.
| Field Summary | |
|---|---|
private double |
fwhm
Fwhm of the truncated gaussian. |
private double |
truncate
Truncation in terms of fwhm. |
| Constructor Summary | |
|---|---|
JImageSuite.Gauss(double f,
double trunc)
Construct a new truncated gaussina filtering object for star detection. |
|
| Method Summary | |
|---|---|
Kernel |
getConvolveKernel()
Returns a truncated gaussian kernel. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private double fwhm
private double truncate
| Constructor Detail |
|---|
public JImageSuite.Gauss(double f,
double trunc)
| Method Detail |
|---|
public Kernel getConvolveKernel()
getConvolveKernel in interface JImageSuite.Convolving
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||