资源简介
里面包含我用PCNN进行图像融合的程序,欢迎讨论.http://quxiaobo.go.8866.org
http://quxiaobo.blog.edu.cn
代码片段和文件信息
% 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 how to download PCNN toolbox.txt
文件 2404 2008-12-21 16:10 Normalized.m
文件 3078 2008-12-21 16:10 PCNN_large_arrange.m
文件 2408 2008-12-21 16:10 Readme.txt
文件 223986 2005-10-04 19:07 lena.png
文件 2039 2008-12-21 16:10 Demo_PCNN.m
----------- --------- ---------- ----- ----
234061 6
相关资源
- plstoolbox.zip
- 双立方插值实现
- 中国国家基础地理信息系统GIS数据
- 粒子群微电网优化调度
- 矩阵分析-经典教材-中文版-Roger.A.Ho
- 压缩感知TwIST
- 基于最小错误率的贝叶斯手写数字分
- 最全系统辨识源代码,包括多种最小
- 导弹制导实验
- 画跟踪精确度图的程序.zip
- 图像处理 分析与机器视觉 源码
- 重力场大地水准面及重力异常阶次误
- prtools5.2.3工具包
- 脉冲耦合神经网络工具箱PCNN-toolbox
- 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分量,通过判断以后
评论
共有 条评论