public class CaptureVideoSIFT extends Object implements KeyListener, VideoDisplayListener<MBFImage>
| Constructor and Description |
|---|
CaptureVideoSIFT(VideoWithinVideo videoWithinVideo) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUpdate(VideoDisplay<MBFImage> display)
Called when the video display is updated and the next frame
is displayed
|
void |
beforeUpdate(MBFImage frame)
Called when the video is about to update
|
void |
keyPressed(KeyEvent key) |
void |
keyReleased(KeyEvent arg0) |
void |
keyTyped(KeyEvent arg0) |
public CaptureVideoSIFT(VideoWithinVideo videoWithinVideo)
public void keyPressed(KeyEvent key)
keyPressed in interface KeyListenerpublic void keyReleased(KeyEvent arg0)
keyReleased in interface KeyListenerpublic void keyTyped(KeyEvent arg0)
keyTyped in interface KeyListenerpublic void afterUpdate(VideoDisplay<MBFImage> display)
VideoDisplayListenerafterUpdate in interface VideoDisplayListener<MBFImage>display - the video displaypublic void beforeUpdate(MBFImage frame)
VideoDisplayListenerbeforeUpdate in interface VideoDisplayListener<MBFImage>frame - the frame about to be displayed