资源简介
saliency detection on light field-cvpr 2014 code
代码片段和文件信息
clear;
close all;
addpath(‘.\superpixel\‘);
addpath(‘.\LightfieldSaliency\‘);
%the dir of all focus image
Dir_image=‘data\imgs\‘;
%the dir of focus stack images and the output focusmaps
FocusStackDir.image=‘data\focus_imgs\‘;
FocusStackDir.result=‘result\focus_result\‘;
%uncommand the following tow lines when first running the code
% run(‘.\superpixel\SEGcode\edison_matlab_interface\compile_edison_wrapper.m‘)
% run(‘.\superpixel\SEGcode\matlabPyrTools\MEX\compilePyrTools.m‘)
%get image
image_list=dir([Dir_image ‘*‘ ‘jpg‘]);
for imNum=1:length(image_list)
imNum
im_dir=[Dir_image image_list(imNum).name];
img=imread(im_dir);
%image name without extention
im_name=image_list(imNum).name;
im_name=im_name(1:find(im_name==‘.‘)-1);
%get superpixel
sp=superpixel(‘result\sp\‘im_nameimg);
%light field saliency
saliencyMap=LihgtFieldSaliency(im_nameFocusStackDirsp);
%Save result
imwrite(saliencyMap[‘result\sal\‘ im_name ‘_LFS.png‘]);
end
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 68679 2014-04-14 19:48 Code_LightFieldSaliency\data\focus_imgs\10__refocus_00.jpg
文件 79053 2014-04-14 19:48 Code_LightFieldSaliency\data\focus_imgs\10__refocus_01.jpg
文件 81642 2014-04-14 19:48 Code_LightFieldSaliency\data\focus_imgs\10__refocus_02.jpg
文件 79755 2014-04-14 19:48 Code_LightFieldSaliency\data\focus_imgs\10__refocus_03.jpg
文件 75750 2014-04-14 19:48 Code_LightFieldSaliency\data\focus_imgs\10__refocus_04.jpg
文件 81157 2014-04-14 19:48 Code_LightFieldSaliency\data\focus_imgs\10__refocus_05.jpg
文件 84650 2014-04-14 19:48 Code_LightFieldSaliency\data\focus_imgs\10__refocus_06.jpg
文件 87594 2014-04-14 19:48 Code_LightFieldSaliency\data\focus_imgs\10__refocus_07.jpg
文件 81333 2014-04-14 19:48 Code_LightFieldSaliency\data\focus_imgs\10__refocus_08.jpg
文件 90064 2014-04-14 19:48 Code_LightFieldSaliency\data\focus_imgs\10__refocus_09.jpg
文件 77063 2014-04-14 19:48 Code_LightFieldSaliency\data\focus_imgs\10__refocus_10.jpg
文件 112662 2014-04-14 19:48 Code_LightFieldSaliency\data\focus_imgs\12__refocus_00.jpg
文件 119784 2014-04-14 19:48 Code_LightFieldSaliency\data\focus_imgs\12__refocus_01.jpg
文件 131975 2014-04-14 19:48 Code_LightFieldSaliency\data\focus_imgs\12__refocus_02.jpg
文件 106455 2014-04-14 19:48 Code_LightFieldSaliency\data\focus_imgs\12__refocus_03.jpg
文件 102838 2014-04-14 19:48 Code_LightFieldSaliency\data\focus_imgs\12__refocus_04.jpg
文件 102520 2014-04-14 19:48 Code_LightFieldSaliency\data\focus_imgs\12__refocus_05.jpg
文件 115496 2014-04-14 19:48 Code_LightFieldSaliency\data\focus_imgs\12__refocus_06.jpg
文件 117434 2014-04-14 19:48 Code_LightFieldSaliency\data\focus_imgs\12__refocus_07.jpg
文件 135004 2014-04-14 19:48 Code_LightFieldSaliency\data\focus_imgs\12__refocus_08.jpg
文件 131787 2014-04-14 19:48 Code_LightFieldSaliency\data\focus_imgs\12__refocus_09.jpg
文件 102288 2014-04-14 19:48 Code_LightFieldSaliency\data\focus_imgs\12__refocus_10.jpg
文件 133498 2014-04-14 19:48 Code_LightFieldSaliency\data\focus_imgs\14__refocus_00.jpg
文件 132887 2014-04-14 19:48 Code_LightFieldSaliency\data\focus_imgs\14__refocus_01.jpg
文件 152599 2014-04-14 19:48 Code_LightFieldSaliency\data\focus_imgs\14__refocus_02.jpg
文件 167067 2014-04-14 19:48 Code_LightFieldSaliency\data\focus_imgs\14__refocus_03.jpg
文件 156664 2014-04-14 19:48 Code_LightFieldSaliency\data\focus_imgs\14__refocus_04.jpg
文件 113547 2014-04-14 19:48 Code_LightFieldSaliency\data\focus_imgs\26__refocus_00.jpg
文件 136081 2014-04-14 19:48 Code_LightFieldSaliency\data\focus_imgs\26__refocus_01.jpg
文件 137392 2014-04-14 19:48 Code_LightFieldSaliency\data\focus_imgs\26__refocus_02.jpg
............此处省略577个文件信息
- 上一篇:基于最小二乘法的椭圆拟合程序
- 下一篇:机器学习正负样本集(车牌3000+)
相关资源
- PlistDecoder
- 运算放大器权威指南_第4版_[美卡特
- iOS SDK 12.2 (16E5181e) 真机调试包
- 3DS MAX 2014 SDK
- Bartender 3.0.33附 lisence code
- 广工2014计算机图形学考试试卷
- Hardware_IO_Tools_for_Xcode_7.3.dmg
- Bioinformatics with R Cookbook-Packt Publishin
- 修改代码的艺术(working effectively wi
- SMD-codes 贴片丝印大全 2014版
- Linux高性能服务器编程高清PDF+项目源
- Eclipse Code Recommenders 2.5.4
- Steema TeeChart Pro VCL FMX Source Code 2019.2
- Xcode 13.1.zip 真机包(低分分享).zip
- Xcode 13.1.zip 真机包(可用).zip
- Refactoring_Improving_the_Design_of_Existing_C
- Xcode 12.2 (16E227) 真机调试资源包
- Computer Vision with OpenCV 3 and Qt5 pdf + co
- iOS13.3 真机调试包
- TrapcodeParticularAE三维粒子插件v2.5官方
-
me
taprogramming Ruby 2(Pragmatic2014) - 卷积自编码去噪-tensorflow实现
- ERDAS IMAGINE 2014 Patches + Licenses
- SwiftInAction-Code-final.zip
- IEC TR 61375-2-7-2014.pdf
- funcode——坦克大战
- vc运行库2014完全版
- Code:The Hidden Language of Computer Hardwar
- GB-T25724-2017公共安全视频监控数字视音
- 兄弟连2014年新版Linux视频教程课件
评论
共有 条评论