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 日間)
ritu agarwal
ritu agarwal 2018 年 5 月 5 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
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