搜索资源列表
log算子边缘检测源码及文档说明
- LOG算子边缘检测源码及文档说明-LOG Operator edge detection and source documents note
基于小波模极大值的图像边缘检测源码
- 本源码来源于硕士生毕业设计的一部分,将小波模极大值引入图像边缘检测,比原有的小波图像边缘检测的速度和性能都有一定的提高,该程序对代码也进行了优化,经过测试,下载后在matlab环境下可直接使用。
shpl.rar
- 从摄像头或者AVI文件中得到视频流,对视频流进行边缘检测,并输出结果。,From camera or AVI file to be video streaming, video stream on the edge detection, and output results.
Picture
- 一个简单的图像处理,包括平移,旋转,镜像,灰度,锐华,平滑以及边缘检测-a simple demo of picture dealing
ant_colony_image_edge_detection
- 一种蚁群优化的边缘检测算法,可实现!用matlab编写-An ant colony optimization algorithm for edge detection can be realized! Prepared using matlab
linkedge
- 图像处理中用于边缘检测图像的边缘连接和边缘拟合的代码-link edge
ImageProcessingTest
- 能实现载入图像,然后对图像进行模糊、锐化、边缘检测等功能。-To achieve loading images, and then on the image blurred, sharpening, edge detection and other functions.
CVHomework1
- canny算法进行图像的边缘检测,自己写的程序,大家可以参考-canny algorithm for image edge detection, to write their own procedures, we can refer to
DigitalImageProcessing4
- 7.1 概述 7.2 边缘检测 7.3 边缘跟踪 4.1 概述 4.2 空域变换增强 4.3 空域滤波增强 4.4 频域增强 4.5 彩色增强 -7.2 Edge Detection 7.1 overview 7.3 Edge tracking 4.1 4.2 Enhanced 4.3 airspace airspace transform filter to enhance the frequency domain 4.4 Enhanced Color Enha
Snakes
- VC++编写,snake算法边缘检测源码-VC++ Prepared, snake algorithm for edge detection source
byjc
- 边缘检测和摄像机标定算法的研究:计算机立体视觉中,首先必须解决的是三维物点与二维像点的对应关系问题。因此, 摄像机标定是计算机视觉实现的前提和基本问题。 摄像机标定主要分为传统的标定算法和自标定算法。由于摄像机镜头存在着畸变, 对于要求精度定位的应用,需要进行畸变校正。传统的标定算法中各种算法存在着计算量大的不 足,本文将利用 T s a i 的两步标定法,考虑一阶径向畸变的摄像机标定算法,它与其它优化算法相比具有简单实用、 计算量小的特点。 实验结果表明,该方法可以达到较高的精度。-err
log
- 应用log算法进行图像的边缘检测,log算法是一种基于灰度值的二阶导数来进行边缘检测的,通过检测零点来进行边缘检测-Application log algorithm for image edge detection, log-based algorithm is a gray value of the second derivative for edge detection, by detecting zero for edge detection
model
- 图像的边缘检测MATLAB代码,对所获取的图像可以进行有效的边缘检测-Image Edge Detection MATLAB code of the acquired image can be an effective edge detection
compare_of_edge_detect_methods
- 讨论和比较了几种常用的边缘检测算子。梯度 算子计算简单 ,但精度不高 ,只能检测出图象大致的轮廓 ,而对于比较细的边缘可能会忽略。Prewitt 和Sobel算子比 Roberts 效果要好一些。LOG 滤波器和 Canny算子的检测效果优于梯度算子 ,能够检测出图象较细的边缘部分。不同的系统 ,针对不同的环境条件和要求 ,选择合适的算子来对图象进行边缘检测。-Discussion and comparison of several commonly used edge detection
canny
- 采用canny算法进行边缘检测,寻找输入图像的边缘,并且标志出来-canny algorithm edge detection,can find edge from image and draw it.
face
- 人脸定位实例,边缘提取,标记眼睛,标记嘴巴鼻子-Human Face Localization examples, edge detection, marking the eyes, mouth and nose tag
cannyfinal
- 边缘检测对于图像理解、目标检测、跟踪等问题非常重要,该代码实现了canny算子做边缘检测-Edge detection for image understanding, target detection, tracking a very important issue, the code implementation of the canny edge detection operator to do
edge
- 边缘检测,提取边缘,能够检测边缘,很好的把图像边缘找出来-edge detect
基于蚁群算法的图像边缘检测
- 基于蚁群算法的图像边缘识别程序,运行即可,附带图片(Image edge recognition program based on ant colony algorithm, just run, with pictures)