is reconstruction possible from tampered image ?
1 次查看(过去 30 天)
显示 更早的评论
hi friends! is any possibility to reconstruct the image from tampered image. i have done the detection of tampered images and display process of tampered regions. i want to separate the tampered portion from the original image. is it possible? if yes means, how to do that?. pls give a suggestion.
0 个评论
采纳的回答
Chibuzo Nnonyelu
2013-3-1
MATLAB imports images as a 3-dimensional array. Depending on image coding though. You can either replace the tampered portions with zeroes to make it black or you create a new variable and reduce the dimension of the image array to cut out the tampered area. But this will be difficult if the tampered areas are disperse all over the image. I hope this answers your question.
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!