资源列表
OpenCV示例源码
- 关于OpenCV的好处之一就是它提供了许多内置的用于图像处理和计算机视觉相关操作的基础元素。如果你需要通过scratch写入某些内容,你将不得不定义一些东西,比如图像、点、角度等等,这些几乎是任何计算机视觉算法的基础。OpenCV提供了这些开箱即用的基础数据结构,它们都包含在core模块中。另外一个好处是,这些数据结构都已经针对速度和内存做了优化,因此,你不用担心实现细节。(One of the benefits of OpenCV is that it provides a number of
cameraCV
- (只能烧录进ARM开发板运行,谨慎下载) 调用开发板摄像头,对图像进行处理,识别停车位,辅助倒车。 各类图像处理参数可调((can only be burned into the ARM development board, carefully downloaded) The image is processed, the parking space is identified, and the reversing is assisted.)
opencvTest
- 用opencv显示各种格式的图像,具体路径自己改,(Display the picture with OpenCV, the path should be changed)
siftpoint
- 对于单张图片使用opencv2.4.9版本实现了sift关键点检测(C++)(Sift key point detection is implemented for single picture)
out_edgepoint
- 对于输入路径,得到批量文件,通过ROI实现圆形边缘裁剪(For the input path, get the batch file and implement the round edge cutting through ROI)
opencv_test1
- opencv模糊测试,配置好后的模糊测试,配置好后的模糊测试配置好后的模糊测试(After installing the opencv3.4, and configuring a successful test program, a fuzzy test)
LaneDetection
- opencv lane detection
SURF
- OpenCV provides SURF functionalities just like SIFT. You initiate a SURF object with some optional conditions like 64/128-dim descr iptors, Upright/Normal SURF etc. All the details are well explained in docs.
canny边界提取
- opencv初学教程canny边界提取代码(canny,opencv,Boundary extraction)
多种重映射
- opencv初学代码程序,图像映射变化,主要是映射功能(opencv,Image mapping)
tetx
- opnecv test stuff for testing
Test
- 了解win7下opencv在vs2013中的配置,实现了Opencv的基本入门(Understand win7 opencv vs2013 in the configuration, the basic Opencv entry)
