搜索资源列表
image
- 简单的图像处理:读取图像,灰度图像的边缘检测,二值图像的边界像素,模糊图像处理,帧图像,以及图像类型的转换
joinpic
- 图像分析(阈值分割,投影检测,差影检查等),图像的模糊,复原和噪声消除,图像编码(哈夫曼,香农,游程,LZW,jpeg)
基于小波变换和模糊算法的医学图像的边缘检测算法
- 边缘检测的一些不错的算法,包括很多算子的源代码。机会不容错过。-Edge Detection some good algorithms, including many Operator source. The opportunity should not be missed.
基于眼裂的人脸图像归一化.doc
- 针对人脸识别中图像前期处理的人脸图像归一化问题,用AdaBoost Cascade方法检测出人脸和眼裂,提出以两眼裂中心点连线为基准进行水平旋转和尺度的归一化矫正方法。与通常的利用两眼瞳距方法相比较,该方法更加快速准确,能处理多达20°的倾斜,对戴眼镜、图像模糊、俯视、仰视、斜视等情况的鲁棒性更好。 A novel approach was presented, using the line between the two center points of the palpebral fiss
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
image-processing
- 利用matlab实现图像处理里的实现图像边缘检测、图像分割、特征提取以及图像数字识别等任务。 对图像分别进行模糊、锐化、和直方图均衡化处理,画出处理结果。实现整幅图像的边缘检测,可以看出有肖像画或素描的效果,画出处理结果。-Matlab realize image edge detection in image processing, image segmentation, feature extraction and image numeral recognition task. Fuzz
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
Grayscale-Morpholog
- 传统高原鼠兔图像边缘检测方法存在对噪声敏感、大量边缘细节被过滤、检测的边缘不连续、模糊等问题。为此,将基于数学形 态学的边缘检测方法应用到高原鼠兔图像的边缘检测中。利用数学形态学的腐蚀和膨胀算法,构造适合高原鼠兔图像几何性质的结构元素, 对图像进行检测。实验结果表明,该方法具有较好的边缘检测效果-Traditional plateau pika image edge detection methods exist sensitive to noise, a lot of edge det
blur-detection
- 检测图像模糊的算法代码,具体说明详见readme(Fuzzy image detection algorithm code, specific instructions, see readme)
xiaobo
- 此程序用于进行图像的边缘检测,可以把较模糊的图像进行分割(used for region detection)