-
readpch
读pch文件的小程序,专门读取DMIG格式的矩阵(Reading the small pch file procedures, specifically to read matrix format DMIG)
- 2009-04-10 12:42:24下载
- 积分:1
-
SVG
SVG静止无功补偿的模型,运用瞬时无功电流控制方法进行补偿(SVG static var compensation model, the use of instantaneous reactive current control method to compensate)
- 2021-04-14 19:28:55下载
- 积分:1
-
MATLAB-concise
matlab是一门简单易学的重要工具,一个简明的例程可以事半功倍。(matlab is an easy to learn an important tool for a concise routines can do more with less.)
- 2013-03-15 13:01:12下载
- 积分:1
-
music_matlab
用matlab实现多重信号合成(Music)算法(Synthesis of multiple signals to achieve with matlab (Music) algorithm)
- 2010-06-21 08:23:55下载
- 积分:1
-
triangle
make a simple triangle with matlab
- 2015-04-08 10:21:25下载
- 积分:1
-
1
matlab使用垂直Sobel算子,自动选择阈值
[VSFAT Threshold]=edge(f, sobel , vertical )
边缘探测
figure,imshow(f),title( 原始图像 ),
显示原始图像
figure,imshow(VSFAT),title( 垂直图像边缘检测 )
显示边缘探测图像
使用水平和垂直Sobel算子,自动选择阈值
SFST=edge(f, sobel ,2)
figure,imshow(SFST),title( 水平和垂直图像边缘检测 )
显示边缘探测图像
使用指定45度角
Sobel算子滤波器,指定阈值
s45=[-2 -1 0 -1 0 1 0 1 2]
SFST45=imfilter(f,s45, replicate )
SFST45=SFST45>=2
figure,imshow(SFST45),title( 45度角图像边缘检测 )
显示边缘探测图像
(matlab I=rgb2gray(I0)
J0=double(I) [VSFAT Threshold]=edge(f, sobel , vertical ) figure,imshow(f),title figure,imshow(VSFAT),title)
- 2013-12-18 15:42:14下载
- 积分:1
-
work
作业调度代码,求解交货期期的问题,经过调试,可以用的(Scheduling problem and solving the delivery period code, after commissioning, can use)
- 2010-09-10 16:12:36下载
- 积分:1
-
XOR3
BP用於3D XOR問題的分類, matlab程式(BP for 3D XOR)
- 2009-11-14 13:46:23下载
- 积分:1
-
MATLABPID
MATLAB控制程序_PID控制主要是先进PID控制方法的说明以及结给有CMAC 等神经网络与PID控制的复合控制算法(MATLAB PID control)
- 2009-05-26 21:08:48下载
- 积分:1
-
Matlab-VC_DICOM
说明: DICOM是各种数字化影像设备的图像格式和数据传输标准。许多医学图像都采用了DICOM标准。DICOM医学图像的编
码和显示是医学图像研究的基础。该文介绍了DICOM的相关概念和医学图像的组织结构。列出了数据集进行编解码的算法并用
Matlab和VC++编程实现DICOM医学图像的信息读取和显示。(Abstract:Dicom(Digital Imaging and Communications in Medicine)is the international standard of medical images archiving and com-
munication.It is built by NEMA and ACR..It prescribes the uniform exchange format in Picture Archiving and Communication Systems.It
provides the interface standard and communication protocol for different medical imaging equipments and their users.The displaying of Di-
com medical image and encoding is the basis of medical image technology study.In this paper,the organization structure of Dcm file and
displaying method of Dicom medical image is introduced.And describe the realization process of information read.The displaying is real-
ized by Matlab and VC++programming.)
- 2011-03-04 18:09:45下载
- 积分:1