资源列表
microsoft-platform-SDK
- 在opencv安装时所需要的文件,为vc的使用提供了平台,非常重要-In the opencv installation files required for the use of vc provide a platform, it is important
opencv
- API references for OpenCV -- an open source computer vision library.
OpenCV
- opencv 实现计算的流程和总结,常用的方法,不包含具体算法,用于借鉴-opencv implementation process and summary calculations, commonly used method, does not contain the specific algorithm used to draw
ch2.1
- opencv 用于从磁盘加载并在屏幕上显示一幅图像,编译后就在命令模式下通过修改参数执行它-opencv used to load from disk and displayed on the screen image, compiled after the command mode to execute it by modifying the parameters
OpenCV-guide
- opencv教程——基础篇。opencv这一名称包含了open 和 computer vision两个含义-opencv tutorial- Basics. The name opencv computer vision includes the open and the two meanings
corner
- 自己改的角点检测程序基于 openCV做的 用的是Harris和susan角点检测方法 后续 还要做角点的匹配 大家有好的意见 站内联系啊!-Their own testing procedures to change the corner to do based on openCV and susan with the Harris corner detection method for the follow-up we need to do corners we have good view
OpenCv-showing
- OpenCV致力于真实世界的实时应用,通过优化的C代码的编写对其执行速度带来了可观的提升-OpenCV is committed to real-world real-time applications, by optimizing the preparation of C-code speed of its implementation has brought considerable improvement
OpenCV
- 关于opencv的ppt简介,对初学opencv的学员有很大帮助。还包括各种必备软件下载链接。-Opencv' s ppt on introduction to the beginner students opencv great help. Also include the necessary software download link.
OpenCVMFC
- 自己做的OPENCV图像处理程序,花了很多心虚,包含了大部分图像处理的命令,应该可以给各位做个参考-OPENCV own image processing program to do, spend a lot of guilty, including the majority of image processing commands, you should be able to be a reference
CollisionDetector
- 在本教程中,我們將提出一個 O(nm)的碰撞檢測算法,適用於檢測精確三維模型之間的碰撞含N和M三角形。 不過,如果你需要檢查碰撞更複雜的對象,你可以隨時創建中間包圍盒,降低了算法的順序。-In this tutorial, we will propose an O (nm) of the collision detection algorithm for accurate detection of the collision between three-dimensional model wit
CLConvolution
- 分析了如何創建一個簡單的7x7濾波器的OpenCL是適用於所有的GPU。本案例研究將著眼於提高卷積卷積時的性能與小圖像內核,一般來說,基於 FFT卷積更快的30x30內核及以後 [1],但實際上它的使用不常見的大窗口大小。 .我們將首先實現卷積圖像,然後使用改進的濾波器性能通過使用__constant OpenCL的內存和緩存圖像信息在__local空間。 -Analysis of how to create a simple 7x7 filter is applied to all Ope
