|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdiva.sketch.features.BBoxDiagonalAngleFE
public class BBoxDiagonalAngleFE
BBoxDiagonalAngleFE computes the angle between the diagonal and the base of a stroke's bounding box. One of Rubine's features.
Constructor Summary | |
---|---|
BBoxDiagonalAngleFE()
|
Method Summary | |
---|---|
double |
apply(TimedStroke s)
Return the angle between the diagonal and the base of the stroke's bounding box. |
static double |
bboxDiagonalAngle(TimedStroke s)
Return the angle between the diagonal and the base of the stroke's bounding box. |
String |
getName()
Return the name of the feature extractor. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BBoxDiagonalAngleFE()
Method Detail |
---|
public double apply(TimedStroke s)
apply
in interface FeatureExtractor
public static double bboxDiagonalAngle(TimedStroke s)
public String getName()
getName
in interface FeatureExtractor
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |