搜索资源列表
image
- 简单的图像处理:读取图像,灰度图像的边缘检测,二值图像的边界像素,模糊图像处理,帧图像,以及图像类型的转换
joinpic
- 图像分析(阈值分割,投影检测,差影检查等),图像的模糊,复原和噪声消除,图像编码(哈夫曼,香农,游程,LZW,jpeg)
基于小波变换和模糊算法的医学图像的边缘检测算法
- 边缘检测的一些不错的算法,包括很多算子的源代码。机会不容错过。-Edge Detection some good algorithms, including many Operator source. The opportunity should not be missed.
matlab.rar
- 模糊聚类的图像分割,用matlab语言编写实现模糊聚类的图象分割。,Fuzzy clustering image segmentation, matlab language used to achieve fuzzy clustering image segmentation.
byjc
- 对于一些图像来说,常用的边缘检测算法有时候无法设立合适的阈值将它们的梯度较小的模糊边缘检测出来。为了解决这个问题,有两种解决方法:将图像方差标准化,拉大模糊边缘的梯度值,或通过设置sigmoid函数,将像素所在区域的信息传递到梯度值中去,对其进行调整,就能找到合适阈值,有效地将模糊边缘提取出来。本程序把这两种算法实现并与与传统算法进行了比较。-For some images, the commonly used edge detection algorithm sometimes can not
fuzzyedge
- 此程序实现了模糊增强实现图像的边缘检测,利用模糊方法结合边缘检测实现边缘点的提取。-Realize this procedure to enhance implementation of fuzzy image edge detection, the use of fuzzy edge detection methods achieve the extraction of edge points.
fuzzyedge
- 该软件为本人自己开发的模糊集图像边缘检测,同时还有sobel、prewitt、robert、算子,很好用-The software developed for my own fuzzy image edge detection, as well sobel, prewitt, robert, operator, well used
com
- 图像处理算法,实现多种对于灰度/二值图像的基本算法,包括灰度直方图,均衡化,门限处理,模糊,锐化,腐蚀,膨胀,掩模过滤,频域转换,边缘检测,梯度检测,二值化等等.实现的方法较多,且均经过一定的优化,效率不错.-Image processing algorithms to achieve a variety of for the gray/binary image of the basic algorithm, including the gray histogram, equalization,
Fuzzy-clustering-change-detection
- 基于模糊聚类的遥感图像变化检测算法,英文文献,里面弄有详细设计-Remote sensing images based on fuzzy clustering of change detection algorithms, English literature, which get a detailed design
canny
- 用canny算法实现图像的边缘检测,其中使用5*5的高斯模糊,和3*3的sobel算子-Canny Edge Detector
canny
- 在数字图像处理中的 canny算法适用于模糊图像的 边缘检测-Digital image processing
FuzzConn
- 图像模糊度函数,用于图像的模糊度检测和学习以及研发-Image ambiguity function for detection and learning of the ambiguity of the image, as well as research and development ...
edge
- 本算法可以用模糊集合的方法实现图像的边缘检测,经实验,该算法能够检测图像的细节信息-The algorithm can be used fuzzy set method of image edge detection, the experiment, the algorithm is able to detect the image details
fuzzyedge
- 此程序实现了模糊增强实现图像的边缘检测,利用模糊方法结合边缘检测实现边缘点的提取。-Realize this procedure to enhance implementation of fuzzy image edge detection, the use of fuzzy edge detection methods achieve the extraction of edge points.
123
- 实现图像的边缘检测以及图像复原和运动模糊。解决直方图均衡化问题-Achieve image edge detection and image restoration and motion blur. Histogram equalization problem solving
SGM
- 用于解决视频质量诊断系统中的模糊检测模块,使用的是图像的梯度模特征,获取先验值后,检测效果还不错-Video quality diagnostic systems used to solve in the blur detection module, using a gradient mode feature of the image, after obtaining a priori value detection results were good
SVD
- 用于解决视频质量诊断系统里的模糊检测模块,使用的是图像的奇异值特征,获取先验值后检测效果还不错-Video quality diagnostic systems used to solve in the blur detection module, using singular value feature of the image, after obtaining a priori value detection results were good
fuzzy-edge-detect
- 使用模糊增强的方法实现了图像的边缘检测功能-Fuzzy image enhancement methods to achieve the edge detection function
blur-detection
- 检测图像模糊的算法代码,具体说明详见readme(Fuzzy image detection algorithm code, specific instructions, see readme)
xiaobo
- 此程序用于进行图像的边缘检测,可以把较模糊的图像进行分割(used for region detection)