Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

I have a copy move forged image, want to match extracted features and display the result on my image(i just have a single image)

조회 수: 1 (최근 30일)
I have a copy move forged image, have used detectMinEigenFeatures for corners and extracted feature descriptors using extractfeatures function and want to match them and display the result on my image(i just have a single image). Have used the Pdist function->linkage function->cluster function, but can't display on my image corners = detectMinEigenFeatures(HR); [features, valid_corners] = extractFeatures(HR, corners); D=pdist(double(features.Features)); DS=squareform(D); Z = Linkage(DS); T = cluster(Z,'maxclust',4); Plot on image???

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by