搜索资源列表
MatchTest
- 使用OpenCV视觉库实现图像匹配搜索算法。即在一张图中寻找与另一个张图最匹配的区域并标记。-Search for the match are in a picture in another picture.
lunkuojiance
- 在VC环境中安装OPENCV库函数后,实现图象轮廓检测的代码-In the VC++ install OPENCV library functions, the realization of the code image contour detection
OpenCV
- 摄影测量学发展而来的直接线性变换(DLT)方法和扩展的直接线性变换方法,有基于径向排列约束(RAC) 的两步法(Tsai方法),有基于不同位置平面模板的张正友法(Zhang),也有基于摄像机本身移动无需外部标 定物的自标定方法。 OpenCV是Intel开源计算机视觉库,它由一系列c函数和少量C++类构成,具有强大的图像处理、图 像分析和图像理解功能,它的函数实现了很多经典的图像处理和计算机视觉方面的算法,是机器视觉研究 与开发的良好工具。-Photogrammetry de
showimage
- 调用opencv中的相关库函数,将一张彩色图转换为其对应的灰度图,并显示原彩色图和操作后的灰度图-Through calling the functions of opencv, change a colorful image to its gray image, and show the original image and the gray image.
OpenCVColorTransfer
- 利用OpenCV的库,对图像进行统计直方图的变换,将一幅图像的色调移到另一幅图上,一个简单的图像融合demo-Using OpenCV library, the image histogram of transformation, a move to another tone of an image on a diagram, a simple image fusion demo
Multi-Camera-opencv-library
- opencv多摄象头库:支持dshow的视频采集设备,最多10个,通过回调产生24b的RGB位图。使用前请注册HYSnapshot,关于有些记录avi文件的参数,请忽略。使用方法请看demo 如果要挂接到opencv请创建一个24位的image,请一定注意将数据按行字节拷贝,-Multi-Camera opencv library: dshow video capture device supports up to 10, 24b of RGB bitmap generated by cal
PCA
- 用OPENCV实现了人脸识别系统,采用ORL人脸库进行测试,选择每个身份前5张做训练图,一共200个训练样本。-OPENCV achieved using face recognition system that uses the ORL testing, each identity before choosing to do training Figure 5, a total of 200 training samples.
auto-opencv
- 电脑上连接一个摄像头,启动程序后在视频窗口中就会 有两个跳动的黄色小球作为你攻击的目标(小球搬来是要做成漂浮的泡泡的,没找到动力学方程,就随便设计了一个),还有一个白色的十字圈作为你的准星。拥有 一个红的物体在摄像头前晃动来操纵你的准星,当准星击中黄色小球的时候小球就会消失。(这个游戏需要OpenCV beta5 的动态连接库的支持。还要在当前目录下放置一副320×240的命名为gun.bmp的图,我用的就是图中的这张卡,通过它来决定你能用什么颜色的物体操 纵你的准星)-Video tracki
Lvwatershed
- 本程序利用opencv开源库实现watershed算法,利用人工选择种子点与梯度图两种方法来获取种子点。压缩包内有word文档介绍具体的操作和示例。-The program uses the open-source opencv library implements watershed algorithm, using artificial selection gradient map seeds and seed are two ways to get points. Compressed p
ImageStiching
- 此程序是利用Opencv库编写的一个三幅图像拼接程序,内有测试图像,此程序生成拼接图之后,先写入硬盘,再显示处理,对于学习opencv 图像拼接的人很有帮助!-this is a three image stiching program which is based on the opencv library. With the test image, The File first generate the mosaic image ,and then write to the hard dis
graphUtils
- OpenCV库根据提供的数组画数据图,使用这个库可以在屏幕上,或者图像上画曲线图。可以在测试一个算法时,非常方便的观察到数字数组。-Showing a simple graph of an array.This library is just a collection of functions that can be used to simply plot a graph of an array in its own window, or to overlay graphs into exi
GETIMAGE
- 使用OPENCV2.1开发的图片处理工具.可用于图片浏览,批量放缩,移动,截图等功能.安装到D:\GETIMAGE中可编译运行.有关OPENCV2.1的库文件和包含文件在includeandlib中.-Use OPENCV2.1 developed image processing tools can be used to image browsing, batch zoom, move, screenshots and other features are installed to D:. \
去除椒盐噪声
- 采用c/c++语言,利用OpenCV库实现对图象的椒盐噪声的处理(Using the c/c++ language and using the OpenCV library to deal with the salt and pepper noise of the image)