搜索资源列表
灰度图像边缘检测的函数
- 灰度图像边缘检测的函数-gray image edge detection function
sobelbianyuanjiance
- 用于边缘检测的源代码,是用sobel算子的,用的是java的开发环境.-for edge detection of source code, segmentation is the operator, with the java development environment.
VIDEOPrewittmethod
- vid_edge.mdl 在视频序列的运动检测中使用Prewitt边缘检测算子检测-vid_edge.mdl in video motion detection sequence of the use of Prewitt Edge Detection Operator Detection
erwrw
- 基于Canny边缘检测的车牌字符分割方法,方法简单明了,实验效果不错-Canny edge detection based on the license plate characters segmentation method, the method is simple to understand, experiment results good
CAScourse2005PrinetEdge
- 中科院模式识别实验室 图像的边缘检测课件,讲的比较好!-CAS image pattern recognition to the brink of laboratory testing courseware, stresses the better!
circledetection
- 基于存在概率图的圆检测方法.提出了一种基于存在概率图的圆检测方法, 将图像边缘点共圆结构信息变换为圆存在概率图中的峰, 再通过峰值检测确定圆的参数。该方法能有效地检出边缘不清晰、不完整的圆形轮廓, 具有占用内存少, 阈值物理意义明确的特 点, 较好地解决了标准 HT 圆检测方法中占用内存空间大, 计算效率低的问题。实验结果表明圆存在概率图具有较强的稳定性和分辨能力.
non-separablewavelets
- 关于如何使用不可分小波对于图象的边缘检测
VC编程实现数字图像的边缘检测
- VC编程实现数字图像的边缘检测-VC Programming Digital Image Edge Detection
java_image_process
- java处理数字图像,包括镜像、中值滤波、线形灰度变化、图像平滑、图像模糊、图像还原、锐化、量化、二值化图像、边缘检测等-java digital image processing, including image, median filtering, linear gray-scale changes, image smoothing, image blurring, image reduction, sharpening, to quantify the binary image, edge
nyartoolkit
- 一个增强现实的AS3工具包,日本人开发,含目标定位,边缘检测,三维注册等功能。-An Augmented Reality Toolkit AS3
CannyEdge
- canny边缘检测的算法的JAVA实现.step1:用高斯滤波器平滑图象;step2:计算梯度的幅值和方向;step3:对梯度幅值进行非极大值抑制;step4:用双阈值算法检测和连接边缘 -canny edge detection algorithm to achieve the JAVA.
ToolSpilt
- java实现 图片实现加强,模糊,平滑,边缘检测,灰度图-java implementation to achieve enhanced picture, fuzzy, smooth, edge detection, grayscale
ImageUtil
- java图片处理,改变大小,锐化,边缘检测-java image processing, resizing, sharpening, edge detection
TestOfCanny
- 使用java语言编写卡逆算法,实现图形边缘检测。-Canny edge detection by java
bytq
- 数字图像处理边缘检测,三种算子,带界面。-Digital image processing edge detection, all three operators, with the interface.
MainActivity1
- 安卓下图像处理,灰度化,二值化,直方图均衡化,边缘检测等。-Image processing, binarization, edge detection and so on
The-license-plate-recognition
- 该源码能够对采集的图像实现灰度化、拉格朗日算子边缘检测、图像增强、二值化等功能,其次能够对车牌图像进行初步定位和精确定位,最后再对车牌图像进行分割识别-The source to image acquisition to achieve gray, Lagrange operator edge detection, image enhancement, the value of the two functions, then to perform initial positioning and
ImageProcessor
- 基础数字图像处理算法代码,包括二值化,边缘检测,亮度提升等-The basal digital image processing java code
TXBYJCJAVADM
- 图像边缘检测,使用Roberts算子对图像进行处理,获取边缘纤细且清晰的图像边缘。