基于相机镜头的源相机识别我要分享

Source camera recognition based on camera lens

关注次数: 289

下载次数: 0

文件大小: 16.78 MB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:% DSLR Camera Sensor Dust Template Program for DSLR source % camera identification Problem%% A. Emir Dirik, 2008, emir@isis.poly.edu% % Paper: A. E. Dirik, H. T. Sencar, and N. Memon, % Digital Single Lens Reflex Camera Identification From Traces of % Sensor Dust, IEEE Trans. on Information Forensics % and Security, Sept., 2008.%% url : http://isis.poly.edu/~forensics/pubs/tifs08.pdf%% Problem: % Given an image, is it taken with DSLR camera A ?%% Method : % 1. Dust Template Generation%    Determine camera sensor dust positions save them into a file%    (DUSTMAP.mat)%% 2. Decision  %    Given an image, estimate likely dust spot positions and compare them%    with dust spots in dust template file (DUSTMAP.mat)%% Code:%   This code generates sensor dust template


English Description:

% DSLR Camera Sensor Dust Template Program for DSLR source % camera identification Problem%% A. Emir Dirik, 2008, emir@isis.poly.edu% % Paper: A. E. Dirik, H. T. Sencar, and N. Memon, % Digital Single Lens Reflex Camera Identification From Traces of % Sensor Dust, IEEE Trans. on Information Forensics % and Security, Sept., 2008.%% url : http://isis.poly.edu/~forensics/pubs/tifs08.pdf%% Problem: % Given an image, is it taken with DSLR camera A ?%% Method : % 1. Dust Template Generation%    Determine camera sensor dust positions save them into a file%    ( DUSTMAP.mat )%% 2. Decision  %    Given an image, estimate likely dust spot positions and compare them%    with dust spots in dust template file ( DUSTMAP.mat )%% Code:%   This code generates sensor dust template


代码预览

相关推荐