2009年12月30日 星期三

12.30 GUI

Almost done with openCV.

Including play, pause, end, and timeline(jump to target frame)

Hyberlink is possible. Anything is easy to add into the UI.

12.29 User GUI Framework

小光光做出了GUI的架構
大致上有播放及暫停的功能
然後會再加一些功能

另外我用hw2的global color histogram
跑出來的結果根本全錯呀!!!

2009年12月29日 星期二

12.29 Tag with Character Name

今天小明把keyframe標上演員的名字了
因此我們的link series 前半小時的部分可以算是建好了

http://www.csie.ntu.edu.tw/~b95602040/tag.txt
http://www.csie.ntu.edu.tw/~b95602040/data.txt
http://www.csie.ntu.edu.tw/~b95602040/2012data.rar

我們data的部分處理到這邊就先告一段落

12.27 Tag with Keyframe Time in 30 min

http://www.csie.ntu.edu.tw/~b95105/MMAI/key_frame_30min.rar

週末花了好多時間才建好這些
偷偷灌個水
順便報一下進度

2009年12月25日 星期五

12.25 Merry Xmas for Project

今天我們討論了一下
先決定用一部影片
目前的進度如下:
1. 截出幾個片段之後拿來try
2. 然後把imdb上關於這部影片的劇照先標上角色的名字
3. 作好shot的分割
4. 把每個shot取出keyframe並標上tag

經過幾番嘗試之後發現問題還滿多的
像是如何取到適合剪接的影片格式(ex: avi檔 但size很大)
然後要怎麼把shot存成該有的jpg等等

週末預定進度
把該標的keyframe標好相關的資訊

最後是祝大家聖誕快樂

2009年12月15日 星期二

12.11 Project Meeting

和Winston討論了一下之後
我們的方向也大致確定了
implement的流程如下:

1. 先找一部影片來做實驗
2. 把所有相同的人物出現的frame用link list建立起來
(可能要利用範圍ex: 1'28''~2'35''是同一位)
3. 從IMDB crawl 影片演員的相關data下來
4. 能找出在 x'oo'' 的時候出現的link list 是哪一位
5. 再比對data裡的人物 找出他的名字及相關資料

*extension work
1. fancy GUI
2. automatically crawl data from IMDB when user pause the moive
3. automatically make the link list of the characters in the movie

以上我們都假設是在電影名稱是已知的情況下(ex: 檔名即電影名稱)