码迷,mamicode.com
首页 >  
搜索关键字:pcnn    ( 2个结果
PCNN Matlab显微图像处理
%------PulseCoupledNeuralNetwork-----------%------名称:脉冲耦合神经网络(PCNN)functionH=PCNN2(I)I=imread(‘BanLanGen.png‘);figure,imshow(I);title(‘原始图像‘);th=graythresh(I);I=im2bw(I,th);%H=Pcnn(I,30);%****************************************************..
分类:其他好文   时间:2015-04-21 14:53:32    阅读次数:251
matlab PCNN 显微图像处理
%------Pulse Coupled Neural Network-----------     %------名称:脉冲耦合神经网络(PCNN)     function H = PCNN2(I)  I = imread('BanLanGen.png');  figure,imshow(I); title('原始图像'); th = graythresh(I); I = im2...
分类:其他好文   时间:2015-04-21 13:03:40    阅读次数:177
2条  
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!