edu.stanford.rsl.konrad.geometry.motion.timewarp
Class DualPhasePeriodicTimeWarper

java.lang.Object
  extended by edu.stanford.rsl.konrad.geometry.motion.timewarp.TimeWarper
      extended by edu.stanford.rsl.konrad.geometry.motion.timewarp.DualPhasePeriodicTimeWarper

public class DualPhasePeriodicTimeWarper
extends TimeWarper

Author:
akmaier

Constructor Summary
DualPhasePeriodicTimeWarper(double portionPhase1, double portionPhase2)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 double warpTime(double time)
          Applies the time warping to the given input time
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DualPhasePeriodicTimeWarper

public DualPhasePeriodicTimeWarper(double portionPhase1,
                                   double portionPhase2)
Method Detail

warpTime

public double warpTime(double time)
Description copied from class: TimeWarper
Applies the time warping to the given input time

Specified by:
warpTime in class TimeWarper
Parameters:
time - the input time
Returns:
the output time

main

public static void main(java.lang.String[] args)