public class OpenCLParzenWindowMotionField extends ParzenWindowMotionField
Constructor and Description |
---|
OpenCLParzenWindowMotionField(ParzenWindowMotionField motion) |
Modifier and Type | Method and Description |
---|---|
float[] |
getMotionFieldAsArray(double from,
double to) |
float[] |
getMotionFieldAsArrayRandomBallCover(double from,
double to,
int n) |
float[] |
getMotionFieldAsArrayReduceZ(double from,
double to) |
float[] |
getMotionFieldAsArrayReduceZGridXY(double from,
double to,
int nx,
int ny) |
getPosition, getPositions, getTimeWarper, setTimeWarper
public OpenCLParzenWindowMotionField(ParzenWindowMotionField motion) throws java.io.IOException
java.io.IOException
public float[] getMotionFieldAsArray(double from, double to)
public float[] getMotionFieldAsArrayReduceZ(double from, double to)
public float[] getMotionFieldAsArrayReduceZGridXY(double from, double to, int nx, int ny)
public float[] getMotionFieldAsArrayRandomBallCover(double from, double to, int n)