|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object endrov.flowMultiscale.Multiscale
public class Multiscale
Tools for working with MRA/MSA
Constructor Summary | |
---|---|
Multiscale()
|
Method Summary | |
---|---|
static double |
convolveGaussPoint2D(EvPixels p,
double sigmaX,
double sigmaY,
double midx,
double midy)
Convolve with a gaussian at a single point |
static double |
findFeatureScale(EvPixels p,
double sigmaGuess,
int x,
int y)
Find scale of feature by maximizing RickerWavelet(sigma) at a given point. |
static void |
findFeatureScale(EvPixels p,
double sigmaGuess,
int x,
int y,
java.util.Map<java.lang.Double,java.lang.Double> dog)
|
static double |
findFeatureScale2(EvPixels p,
int x,
int y,
double minSigma,
double maxSigma,
int sigmaDiv,
int numIt)
Find scale of feature by maximizing RickerWavelet(sigma) at a given point. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Multiscale()
Method Detail |
---|
public static double findFeatureScale(EvPixels p, double sigmaGuess, int x, int y)
public static void findFeatureScale(EvPixels p, double sigmaGuess, int x, int y, java.util.Map<java.lang.Double,java.lang.Double> dog)
public static double findFeatureScale2(EvPixels p, int x, int y, double minSigma, double maxSigma, int sigmaDiv, int numIt)
public static double convolveGaussPoint2D(EvPixels p, double sigmaX, double sigmaY, double midx, double midy)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |