搜索资源列表
storage.rar
- 基于OPenCV的源码,实现了OpenCV中存储器的操作,包括读和写等。,OPenCV based on the source, the OpenCV implementation of the operation of memory, including read and write and so on.
CopyPixelsFromBuffer
- 从显存读图像,基于opencv写的,需要安装opencv进行配置调试。 -Reading images from memory, based on opencv.You need to install opencv to debugging.
OpenCV_auxLibTool
- OpenCV 辅助库文档,实例俱全。 要目的是为OpenCV提供更实用的功能. 目前扩展库已经实现了一个简易的GUI框架, 一个用于检测内存泄漏的调试工具-OpenCV library supporting documentation, examples and taste. Aim is to provide more useful features OpenCV. Now expanded library has implemented a simple GUI framework, o
cvcam
- 简单利用opencv和vc中timer实现对摄像头的打开和关闭操作,相比释放内存的方法可靠性更好-Simple utilization opencv and vc timer, achieve better camera open and close operations, compared to free memory reliability
canny
- canny算子的c++写法,不依赖opencv的库函数,对图像的存储释放都包含在内-canny operator c++ writing, opencv library functions do not rely on memory to release images are included
OpenCV示例源码
- 关于OpenCV的好处之一就是它提供了许多内置的用于图像处理和计算机视觉相关操作的基础元素。如果你需要通过scratch写入某些内容,你将不得不定义一些东西,比如图像、点、角度等等,这些几乎是任何计算机视觉算法的基础。OpenCV提供了这些开箱即用的基础数据结构,它们都包含在core模块中。另外一个好处是,这些数据结构都已经针对速度和内存做了优化,因此,你不用担心实现细节。(One of the benefits of OpenCV is that it provides a number of