搜索资源列表
轮廓跟踪
- 用OPENCV实现的轮廓检测与处理,VC支持,OPENCV实现-OPENCV achieve with the contours of detection and treatment, VC support to achieve OPENCV
motiondetect
- 基于OPENCV的,vc++ 图象处理程序. 寻找轮廓实现视频流的运动目标检测.
脸部轮廓检测
- 脸部轮廓检测 ,用opencv 和c++,另外加了注释的,解释完全正确,能够运行
opencv-motiondetect
- 基于opencv的人体轮廓检测,视频从摄像头输入
opencv的图像打开、二值化、取轮廓、反色及相关教程
- opencv的图像打开、二值化、取轮廓、反色及相关教程,opencv image open, binary, take contour, color and related anti-Tutorial
GreedySnakeTest
- 本代码主要借助OpenCV第三方库实现对目标轮廓提取,Greedy算法相对简单,好时量少,是一种不错的轮廓提取算法-This code mainly through third-party libraries to achieve the goals OpenCV contour extraction, Greedy algorithm is relatively simple, less good when it is a good contour extraction algorithm
contours.rar
- opencv 中的轮廓查找的实例和分析,包括运行结果,opencv contour in looking for examples and analysis, including results
ContourExtract
- 利用opencv和visual C++ 实现的可以正确的提取图像中前景的轮廓,结合MFC编程,可以直接编译和运行。-Using OpenCV and visual of C++ to achieve can correctly extract the image foreground contour, with the MFC programming, can be directly compiled and run.
exa4_9
- 在opencv 环境下,利用VC找寻物体轮廓并将其逐点绘制出来。-under the enviroment of opencv,the outline was drawed out and showed on the screen
contours
- 用OpenCV实现轮廓检测,可根据不同用途在此基础上调试-contour detection
aabcdef
- opencv轮廓的简单应用: 相关函数如下: cvFindContours,cvThreshold,cvContourArea,cvArcLength,cvBoundingRect,cvMinAreaRect2,cvBoxPoints,cvMinEnclosingCircle,cvDrawContours。 1.查找轮廓 2.按地址依次取出轮廓 3.计算轮廓的相关参数 4、根据实际需求做取舍,画出轮廓-opencv silhouette
CannyTest
- 使用opencv库,通过调节阀值,来实现图片的轮廓提取(Using OpenCV library, through adjusting the threshold, to achieve the image contour extraction)
easycentroidpoint
- 提取二值图像的轮廓,根据hu矩求轮廓质心点(Extract the contour of the two value image, and calculate the contour centroid point according to the Hu moment)
颜色检测
- VS2013+opencv2.4.9检测颜色并画最大轮廓的框(SADFSAFSDSDFSDFSDDSFSDFSDFA)
opencv几何形状识别
- 可以获取摄像头图像并且检测出图像轮廓,识别图像中不同形状。画出外轮廓并且用标签进行标记。(Camera images can be obtained and detected image contours, recognition of different shapes in the image. Draw outward contours and mark with labels.)
159.cpp
- 能识别多张图片中圆形轮廓的形状,可以快速识别比一般的Hough 圆检测快。(Recognizes the shape of a circular outline in multiple pictures to quickly identify faster detection than the average Hough circle.)
main
- 在VS2015环境下基于opencv(计算机视觉开源库)开发的针对图像中感兴趣区域的轮廓提取(Contour extraction for regions of interest in images based on OpenCV (open source library of computer vision) under the VS2015 environment)
carOpencv3.2
- 这个只是单纯的 通过对阀值还有 形态学滤波 +轮廓查找 筛选 的方式 对车牌进行 识别,特别是形态学滤波 对车牌的识别结果影响很大,这个只是找车牌的一种 普通方法,但对于初学 图像处理的图像来说 可以通过该项目去熟悉 图像处理的一般步骤 还有熟悉一些简单的图像处理方法。(This is simply based on the threshold and morphological filtering and contour search screening way on the license
simulate
- 形状是由图像的轮廓形成的,所以理论上形状识别是通常在边缘或轮廓检测后的步骤。(edge_based_matching The shape is formed by the outline of the image, so theoretically the shape recognition is usually the step after the edge or contour detection)
9:解决像素点生成后,需要手动操作的问题
- 对一副图像进行预处理,然后提取轮廓,再将轮廓进行像素点抽取。(The image is preprocessed, then the contour is extracted and the contour is extracted by pixel.)