资源简介
这是我图像融合中用到的脉冲耦合神经网络(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
相关资源
- SVM算法-回归拟合程序.zip
- Image2Lcd+汉字取模,TFT助手
- Kriging代理模型EGO算法.zip
- PNG图片转Delphi中Image.Picture.data代码-工
- CImage 强大的图像处理类库
- 微软内部镜像封装工具:CDIMAGE 2.54 (版
- Modeling of rapeseed at maturity stage using 3
- Matalb实现停车场完整系统
- 总体经验模态分解
- 在一张图上画多个跟踪框.zip
- 大量的有限元法求解偏微分方程的程
- 电力系统稳态潮流计算程序PQ和NR法
- 夜间车牌识别
- ImageWatch2019.vsix
- Image Resizer
- emd分解成多个imf分量,通过判断以后
- 心电信号的处理与自动诊断-心电信号
- 交流这是关于微电网中下垂控制的仿
- DTW语音识别算法
- 2020年美赛ABCDEF赛题特等奖论文合辑,
- 多尺度hessian滤波器图像增强
- 脉振高频注入法.zip
- 关于BPSK、QPSK、MSK、QAM的调制与解调
- 光伏并网.zip
- bellhop水声信道仿真工具箱及说明书
- OFDM系统的时间同步算法研究及仿真
- 自动控制原理实验报告.docx
- BMS策略 仿真
- UBM-GMM用于声纹识别
- 答题卡识别
评论
共有 条评论