Al momento, stai seguendo questo contributo
- Vedrai gli aggiornamenti nel tuo feed del contenuto seguito
- Potresti ricevere delle email a seconda delle tue preferenze per le comunicazioni
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.
Cita come
Subramanyam Venkata (2026). Spatial Filtering Detection (https://it.mathworks.com/matlabcentral/fileexchange/54182-spatial-filtering-detection), MATLAB Central File Exchange. Recuperato .
Informazioni generali
- Versione 1.0.0.0 (1,36 MB)
Compatibilità della release di MATLAB
- Compatibile con qualsiasi release
Compatibilità della piattaforma
- Windows
- macOS
- Linux
| Versione | Pubblicato | Note della release | Action |
|---|---|---|---|
| 1.0.0.0 |
