搜索资源列表
OpenCV-example
- opencv常用的案例源码。对初学opencv的人员很有帮助哦-opencv case of common source. Staff very helpful for beginners Oh opencv
RemoveBlackConnectedComponents
- 使用opencv去掉二值化图像中黑色面积较小的连通域。 程序中语句 tmparea = fabs(cvContourArea(contour)) 可以得到当前连通域的面积,当此面积小于阈值时对其填充为白色。 rect = cvBoundingRect(contour,0) 得到的是框住连通域的最小矩形,对矩形中的黑色部分将其填充为白色,但是这样的话,连通域6和4两个连通域被填充成了白色的矩形,这显然不符合我们的要求,这样就要判断此连通域是黑色联通域还是白色连通域,采用的方法是测试矩
CLConvolution
- 分析了如何創建一個簡單的7x7濾波器的OpenCL是適用於所有的GPU。本案例研究將著眼於提高卷積卷積時的性能與小圖像內核,一般來說,基於 FFT卷積更快的30x30內核及以後 [1],但實際上它的使用不常見的大窗口大小。 .我們將首先實現卷積圖像,然後使用改進的濾波器性能通過使用__constant OpenCL的內存和緩存圖像信息在__local空間。 -Analysis of how to create a simple 7x7 filter is applied to all Ope
jiance
- OPENCV的目标检测,与OPENCV教程中例5.8类似-OPENCV Target Detection Similar to case 5.8 OPENCV tutorial
jiequ
- 基于opencv2.0,在已知坐标的情况下能完成截图的功能-Based on opencv2.0 complete screenshot functionality, in the case of known coordinates
opencv
- 初学者对于opencv例自带函数的功能不是很了解,这里有部分opencv常用的函数功能以及用法。-Beginners opencv case comes with the function does not know very well here some opencv function and usage.
Opencv-Source-Code
- 这里包含了opencv例自带函数的源码以及对函数的说明-Here includes the the opencv case comes with the source code of the function and a descr iption of the function
testMatchTemplateCAM
- 通过调用OpenCV库,采用逐差法进行视频跟踪。在源码中输入要跟踪的图样,运行文件,程序可以识别跟踪摄像头摄取场景内与图样相关性最高的目标-By calling the OpenCV library, using a case-by-difference method for video tracking. Input source you want to track the pattern, run the file, the program can identify tracking cam
main.cpp
- opencv车牌识别 可以在光线条件不佳的情况下识别出车牌位置-opencv license plate recognition can identify the license plate location in the case of poor lighting conditions
deep-and-image
- 本例是利用OpenNI和OpenCV完成.oni格式视频的采集,介绍了利用Kinect相机采集视频的方法。-This case OpenNI and OpenCV oni format video capture Kinect camera to capture video.
3
- 直接设置感兴趣区域,然后复制,在源图像没被替换的情况下截图。-Directly to set the region of interest, and then copy the screenshots in the case of the source image not being replaced.
optional-flow
- 光流算法用于运动目标检测。此代码主要用opencv实现在目标运动情况下的检测。-Optical flow algorithm for moving target detection. This code in the case of target motion detection with opencv.
fruite
- 关于harris算法的一种特例程序源代码-About Harris algorithm a special case of program source code
cvut_test
- 基于opencv 的多摄像标定,工程文件,内含标定经典案例,是一份绝佳的参考文件-Based on the opencv multi-camera calibration, engineering documents, containing calibration classic case, is a great reference document
SIFT-feature-matching-
- SIFT 特征匹配算法是目前国内外特征点匹配研究领域的热点与难点,其匹配能力较强,可以处 理两幅图像之间发生平移、旋转、仿射变换情况下的匹配问题,甚至在某种程度上对任意角度拍摄 的图像也具备较为稳定的特征匹配能力。该算法目前外文资料较多,但中文方面的介绍较少。为此 我撰写了这篇文档,以帮助国内的研究学者尽快入门,以最快的速度去体验 特征匹配算法是目前国内外特征点匹配研究领域的热点与难点,其匹配能力较强,可以处 理两幅图像之间发生平移、旋转、仿射变换情况下的匹配问题,甚至在某种
mean-shift
- 该程序是分块mean shift 跟踪程序,能够在障碍物遮挡的情况下很好的跟踪目标,而不丢失。-The program is divided into blocks mean shift tracking program, can be a good target tracking in case of obstructions without loss.
target-detection-and-tracking
- 本案例可以利用C#和EmguCV播放文件夹中的视频,代码运行完美无误,可以实施视频运动目标检测与跟踪,欢迎交流-This case can use C# and EmguCV video playback folder, the code runs perfectly correct, you can implement video moving target detection and tracking, welcomed the exchange
OpenCV-sample
- opencv demo,文中是opencv的常用方法的使用案例,是初学者学习的好帮手,-opencv demo, the text is to use common methods of opencv case is a good helper for beginners to learn
opencv-2-cookbook-src-master
- 《OpenCV2计算机视觉编程手册》以案例的形式介绍OpenCV 2.X的新特性和C++新接口,案例中包含具体的代码与详细的说明,本书源码- OpenCV2 Computer Vision Programming Manual in the form of case presentation OpenCV 2.X new features and a new C++ interface, case contains specific code and detailed instructions
ARtest
- 基于OpenCV的无标记增强实现。在利用现有模板情况下检测不同角度的物体并进行匹配-Unmarked OpenCV-based enhancements to achieve. Detection of different angles in the case of the use of existing objects and template matching