|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KdTreePoint | |
---|---|
Facemorph | |
Facemorph.mdl |
Uses of KdTreePoint in Facemorph |
---|
Methods in Facemorph that return types with arguments of type KdTreePoint | |
---|---|
java.util.ArrayList<KdTreePoint> |
FloatImage.createTreePoints(FloatImage edges,
FloatImage xdir,
FloatImage ydir,
FloatImage xxdir,
FloatImage yydir,
FloatImage xydir)
Create an array of kd tree points using pre-selected edge points |
java.util.ArrayList<KdTreePoint> |
FloatImage.maxima(FloatImage xdir,
FloatImage ydir,
FloatImage xxdir,
FloatImage yydir,
FloatImage xydir,
float thresh)
Create a kd-tree of maxima points using edge information |
Uses of KdTreePoint in Facemorph.mdl |
---|
Subclasses of KdTreePoint in Facemorph.mdl | |
---|---|
class |
KdTreeEdgePoint
KdTreeEdgePoint |
Methods in Facemorph.mdl that return KdTreePoint | |
---|---|
KdTreePoint |
KdTree.getNearest(KdTreePoint position)
Get the nearest to the point |
KdTreePoint |
KdTree.getNearest(KdTreePoint position,
KdTreePoint currentNearest,
double currentDistance)
Get the nearest to position |
Methods in Facemorph.mdl with parameters of type KdTreePoint | |
---|---|
KdTreePoint |
KdTree.getNearest(KdTreePoint position)
Get the nearest to the point |
KdTreePoint |
KdTree.getNearest(KdTreePoint position,
KdTreePoint currentNearest,
double currentDistance)
Get the nearest to position |
boolean |
KdTreeEdgePoint.matches(KdTreePoint p)
|
boolean |
KdTreePoint.matches(KdTreePoint point)
Check if it matches another KdTreePoint (currently returns true??) |
Method parameters in Facemorph.mdl with type arguments of type KdTreePoint | |
---|---|
static void |
KdTree.quickSort(java.util.ArrayList<KdTreePoint> points,
int index,
int start,
int len)
Does a quick sort on the values given |
Constructor parameters in Facemorph.mdl with type arguments of type KdTreePoint | |
---|---|
KdTree(java.util.ArrayList<KdTreePoint> points)
KdTree constructor |
|
KdTree(java.util.ArrayList<KdTreePoint> points,
int sortIndex)
KdTree constructor |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |