Not getting correct results for copy move forgery detection...
6 ビュー (過去 30 日間)
古いコメントを表示
I am working on copy-move forgery detection using feature vector using radix sort. 1. I have divided the image in overlapping blocks:) 2. the corners of each block is stored:) 3. feature vector for each block is found:) 4. these features are sorted using radix sort:) 5. the similar regions will give us same feature vectors too...so when sorted, similar feature vectors are brought together:) 6. the difference of the positions of every of every pair of adjacent feature vectors in the sorted list is computed:) 7. the accumulated number of each of the shift vectors is found:) now I am facing problem:( based on large accumulated number of shift vectors,how should I detect the corresponding matched blocks? how should I decide the threshold?
0 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Computer Vision with Simulink についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!