How to detect forgery in an image without original image
4 views (last 30 days)
Show older comments
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.
0 Comments
Accepted Answer
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
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
More Answers (0)
See Also
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!