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!