How to detect forgery in an image without original image

4 views (last 30 days)
I wanted a method to detect both copy move and image splicing forgery in an image. How to detect if original image is not available with us.

Accepted Answer

OCDER
OCDER on 20 Aug 2018
Are you asking for image forensic analysis tools? I'm not aware of any built-in Matlab tool for this purpose, so you'll have to code this yourself or rely on other published algorithms like this one:
Here are some interesting articles to get you started with image forensics.
  4 Comments
Subham Tulshan
Subham Tulshan on 21 Mar 2019
I think this can be done by using CNN(Deep Learning).
and also it is possible if you have the hash of the original image
R MH
R MH on 21 Mar 2019
Thank you so much sir for your suggestions. If possible can you please send me code reference links.

Sign in to comment.

More Answers (0)

Categories

Find more on Denoising and Compression in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!