You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Employing Error Level Analysis (ELA) and Edge Detection techniques, this project aims to identify potential image forgery by analyzing discrepancies in error levels and abrupt intensity changes within images.
Create image manipulation techniques e.g. resizing to half , color conversion. And also providing the JPEG compression technique from the first step which is performing the DCT and the Zigzag and RLE(run length encoding) and the inverse for each one, all written in c++.