搜索资源列表
基于opencv实现的灰度变换
- 基于opencv实现的灰度变换,低通滤波,直方图均衡化,边缘检测等算法。-Opencv implementation based on gray-scale transformation, low-pass filtering, histogram equalization, edge detection algorithm.
OPENCVEXAMPLE
- opencv入门代码:具体包括1、加载并显示一幅图像2、播放avi视频3、canny边缘检测4、缩放显示图像。-opencv project code--including image showing,playing avi,canny Edge Detection.
ImageProcessing(openCV)
- 一个基于openCV的图像处理程序,包含有边缘检测,图像匹配,形态学变换,金字塔采样,视频采集,相机标定等各种函数。-OpenCV-based image processing program includes edge detection, image matching, morphological transformation, the pyramid samples, video capture, camera calibration and other functions.
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
linesearch
- 基于图像边缘检测实现了图像的纠偏处理,Opencv,附参考文献-Image edge detection based on the image correction processing to achieve, Opencv, with references
HoG
- 基于hog算法的人数识别程序,使用了openCV视觉库,效率高,主要是边缘检测-Algorithm based on the number of hog identification procedures
rice
- 基于OPENCV对图片进行灰度化,二值化,以及边缘检测-OPENCV images based on gray level transformation, binarization, and edge detection
Desktop
- 能够进行图像的边缘检测,采用canny算法,opencv代码只有短短几行,简单实用-Capable of image edge detection using canny algorithm, opencv code for only a few lines, simple and practical
bianyuanjiance
- OPENCV的边缘检测处理-OPENCV edge detection processing. . . . . . . . . .
OpenCV-study
- opencv学习资料,包括很多示例程序,例如:图像反转,直方图,边缘检测-opencv learning materials, including many sample programs
opencv
- opencv基础应用图象边缘检测,霍夫变换,背景检测。(Opencv basic applications: image edge detection, Hof transform, background detection)
Canny边缘检测
- 基于opencv库,使用vs2015,Canny边缘算子 的应用(Based on the opencv library, the use of vs2015, Canny edge operator)
opencv程序
- 图像处理,显示,定时采集图像,发出报警,图像边缘检测(Image processing, display, timing acquisition of images, alarm, image edge detection)
Opencv sobel边缘检测源代码
- opencv sobel 边缘检测 vs2012+opencv win7(opencv sobel edge detection vs2012+opencv win7)
canny边缘检测
- 使用canny算子进行图像的边缘检测,检测效果良好(Image edge detection using Canny operator)
【5】canny边缘检测
- 基于opencv的canny边缘检测代码,较好地进行边缘检测(Based on opencv canny edge detection code, a better edge detection)
4图像边缘检测
- 利用opencv实现图像边缘检测,可直接运行(Image edge detection by opencv)
python-opencv镜头直线检测
- 通过二值化2、边缘检测、霍夫变换检测摄像头拍摄到的直线。(Binarization 2, edge detection, and Hough transform detect the line taken by the camera.)
MFC+OpenCV图像处理
- MFC+Opencv,实现了opencv中的各种滤波、边缘检测、拉普拉斯变换及高斯变换等,源码。(MFC+Opencv,running all that important basic functions.)
边缘检测综合示例
- 【60】边缘检测综合示例基于OPENCV