搜索资源列表
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.
MATLAB_Grayscale-Dilation-Erosion
- MATLAB实现灰度图像的膨胀与腐蚀算法源代码-MATLAB_Grayscale-Dilation-Erosion.rar
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)
Gray_Scale_Morphological
- MATLAB数字图像的处理特效 两只猫的膨胀腐蚀-design a program for some specific effect of the 2 cats
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.
qq1
- 简单的matlab图像处理程序 以RGB颜色模型进行图像检测并包括颜色检测后腐蚀膨胀等滤波处理-Simple matlab image processing procedures to RGB color model testing and including color image after testing corrosion expansion filtering processing, etc
binary-dilate-and-erode
- 二值图像的膨胀与腐蚀函数matlab源代码-binary image dilate and erode
Morphological-Wavelet-matlab
- 形态小波Matlab编程,腐蚀膨胀开闭和闭开滤波器等。-Morphological Wavelet Matlab programming, corrosion expansion of the opening and closing and closing open filter.
基于matlab 数字图像处理
- 利用matlab 对图形进行腐蚀,膨胀,翻转,二值化等,对图形进行处理
文字识别MATLAB程序思路
- 简单的文字识别,用于图像文字处理的预处理包括二值化、膨胀腐蚀、分割算法等。(Simple text recognition, image processing for the text of the pretreatment, including two values, expansion corrosion, segmentation algorithm.)