搜索资源列表
Distortion Correction
- VC+opencv 实现建筑物梯形畸变校正 radon变换 sobel边缘检测 直方图均衡图像增强 radon直线检测 仿射变换等算法-VC+ opencv trapezoidal distortion correction to achieve the building radon transform sobel edge detection image enhancement histogram equalization radon affine transform line detecti
Desktop
- 能够进行图像的边缘检测,采用canny算法,opencv代码只有短短几行,简单实用-Capable of image edge detection using canny algorithm, opencv code for only a few lines, simple and practical
canny
- 本代码提高了图像处理中最经典的canny边缘检测算法-This code improves the image processing of the most classic canny edge detection algorithm
opencvcanny
- 基于OpenCV的边缘检测算法在仪表识别中的应用与改进-OpenCV' s edge detection algorithm based on the instrument recognition and improvement
ds
- Opencv图像处理,Canny边缘检测算法 -Opencv image processing, Canny edge detection algorithm
bianyuan
- 基于vc++6.0开发环境,用OpenCv编程,实现多种算子的边缘检测算法!-Development environment based on vc++6.0 with OpenCv programming, a variety of operator edge detection algorithm!
Canny
- 开发环境VC++6.0,这是一个用OpenCV做的canny边缘检测算法-Development environment VC++6.0, this is one to do with OpenCV canny edge detection algorithm
OpencvDemo01
- 基于opencv实现的边缘检测算法,及其算法扩展,使用opencv2.3.1,vs2008环境-Edge detection algorithm based on opencv achieve its algorithm extended 。 use opencv2.3.1, vs2008 environment
blobtrack
- opencv图像边缘检测算法 内有注释 方便学习opencv的同学-failed to translate
contour
- OpenCV实现的边缘检测算法, 主要运用OpenCV里的函数实现, 实验效果良好-OpenCV implementation of the edge detection algorithm, the main use of OpenCV functions to achieve the experimental results is good
canny
- Canny 的目标是找到一个最优的边缘检测算法 opencv中的边缘检测 用c++来实现-Canny goal is to find an optimal edge detection algorithm of edge detection opencv to achieve c++
detection_nose-master
- 模式识别算法电子鼻电子鼻的种类神奇的电子鼻边缘检测算法电子鼻应用别的种类的电子鼻人脸检测算法图像边缘检测算法-Kind of pattern recognition algorithms magical electronic nose electronic nose electronic nose electronic nose edge detection algorithm applied other types of electronic nose face detection algor
ptr14315findcontour
- 边缘检测算法,基于sobel算子,opencv实现,基础算法。-Edge detection algorithm, sobel operator based, opencv achieve basic algorithm.
Edge-Detection
- opencv实现基于Sobel算子、Canny算子和Laplace算子的图像边缘检测算法。 开发环境:vs2010+opencv。-opencv-based Sobel operator, Canny operator and Laplace operator image edge detection algorithm. Development environment: vs2010+ opencv.
opencv
- 图像预处理 边缘检测算法 经典的三种算法 -roberts sobel prewitt
Canny
- Canny边缘检测算法: 用高斯滤波器平滑图像; 用一阶偏导的有限差分计算梯度的幅值和方向; 对梯度幅值进行非极大值抑制; 用双阈值算法检测和连接边缘。 -canny contour extraction algorithm
OpenCV-camera-video-capture-sample
- 旧版OpenCV总是打不开现在的电脑摄像头,因此,查阅Opencv3.0文档后,发现其中部分类做了改进,程序为通过OpenCV3.0版本中的VideoCapture类打开电脑自带摄像头,用Mat类读取每帧图像,并利用边缘检测算法对视频边缘检测输出。-Older always OpenCV computer camera not open now, so consult Opencv3.0 document, found part of the class has been improved th
Edge_Detection
- 多种边缘检测算法 可以进行对比选择,方便提取更好的边缘特征-A variety of edge detection algorithm can be compared to choose, easy to extract better edge features
OpenCVCanny
- OpenCV中的Canny边缘检测算法程序-OpenCV Canny edge detection algorithm in application
canny
- Canny 的目标是找到一个最优的边缘检测算法,最优边缘检测的含义是: (1)最优检测:算法能够尽可能多地标识出图像中的实际边缘,漏检真实边缘的概率和误检非边缘的概率都尽可能小。本程序利用Canny算子实现图像边缘的提取(Image edge extraction by Canny operator)