public class VideoFaceRecognition extends KeyAdapter implements VideoDisplayListener<MBFImage>
| Constructor and Description |
|---|
VideoFaceRecognition() |
| 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) |
static void |
main(String[] args) |
keyReleased, keyTypedpublic VideoFaceRecognition() throws Exception
Exceptionpublic void keyPressed(KeyEvent key)
keyPressed in interface KeyListenerkeyPressed in class KeyAdapterpublic 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