搜索资源列表
vc调用matlab
- 将一个m文件转成c /cpp文件并在VC中进行编译。这种方法有个烦人的地方,每次你都需要把matlab生成的一 大堆c和h文件考到vc中,比如我读入一副图片先做膨胀,再腐蚀,再进行小波变换,最后 显示。这样一个程序会生成大概150多个文件,每次都要拷贝这些文件很不方便。我试着用 了另外一种方法,可以简化这些工作。那就是不生成cpp文件交给VC去编译,而是直接在m atlab中生成一个dll交给VC去链接即可。这样无论matlab生成多少文件,都只需要拷贝三 个文件即可。 -m to a docu
grayscaleops.zip
- 灰度膨胀和腐蚀,matlab源程序,在matlab本身函数的基础上进行改进,Gray-scale expansion and corrosion, matlab source, in the matlab function itself on the basis of improved
Edge_linking_line_segment_fitt
- matlab示例程序,可以边缘检测、腐蚀、膨胀等基本操作,另外还可以对检测得到的边缘进行连接操作。,matlab example of the procedure, you can edge detection, corrosion, expansion of the basic operation of detection can also be operated to connect the edge.
erosion_block
- 这是基于MATLAB的偏微分方程的腐蚀算子!-This is based on the partial differential equations MATLAB corrosion operator!
DNE
- 数字图像处理,Matlab 6.5实现图像的腐蚀与膨胀。带有说明、例图与效果图。-Digital image processing, Matlab 6.5 implementation of the corrosion and expansion of the image. With that case diagram and effect diagram.
my
- 用Matlab对一副图像进行图像的腐蚀膨胀处理。处理的效果满意。-A pair of images using Matlab for image expansion of the corrosion treatment. Satisfied with the treatment effect.
5
- MATLAB实现图像的腐蚀膨胀,不是直接用语句的那种,而是根据腐蚀膨胀的算法编制的.-MATLAB Image corrosion expansion, not the kind of statement directly, but by the expansion of corrosion of the algorithm.
filter
- 对图片进行中值滤波,膨胀,腐蚀,二值化处理(matlab)-Median filter on the pictures, expansion, corrosion, binary processing (matlab)
matlab_image_cancer
- 癌细胞的识别,实现阈值分割,细胞核分割,膨胀与腐蚀,形态学分类识别-Identification of cancer cells to achieve threshold segmentation, nuclear division, expansion and corrosion, morphological classification
11
- MATLAB编程实现如何分解结构元素,以及腐蚀与膨胀运算,内含具体源程序,且已运行成功-MATLAB programming to breakdown structure elements, and corrosion and expansion of operations includes the specific source, and has been running successfully
aviface
- 这个程序是对一段avi视频进行人脸检测,要求背景比较简单,因为把膨胀腐蚀的部分去掉了,所以实时性还不错-This program is a avi video, face detection, requires relatively simple background, as part of the expansion of corrosion removed, so real time is not bad
yy
- matlab数学形态学处理里面,一维信号的膨胀腐蚀等没有现成的公式,编程为解决一维信号的处理问题。-inside matlab mathematical morphology, the expansion of one-dimensional signal no ready formula for corrosion, programming to address the problem of one-dimensional signal processing.
matlab-Instruction-List
- 介绍matlab的腐蚀,膨胀,开运算,闭运算,细化,去噪等的指令,对于初学者非常有用。-Introduction matlab corrosion, expansion, opening operation and closing operation, refinement, noise and other instructions, very useful for beginners.
matlab-chepia-tiju
- 基于matlab的车牌的提取,包括车牌灰度处理,边缘检测,腐蚀,车牌定位及提取-Matlab license plate extraction, including the license plate gray processing, edge detection, corrosion, license plate location and extraction
Morphological-Wavelet-matlab
- 形态小波Matlab编程,腐蚀膨胀开闭和闭开滤波器等。-Morphological Wavelet Matlab programming, corrosion expansion of the opening and closing and closing open filter.
MATLAB-second
- 非常有用的医学图像处理的常见算法,包括阈值法、膨胀、腐蚀等代码(下)-Very useful common algorithm for medical image processing, including threshold, expansion, corrosion code (below)
regiongrowing
- 医学图像处理的区域再生长技术,包括膨胀,腐蚀,开运算,闭运算(The regional regrowth of medical image processing includes expansion, corrosion, open operation, closed operation,usually used in medical image processing)
文字识别MATLAB程序思路
- 简单的文字识别,用于图像文字处理的预处理包括二值化、膨胀腐蚀、分割算法等。(Simple text recognition, image processing for the text of the pretreatment, including two values, expansion corrosion, segmentation algorithm.)
图像的形态学操作
- 可实现对图像的膨胀、腐蚀、开运算、关运算、骨架提取、边缘检测、top-hat滤波、增强、填充等形态学操作。(The morphological operations such as expansion, corrosion, opening operation, closing operation, skeleton extraction, edge detection, top-hat filtering, enhancement and filling can be realized.)
代码
- 形态学基本运算,如腐蚀、膨胀、形态学梯度图像计算等(Morphological basic operations, such as corrosion, expansion, morphological gradient image calculation, etc.)