Uses of Class
de.lmu.ifi.mfchords.utils.RelativeMeasurement

Uses of RelativeMeasurement in de.lmu.ifi.mfchords.utils
 

Methods in de.lmu.ifi.mfchords.utils that return RelativeMeasurement
 RelativeMeasurement MFCRecognizer.processPoints(java.util.ArrayList<PointF> pointers, boolean isTwoStepPosture)
          processPoints turns an array of touch points (PointF) into a RelativeMeasurement to feed the classifier or to get it classified by the classifier.
 

Methods in de.lmu.ifi.mfchords.utils with parameters of type RelativeMeasurement
 void MFCRecognizer.feedClassifier(RelativeMeasurement rm, java.lang.String name)
          feed the RelativeMeasurements to the Classifier if you want to calibrate.
 java.lang.String MFCRecognizer.getClassifiedMFC(RelativeMeasurement rm)
          classifies the RelativeMeasurement using a KNN (N=3)