Spatial Filtering Detection

This is the code for the ICIP 2015 paper titled SPATIAL DOMAIN FILTERING DETECTION.
248 Downloads
Updated Thu, 26 Nov 2015 09:55:11 +0000

View License

The algorithm performs denoising using HMRF model. The compression noise is then used to determine if the given image is filtered or not.
Image = imread('ucid00001.tif');
imwrite(Image,'jff.jpg','Quality',70);
JpgImage = imread('jff.jpg');
[denoisedimage,noise]=noise_finalone(JpgImage,70,1,10);
Finalfeat = extract_TPM(noise,'truncate',15)
Finalfeat can be used to train and test. The images can be obtained from UCID database.
Submission contains a Readme file for the usage.

Cite As

Subramanyam Venkata (2024). Spatial Filtering Detection (https://www.mathworks.com/matlabcentral/fileexchange/54182-spatial-filtering-detection), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2013b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Denoising and Compression in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0