|
Public Types |
| typedef Visualization::View | View |
| typedef Core::Array::Array2dVec3UInt8 | Array2dVec3UInt8 |
| typedef Core::Array::Array2dScalarUInt8 | Array2dScalarUInt8 |
| typedef Core::VideoSet::SegmentationDocument | SegmentationDocument |
| typedef Core::VideoSet::Segmentation | Segmentation |
| typedef std::list< Thread * > | ThreadList |
Public Member Functions |
| | ShotDetailSidebar (OglGui::Window *parent, int w, int h, int thumbW, int thumbH, ThreadSet *threadset, SegmentationDocument *segDoc) |
| | ShotDetailSidebar (OglGui::Window *parent, int x, int y, int w, int h, int thumbW, int thumbH, ThreadSet *threadset, SegmentationDocument *segDoc) |
| virtual | ~ShotDetailSidebar () |
| void | Update () |
| void | SetShowSimilarity (bool similarity) |
| bool | GetShowSimilarity () |
| void | SetListener (ShotDetailSidebarListener *listener) |
| virtual void | KeyframeSelectedEvent (String name, int selectedkeyframe) |
Private Member Functions |
| void | Init (int thumbW, int thumbH, ThreadSet *threadset, SegmentationDocument *segDoc) |
| void | UpdateCurrentShot () |
| void | UpdateStills () |
| void | UpdateDescription () |
| void | UpdatePreviewBars () |
| void | RemovePreviewBars () |
| void | AddVisualPreviewBars () |
Private Attributes |
| int | mThumbWidth |
| int | mThumbHeight |
| int | mSetFramesShown |
| int | mPrecalcResults |
| bool | mShowPreviewBars |
| ShotDetailSidebarListener * | mSidebarListener |
| VisualQueryEngine * | mVisualQueryEngine |
| std::list< KeyframeResultBar * > | mPreviewBars |
| Core::VideoSet::Stills * | mStills |
| SegmentationDocument * | mSegDoc |
| ThreadSet * | mThreadSet |
| Array2dVec3UInt8 * | mShotPreviewImage |
| OglGui::Window * | mShotPreview |
| OglGui::Window * | mShotKeyframes |
| OglGui::Window * | mShotSimilarityPreview |
| OglGui::TextEdit * | mShotDetailText |
| Visualization::ImageSet * | mSetFrames |
| Visualization::View * | mShotPreviewView |
| | ILOG_VAR_DEC |