[Please read Notes below.]
The project and report
requirements are presented next.
Create a (preferably) 3D
space where a user can move and interact with images and videos,
displayed as virtual frames in a gallery, featuring overlays with
extracted information such as luminance, edges and edge histogram
information, dominant colors, while some algorithms like luminance,
color, texture or keypoints enables automatic similarity detection,
allowing users to navigate and group image categories based on visual
features. Properties can also be revealed by touching an image or
video.
Experiment with different behaviors for images or videos with different characteristics - images with dominant warm colors could move in one direction, images with many edges have a certain type of motion while videos with many cuts could have another.
Use simple based gesture recognition to navigate image/video galleries.
Images and videos should
have the necessary metadata to support these operations, represented
in XML format.
Please play attention to
the data and results that you use in the project. Results should be
coherent and aligned with the data that is used.
The following structure is suggested for the final report (up to 6 pages), including part of the content from the initial specification:
The report should also include as appendix:
2 - Simple motion
detection using the camera (Example: opencvExample).
3 - Use both methods
and both addons to interface OpenCV.
2 - The capability to
play videos and show images full screen (Example: videoPlayerExample).
3 - The ability to show (and hide using a key) the camera capturing images (Example: videoGrabberExample).
4 - Face detection on the camera image (Example: opencvHaarfFinderExample).
5 - Read and write xml -
one xml file for each image or video file with metadata (Example:
xmlSettingsExample).
14/3:
Introduction to openFrameworks and the project. Starting to
experiment using the videoPlayer and the dirListExample. Both these
examples are in the distribution in the /examples folder - in the
video and input-output folders. Together, these two examples support
some of the requirements in the project - namely displaying image
and video files and listing a folder with this type of content. Both
examples follow the standard OF model with setup(), update() and
draw() methods. Also included event handlers, for example to handle
key press or mouse move. The goal is to continue the example by
displaying a gallery of images and videos. It should be possible to
play, pause, resume the videos.
The goal for this class is to display images and video in the same
window - like a gallery with rows and columns of image and video
thumbnails.