搜索资源列表
P0701
- 腐蚀算法在边缘识别中的应用,具有较好的边缘识别能力。-edge corrosion identification algorithm in the application is on the brink of better recognition ability.
fushipengzhang
- 这是一个关于腐蚀,膨胀,细化算法的程序源代码-This is one of erosion, dilation, thinning algorithm source code
fingerprintrecoganitionVC++
- 基于VC++的指纹识别程序,内含四个文件,腐蚀运算源程序,轮廓跟踪源程序,轮廓提取源程序,膨胀运算源程序-VC-based fingerprint identification procedures, consisted of four documents, corrosion Operational source, contour tracking source, contour extraction source and inflating Operational source
MATLAB_COUNT_RICE
- 对MATLAB7.0中的示例RICE.PNG图象进行米粒自动记数,输出米粒个数.其中包括中值滤波和腐蚀算法.
matlabpaint
- 用matlab画出所需要的图形,并且用所画的图形互相进行腐蚀和膨胀操作
vc调用matlab
- 将一个m文件转成c /cpp文件并在VC中进行编译。这种方法有个烦人的地方,每次你都需要把matlab生成的一 大堆c和h文件考到vc中,比如我读入一副图片先做膨胀,再腐蚀,再进行小波变换,最后 显示。这样一个程序会生成大概150多个文件,每次都要拷贝这些文件很不方便。我试着用 了另外一种方法,可以简化这些工作。那就是不生成cpp文件交给VC去编译,而是直接在m atlab中生成一个dll交给VC去链接即可。这样无论matlab生成多少文件,都只需要拷贝三 个文件即可。 -m to a docu
腐蚀,膨胀,细化算法代码
- 腐蚀,膨胀,细化算法代码能够实现你想要的算法代码-corrosion, swelling, thinning algorithm code you want to achieve the algorithm code
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.
morph3
- 三维图像形态学函数的实现,三维腐蚀效果,matlab toolbox 中有二维实现,但迄今为止还没见到三维实现-graphic morph erode3
erosion_block
- 这是基于MATLAB的偏微分方程的腐蚀算子!-This is based on the partial differential equations MATLAB corrosion operator!
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
11
- MATLAB编程实现如何分解结构元素,以及腐蚀与膨胀运算,内含具体源程序,且已运行成功-MATLAB programming to breakdown structure elements, and corrosion and expansion of operations includes the specific source, and has been running successfully
mm
- 对图像形态学膨胀腐蚀运算,可以有效提取边缘。并有很强的抗噪能力。-Morphological dilation and erosion operations on images, you can effectively extract the edge. And have strong anti-noise ability.
基于matlab 数字图像处理
- 利用matlab 对图形进行腐蚀,膨胀,翻转,二值化等,对图形进行处理