Class DiffMotion


  • public class DiffMotion
    extends Motion
    • Constructor Summary

      Constructors 
      Constructor Description
      DiffMotion()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.awt.image.BufferedImage process​(PixM frame1, PixM frame2)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DiffMotion

        public DiffMotion()
    • Method Detail

      • process

        public java.awt.image.BufferedImage process​(PixM frame1,
                                                    PixM frame2)
        Specified by:
        process in class Motion