Video Analysis for Browsing and Printing


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Video Analysis for Browsing and Printing
# 1  
Old 12-20-2008
Video Analysis for Browsing and Printing

HPL-2008-215 Video Analysis for Browsing and Printing - Lin, Qian; Zhang, Tong; Chen, Mei; Deng, Yining; Atkins, Brian
Keyword(s): video mining, video printing, user intent, video panorama, video keyframe, video superresolution
Abstract: More and more home videos have been generated with the ever growing popularity of digital cameras and camcorders. In many cases of home video, a photo, whether capturing a moment or a scene within the video, provides a complementary representation to the video. In this paper, a complete solution of ...
Full Report

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Browsing to files under cursor

hi all, I am using cntrl w f for this But now the new file is displayed in half of the screen...and the old file in the other half... how can ichange this default behaviour ... say for eg:80% to 1 file and remaining 20 % to the other file.... (4 Replies)
Discussion started by: dll_fpga
4 Replies

2. UNIX for Advanced & Expert Users

Video Cards :: Video Memory Intercept and Redirect

I need a broad spectrum understanding on this subject, and any help would be greatly appreciated. First of all, as I understand it... The way the video hardware works is the CPU sends information about input and possible changes to the display, the video card receives these changes, makes the... (2 Replies)
Discussion started by: ciNG
2 Replies

3. Solaris

Internet browsing on Solaris 10?

Hello sir, Can any one guide step by step way of configuration for internet browsing on solaris 10 using BSNL broadband connection in brief way about which configuartion file to edit etc. Regards, Amar (1 Reply)
Discussion started by: amarnathbasis8
1 Replies

4. Shell Programming and Scripting

web browsing from shell

hi mates Im new at this forums so hello :D I was wondering if it is possible to enter a web page from the shell and maybe retrieving some info from it tnx in advance (3 Replies)
Discussion started by: smoscar_01
3 Replies

5. Linux

Squid Browsing problem

Configured Squid2.0 on linux9. Browsing is very slow in client side. takes atleast 1min to open the page. can anybody tell me what to do Thaks in Advance (0 Replies)
Discussion started by: teenasuresh
0 Replies

6. Post Here to Contact Site Administrators and Moderators

Thread browsing during search

Hi Mods, Next Thread link available at the bottom, doesn't seem to be working accurately during a search, it goes to nextnewest thread relative to the thread we are viewing. Hope this can be fixed. Regards, Tayyab (4 Replies)
Discussion started by: tayyabq8
4 Replies

7. UNIX for Dummies Questions & Answers

apache directory browsing

How do i prevent clients from browsing directory structures if there is no index.html in a directory? For example, lets say that i dynamically create directories on in my doc root of an apache based web server. I know if i type the url and there is no index or default page in there, then apache... (1 Reply)
Discussion started by: ezekiel61
1 Replies
Login or Register to Ask a Question
DTK_VIDEO_GETSTATE(3)						Draw Toolkit manual					     DTK_VIDEO_GETSTATE(3)

NAME
dtk_video_getstate - returns the current state of a video texture SYNOPSIS
#include <dtk_video.h> int dtk_video_getstate(dtk_htex vid); DESCRIPTION
This function returns the state of a video texture referenced by vid created by one of the functions dtk_create_video_*(3) and is a BITOR combination of the following flags: DTKV_PLAYING : Indicates whether the video is paused or playing DTKV_EOS : Indicates that the end of the video stream has been reached RETURN VALUE
This function returns the state of the video in case of success, -1 otherwise. SEE ALSO
dtk_load_video_file(3), dtk_load_video_gst(3), dtk_load_video_test(3), dtk_load_video_udp(3), dtk_load_video_tcp(3), dtk_video_exec(3) EPFL
2011 DTK_VIDEO_GETSTATE(3)