• 大小: 224KB
    文件类型: .rar
    金币: 2
    下载: 0 次
    发布日期: 2024-01-27
  • 语言: 其他
  • 标签: pcnn  matlab  image  fusion  

资源简介

这是我图像融合中用到的脉冲耦合神经网络(PCNN)的工具箱,很好使!

资源截图

代码片段和文件信息

% Demo for PCNN in image processing
% ---------
% Author:  Qu Xiao-Bo        Aug.282008
%          Postal address:
% Rom 509 Scientific Research Building # 2Haiyun Campus Xiamen UniversityXiamenFujian P. R. China 361005
% Website: http://quxiaobo.go.8866.org
%=============================================================
% References:
% [1]Qu Xiao-Bo YAN Jing-Wen XIAO Hong-Zhi ZHU Zi-Qian. Image Fusion Algorithm based on Spatial Frequency-Motivated Pulse Coupled Neural Networks in Nonsubsampled Contourlet Transform Domain. Acta Automatica Sinica Vol.34 No.12 pp: 1508-1514.Dec.2008. 
% [2]Xiao-Bo QuJingwen Yan.Image Fusion Algorithm based on Features Motivated Multi-channel Pulse Coupled Neural Networks The 2nd International Conference on Bioinformatics and Biomedical Engineering-iCBBE2008,Shanghai China 16-18 May 2008 pp. 2103-2106
% [3]Xiaobo Qu Changwei Hu Jingwen Yan Image Fusion Algorithm based On Orientation Information Motivated Pulse Coupled Neural Networks The seventh World Congress on Intelligent Control and Automation-WCICA 2008,Chongqing China25-27 June 2008 pp.2437-2441
% [4]Xiaobo Qu Jingwen Yan Ziqian Zhu et al. Multi-focus image fusion algorithm based on regional firing characteristic of Pulse Coupled Neural Networks Conference Pre-proceedings of The Second International Conference on Bio-Inspired Computing: Theories and Applications pp:563-5652007
% [5]Yan Jingwen QU Xiaobo. Beyond Wavelets and Its Applications [M].Beijing: National Defense Industry Press June 2008.(In Chinese)
% (Check http://quxiaobo.go.8866.org http://quxiaobo.blog.edu.cn or http://naec.stu.edu.cn for these and 
% other related papers.)
%=============================================================
%%
clc;
clear all;
close all;
%%
im=imread(‘lena.png‘);
im=double(im);
%%
link_arrange=5;
iteration_times=20;
%%
firing_times=PCNN_large_arrange(imlink_arrangeiteration_times);
%%
figureimshow(im[])
figureimshow(firing_times[])

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        146  2008-12-21 15:04  PCNN_toolbox\how to download PCNN toolbox.txt

     文件       2404  2008-12-21 16:10  PCNN_toolbox\Normalized.m

     文件       3078  2008-12-21 16:10  PCNN_toolbox\PCNN_large_arrange.m

     文件       2408  2008-12-21 16:10  PCNN_toolbox\Readme.txt

     文件     223986  2005-10-04 19:07  PCNN_toolbox\lena.png

     文件       2039  2008-12-21 16:10  PCNN_toolbox\Demo_PCNN.m

     目录          0  2009-10-21 19:56  PCNN_toolbox

----------- ---------  ---------- -----  ----

               234061                    7


评论

共有 条评论