搜索资源列表
Digital-Image-Processing
- MFC和OpenCV结合的数字图像处理课程设计,实现数字图像处理中的多个算法,图像分割,形态学图像处理,空间域增强,哈哈镜,二值化,Sobel,Laplace,Robert等边缘检测,中值滤波和均值滤波等,实现的功能比较全,花了我2个通宵做的 -MFC and OpenCV combination of digital image processing course design, digital image processing of multiple algorithms, image
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.
edge
- opencv中检测图像中物体的边缘,可以用过纹理识别出边缘-opencv object detection image edge texture, can be used to identify the edge
laplace
- 运用vc6.0和opencv编程,提取出图象中的边缘,实现边缘检测.-Opencv programming using vc6.0 and extracted in the edge image, edge detection.
edge
- 调用opencv库,采用sobel算子实现图像的边缘检测功能-Opencv library calls using the sobel operator edge detection of image
edge
- 基于opencv的寻找图像边缘的函数。适合初学者学习opencv.-Opencv image edge based on the search function.
edge-detection
- 将彩色图像转换为灰度图像并对其进行边缘检测 vs2008+opencv2.1运行成功-A color image is converted to grayscale and edge detection of its successful run vs2008+ opencv2.1
image
- opencv图像边缘检测,边缘检测中的经典程序-opencv image edge detection, edge detection in the classic program
CurrenTtest1
- 自己设计的擦除边缘图像中连续垂直线的算法-Continuous vertical line erasing edge image of their own design algorithm
edge
- 主要是采用Canny算法进行边缘检测,有一个个跟踪条,涉及到callback函数,对灰度图像进行边缘检测,将彩色图像转换为灰度图像-Using Canny algorithm for edge detection, a track bar relates to the callback function, for edge detection of gray image, the color image is converted to grayscale images
Image
- 一个简单的canny边缘检测程序,可检测一切彩色图形,必须安装opencv-an simple canny edge detection example
image-canny-and-scaling
- 这是一个基于opencv的图像转换灰度图,图像缩放,边缘检测过程-This is a opencv grayscale image conversion, image scaling, edge detection process
OpenCV-trans-Edge
- 以OpenCV將圖像做邊緣偵測,以及平滑跟閥值設定 邊緣偵測為Lap, Canny, Sobel-OpenCV to do with the image edge detection, and smoothing with edge detection threshold setting for the Lap, Canny, Sobel
Image
- 基于opencv的mfc多文档图像处理包,实现图像处理的基本功能,图像增强,边缘检测,形态学变化等-Mfc-based multi-document image processing package opencv to achieve the basic functions of image processing, image enhancement, edge detection, morphological changes
edge-histogram-cv
- 利用OpenCV实现图像边缘直方图输出。这是边缘直方图显示程序,贴出来给大家分享一下-Using OpenCV for image edge histogram output. This is the edge of the histogram display program, posted to share with you
image-edge-detection
- 压缩包含一个文件夹和三个文档。文件夹是图片Canny边缘检测的工程文件,有源代码和可执程序。三个文档是介绍在MFC中如何添加关联函数来使用openCV。-Contains a compressed folder and three documents. Pictures folder is Canny edge detection project files, source code and executable programs. Three documents are introduced
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.
edge
- 自己写的各种机器视觉的实验程序,工件的定位及角度的确定,图像坐标和世界坐标的转换等-Write your own experimental procedures various machine vision, positioning and angle of the workpiece is determined, convert the image coordinates and world coordinates, etc.
Edge-detection
- Visual C++2010下使用opencv2.4.8进行图片的边缘检测-Image edge detection using opencv2.4.8 conduct
canny
- Canny 的目标是找到一个最优的边缘检测算法,最优边缘检测的含义是: 好的检测- 算法能够尽可能多地标识出图像中的实际边缘。 好的定位- 标识出的边缘要尽可能与实际图像中的实际边缘尽可能接近。 最小响应- 图像中的边缘只能标识一次,并且可能存在的图像噪声不应标识为边缘。-Canny goal is to find an optimal edge detection algorithm, the optimal edge detection means: Good test- a