#include <ShotResultPreviewBar.h>
Inheritance diagram for Impala::Visualization::GUI::ShotResultPreviewBar:
Public Types | |
typedef Core::Trec::ShotResult | ShotResult |
typedef Core::Trec::KeyframeResult | KeyframeResult |
typedef std::list< ShotResult > | ShotResultList |
typedef std::list< KeyframeResult > | KeyframeResultList |
typedef Core::VideoSet::Segmentation | Segmentation |
typedef Core::VideoSet::Keyframes | Keyframes |
typedef Core::ImageSet::ImageSet | CoreImageSet |
Public Member Functions | |
ShotResultPreviewBar (OglGui::Window *parent, int w, int h, String query, ShotResultList results, Segmentation *shots, Keyframes *keyframes, CoreImageSet *imSet, bool selected, int thumbW, int thumbH, double viewscale) | |
ShotResultPreviewBar (Window *parent, int w, int h, String query, KeyframeResultList results, Segmentation *shots, Keyframes *keyframes, CoreImageSet *imSet, bool selected, int thumbW, int thumbH, double viewscale) | |
ShotResultList | GetShots () |
Private Member Functions | |
void | GeneralInit (int type, int nrIm, int space, Segmentation *shots, Keyframes *keyframes, int thumbW, int thumbH, double viewscale) |
void | Init (ShotResultList results, Segmentation *shots, Keyframes *keyframes, CoreImageSet *imSet, int thumbW, int thumbH, double viewscale) |
void | Init (KeyframeResultList results, Segmentation *shots, Keyframes *keyframes, CoreImageSet *imSet, int thumbW, int thumbH, double viewscale) |
virtual int | GetImageKeyframeID (int rank) |
Private Attributes | |
int | mNrImOnRow |
ShotResultList | mShotResults |
KeyframeResultList | mKeyResults |
Segmentation * | mShots |
Keyframes * | mKeyframes |
Definition at line 18 of file ShotResultPreviewBar.h.