资源简介
这是我图像融合中用到的脉冲耦合神经网络(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
相关资源
- 基于MFC扩展CListCtrl子项显示图片并叠
- 编程实现二维DCT变换
- 图像二值化
- 用FFT对信号进行频谱分析
- Tone-Reservation
- QGA 量子遗传算法
- 差分形式的阻滞增长模型
- 遗传算法的M文件
- 简单二阶互联系统的非线性动力学分
- img写盘工具(roadkil‘s diskimage) v1.
- cximage的linux版本源码
- Cocos2d-x 3.x 头像选择器功能扩展Image
- 手写数字识别-模板匹配法
- Stock_Watson_动态因子分析模型
- 果蝇优化算法优化支持向量回归程序
- 自己做的一个简单GUI扑克纸牌识别-
- multi output SVR
- AR过程的线性建模过程与各种功率谱估
- PCNN TOOLBOX
- plstoolbox.zip
- 双立方插值实现
- 中国国家基础地理信息系统GIS数据
- 粒子群微电网优化调度
- 矩阵分析-经典教材-中文版-Roger.A.Ho
- 压缩感知TwIST
- 基于最小错误率的贝叶斯手写数字分
- 最全系统辨识源代码,包括多种最小
- 导弹制导实验
- 画跟踪精确度图的程序.zip
- 图像处理 分析与机器视觉 源码
评论
共有 条评论