搜索资源列表
OpenCV-tuxiangpeizhu
- 实现相位相关图像配准,编译产生库文件,用于openCV平台。实现了相位相关图像的快速搜索和两幅图像之间的匹配-Implementation phase correlation image registration, create library files compiled for openCV platform. Achieve the rapid phase correlation image search and matching between two images
colorSignature
- 用openCV提取图片的象素值,用聚类进行分割,找出各个聚类的中心点,聚类个数是动态决定的,可重新设置个数最大上限。-OpenCV extract images using pixel value segmentation by clustering to identify the center of each cluster, clustering is a dynamic number of decisions can be re-set the upper limit of the num
cvPreProcessor-090Beta
- OpenCV workspace and code generator. With this utility you can try many images algorithm sequence and generate the C/C++ code for opencv to use it in your projects -OpenCV workspace and code generator. With this utility you can try many images algori
imhist
- 以Microsoft Visual C++ 6.0为平台,基于opencv来实现图像的灰度直方图-With Microsoft Visual C++ 6.0 as a platform, based on the images to achieve opencv histogram
vcPP_opencv_configuration
- 整理了网络上在vc++中配置opencv的步骤,是利用opencv处理图片的第一步-The compiled network configuration opencv in vc++ steps is the first step to deal with images using opencv
Image
- 在VC++上实现opencv处理图像的 常用算法 如 Soble,Canny,拉普拉斯,腐蚀,-Opencv processing images on VC++ common algorithms such as Soble, Canny, Laplace, corrosion, etc.
CvvImage
- CvvImage,opencv老版本的文件,可以实现在特定矩形框内显示图像或者矩形-CvvImage, opencv old version file, you can display images in a specific rectangle or rectangle
testOpenCV
- 使用VC++6.0编程,并应用OPEN CV实现显示图片和播放影片的功能,初学OpenCV的同学可以参考学习一下,大家共同进步.-The use VC++6.0 programming and application OPEN CV display images and play videos, OpenCV beginner students can refer to learn about, and common progress.
lxreadPic
- 学习OPENCV,然后读图片的小程序,很简单的小程序-Learn OPENCV, then read images of small procedures, very simple little program
scan_image
- 通过openCV对一副3通道RGB图像进行遍历。开发环境为visual studio 2012.-By openCV on a 3-channel RGB images traversal. Development environment for visual studio 2012.
Imgdisplay
- 利用opencv的IPlimage格式的逐贞取图象,视频显示结果的一个演示平台-Use of opencv IPlimage format by the zhen take images, video shows the result of a demonstration platform
piliangtu
- C++ opencv批量处理图片,简单易懂,妥妥的,吊到咋-C++ opencv batch processing images, easy to understand, properly properly, hanging to gnaw
cvHSV(展示RGB、HSV图像)
- 展示彩色图像在RGB颜色和HSV各个分量下图像效果(Display the effect of color images in RGB and HSV components)
ConsoleApplication1
- 可以对序列图片进行镜像变换操作,程序比较简单,适合新手参考。(Sequence images can be mirrored conversion operation, the procedure is relatively simple, suitable for novice reference)
光流法运动估计OpticalFlow
- 利用openCV,首先得到图像中的强边界作为跟踪的特征点,调用函数,输入两幅连续的图像,并在第一幅图像里选择一组特征点,输出为这组点在下一幅图像中的位置。再把结果过滤,去掉不好的特征点。把特征点的跟踪路径标示出来。(Using openCV, we use goodFeaturesToTrack function to get strong edges in the image as the feature point tracking, next to call calcOpticalFlow
bmp
- 利用opencv将jpg格式图像转化为bmp格式(Using OpenCV to convert JPG format images into bmp format)
opencv几何形状识别
- 可以获取摄像头图像并且检测出图像轮廓,识别图像中不同形状。画出外轮廓并且用标签进行标记。(Camera images can be obtained and detected image contours, recognition of different shapes in the image. Draw outward contours and mark with labels.)
kmeans_filtro
- This code is a Kmeans filter for images
新建 Microsoft Word 文档
- opencv实现傅里叶变换,傅立叶变换是把图像从空间域转化到频率域的变换。空间域:一般的情况下,空间域的图像是f(x,y)=灰度级(0-255),形象一点就是一个二维矩阵,每个坐标对应一个颜色值。频率域:频率:对于图像来说可以指图像颜色值的梯度,即灰度级的变化速度,幅度:可以简单的理解为是频率的权,即该频率所占的比例:能量=幅度(可能不太准确),变换结果为F(u,v),F代表幅度值,u代表x方向的频率,v代表y方向的频率(Fu Liye transform is the transformati
拼接
- 一个图像拼接程序,输入两张图像,输出拼接图,我用的是OpenCV2.4.7(n image stitching program, input two images, output mosaic.)