搜索资源列表
matlab二值图像处理源码
- matlab实现腐蚀,膨胀,开、闭运算,提取边界操作和骨架化操作,计算图像中每个小颗粒的面积和周长等源码。
图像边界曲率
- 抽取图像边界,计算凸显曲率,主要对二维图像进行处理,提取图像特征
fast_distance_map_caculate
- 使用边缘跟踪,种子填充等算法提取图像边界,然后使用并行的方法来计算图像的距离图。-using edge tracking and seed filling algorithm to detect the edges of images, then use the parallel approach to the calculation of the distance between the image map.
boundary_code
- 对二值图像进行边界提取,生成8方向的边界链码,可以求出各个链码元素出现的频率-value of two images boundary extraction, production direction of the border eight chain code, can be obtained in various chain code elements, the frequency
ImageProTeXiao
- 能够实现单目标图像的边界跟踪,图像为位图文件(.bmp)文件,并把边界跟踪的动态效果展示了出来。-Able to realize the borders of a single target image tracking, image as a bitmap file (. Bmp) files, and to track the dynamic effects of the border showed up.
b
- 利用LABWINDOWS/CVI写的图像边界追踪,已经测试能用的.-Use LABWINDOWS/CVI to write the image border tracking, has been testing use of.
Graphic2
- C语言编写,图像处理二值化图像,并显示图像边界-C language, image processing, binary image, and display the image border
Graphic3
- C语言编写,图像处理实现腐蚀与膨胀效果,同时完成开、闭运算,并求出图像边界的链码。-C language, image processing to achieve the effect of corrosion and expansion, completed at the same time open and close operation, and obtained images of the chain code boundary
traceprogrames
- track1.m是二值图像边界跟踪的主程序,boundary_trace.m是二值图像边界跟踪的调用程序,完成图像的边界跟踪。 track2.m是灰度图像边界跟踪的主程序,boundary_trace2.m是灰度图像边界跟踪的调用程序。-track1.m is a binary image of the main border track, boundary_trace.m is a binary image border call
edge-c++
- 几个典型图像边界提取算法的C++实现源代码,有参考价值啊。-Several typical image edge extraction algorithm C++ Achieve source code, there is reference value ah.
VCcann
- 基于visual c++ 2008的图像边界扫描原码-Based on visual c++ 2008 boundary-scan images of the original code
bianjietiqu
- C++Builder环境下运行的图像边界提取程序,运行过可以使用,放心下载.-C++ Builder environment running under the image edge extraction procedure can be used to run-off, rest assured that download.
shiyan2
- 图像边界提取、图像边界增强、图像二值化、图像细化处理代码。实用、适用的可以下载-Image edge extraction, image enhancement border, image binarization, image thinning treatment code. Practical, applicable can download a try ...
ExtractedGrayScaleImageOfTheBorder
- 提取灰度图像边界 提取灰度图像边界 提取灰度图像边界 -Extracted gray-scale image edge extraction gray image gray-scale image edge extraction extraction extraction of gray image gray-scale image border border
vvvvv
- 图像在获取、传愉和存储过程中, 由于受多种原因如模糊、失真、噪声等的影响, 会造成图像质的下降。维纳滤波是一 种常见的图像复原方法, 该方法的思想是使复原的图像与原图像的均方误差最小原则来复原图像。但是该法其有一定的限 制性, 本文在分析维纳滤波复原图像的基础上, 针对维纳滤波复原过程中产生的振铃效应, 提出了基于维纳滤波图像复原的 改进算法。该葬法通过分析图像的边界条件, 来用对图像边界进行处理的方法, 将图像在边界处对称
edgeDetect
- 关于图像边界检测的程序,效果相当不错,希望对大家有帮助。-On image edge detection procedure, the effect is quite good, we want to help.
边界跟踪
- 利用matlab所写的程序对图像边界进行跟踪(Using the program written by MATLAB to track the image boundaries)
灰度图像显示
- 函数说明 : 显示函数为showGrayImg(),三个参数分别为,图像指针,图像宽度,以及图像高度。 显示图像中,首先调用 setBitMapInfo()函数设置图像的文件头,用于setDIBitsToDevice()函数的调用。 特别注意,后面的对于图像宽度为4的整数倍的调整,并将图像边界对齐,即图像每一行的存储大小都为4的整数倍。 到此,此函数便可以用于在程序
1.3 图像的边缘检测
- 识别图像边缘,检测图像边界,进行图像分析和处理(Image edge detection, image boundary detection, image analysis and processing)
matlab边界提取
- MATLAB图像边界提取,各种算子的比较(MATLAB image boundary extraction)