FingerPrint
- Biometrics Research Homepage at MSU
- FingerPrint Identification
- Filtering Large Fingerprint Database for Latent Matching. Jianjiang Feng and Anil K. Jain Dec. 2008
- fingerprint classification minutiae pattern matching , NTHU Repository. 433108.pdf
- 具車牌辨識功能之四通道即時數位監視系統之研製 [電機工程] 博碩士論文 393408.pdf
- Nearest Image Matching Technique
- 空間投影.
- 動態時間偏移.
- 未使用複雜的特徵向量.
- SIMILARITY-BASED SUBSEQUENCE SEARCH IN IMAGE SEQUENCE DATABASES
- Fast Similarity Search and Clustering of Video Sequences on the World-Wide-Web
- 這篇看來有必要深入瞭解.
- EFFICIENT VIDEO SIMILARITY MEASUREMENT AND SEARCH, Department of Electrical Engineering and Computer Sciences University of California Berkeley, CA 94720{cheungsc, avz}@eecs.berkeley.edu ICIP 2000
- ABSTRACT
We consider the use of meta-data and/or video-domain methods to detect similar videos on the web. Meta-data is extracted from the textual and hyperlink information associated with each video clip. In video domain, we apply an efficient similarity detection algorithm called video signature. The idea is to form a signature for each clip by selecting a small number of its frames that are most similar to a set of random seed images. - We then apply a statistical pruning algorithm to allow fast detection on very large databases. Using a small ground-truth set, we achieve 90% recall and 95% precision using only 8% of the total number of operations required without pruning.
- For a database of around 46,000 video clips crawled from the web, video signature technique significantly outperforms meta-data in precision and recall. We show that even better performance can be achieved by combining them together. Based on our measurements, each video clip in our database has, on average, 1.53 similar copies.
- A fast shot matching strategy for detecting duplicate sequences in a television stream ACM International Conference Proceeding Series; Vol. 16
要從學校圖書館進去抓. - ABSTRACT
This article presents a method for detecting duplicate sequences in a continuous television stream. This is of interest to many applications, including commercials monitoring and video indexing. Repetitions can also be used as a way of structuring television streams by detecting inter-program breaks as a set of duplicate sequences. In this context, we present a shot-based method for detecting repeated sequences efficiently. Experiments show that this fast shot matching strategy allows us to retrieve duplicated shots between a 1 hour long query and a 24 hours database in only 10 ms.
- Searching for repeated video sequences
- ABSTRACT
In this paper, we propose a new method to search different instances of a video sequence inside a long video and/or video collection. The proposed method is robust to view point and illumination changes which may occur since the sequences are captured in different times with different cameras, and to the differences in the order and the number of frames in the sequences which may occur due to editing. The algorithm does not require any query to be given for searching, and finds all repeating video sequences inside a long video in a fully automatic way. First, the frames in a video are ranked according to their similarity on the distribution of salient points and colour values. Then, a tree based approach is used to seek for the repetitions of a video sequence if there is any. Results are provided on a full length feature movie, Run Lola Run and on commercials of TRECVID 2004 news video corpus.
- Data Clustering and Plate Reconition. Jyh-Shing Roger Jang(張智星)Associate Professor CS Dept., Tsing Hua University, Taiwan
- Ertem Tuncel, H.F., Kenneth Rose, VQ-Index:An Index Structure for Similarity Searching in Multimedia Databases. in ACM Multimedia, ( 2002 ).
- 這篇著重VQ 演算,VQ為類似DCT之演算,為軸坐標轉換,轉換後再做Quantization,由於VQ data partation 並非四方型,其演算複雜度不亞於DCT.
- 用到一些 : k-nearest-neighbor (k-NN) query.
- 大部份比對都區分五類 "Arch"、”Left Loop”、”Right Loop”、”Whorl”和”Others.
- 基本程序:
- 強化、濾波(含constrast、Intensity processing).
- histogram.
- Smoothing、Thinning.
- 分類 ( 上述五類 ),再根據類別不同,分別判斷.
- Blocking split.
- Ridge
- 指紋跟車牌是應用類似的原理,都事先分類,讀取影像後,將其歸類後再施以固定演算求得:
- 車牌:
- 取出車牌該區影像.
- 跟據 1- 9、A-Z ,每個字的不同特徵( 區塊內空白區),去判讀
- 指紋:
- 過濾雜訊後,分離出純指紋.
- 將指紋分類( 一般都是5類 ) .
- 根據不同類型,判讀方式不同,各有簡易.
- 比對電視或電影影像並無特定特徵值可 Fix 演算設計.
- Dynamic Time Warping.
No comments:
Post a Comment