搜索资源列表
MakeChessboard_cvScale
- 在opencv的基础上,使用vc++编译的文件,制作自己需要的棋盘格,满足一般所需!-make chessboard by yourself!
OpenCVbasesource(2008)
- OpenCV源代码,配合刘晓敏的基础教程使用,例程基本都有-OpenCV source code, with Liu Xiaomin based tutorial, the basic routine has
OpenCV
- 主要介绍Opencv的基础知识,介绍了许多其中的函数使用方法和程序例子-Introduces the basics of Opencv introduced many of which function to use examples of methods and procedures
drawImage
- 这是在vc6.0下,使用opencv1.0 实现的一个关于画图的小程序。具体参考《opencv教程 - 基础篇》里面的P83 页 drawing.c 。主要功能就是利用opencv实现图形的绘制。-This is in vc6.0, using opencv1.0 achieve a small program on the drawing. Specific reference to " opencv tutorial- The Basics," which the P8
motion-detection-techniques
- 研究了基于混合高斯模型的运动目标检测技术,在分析了混合高斯模型的基本原理的基础上,使用了一种改进的混合高斯模型更新算法.在Visual C++6.0中利用OpenCV完成了相关算法,成功地提取出了运动目标和实验场景的背景,验证了该改进的混合高斯模型更新算法的可行性-OpenCV-based motion detection techniques I have read some articles, I feel you can, share
jiaocheng
- 在MFC中使用OpenCV(OpenCV教程_基础篇。2.8节例子程序)全过程都有,最初学者很有帮助-In MFC using OpenCV (OpenCV tutorial _ Basics 2.8 example program) and the whole process has the most helpful for beginners
opencv-manual
- 这是opencv的基础手册,如同新华字典一样,很容易就能查到所使用的函数的功能和用法,非常方便。-This the opencv basis of manual, as the Xinhua Dictionary, can easily be found in the features and usage of the function is very convenient.
OpenCV_CalcHist
- 直方图是计算机视觉中一个很重要的工具,OpenCV里面提供了不少有关直方图处理的函数。其中最基本的是计算直方图的函数calcHist()。有关直方图在前面的博文中也有所介绍:基础学习笔记之opencv(4):直方图使用学习。不过目前由于本人课题研究上需要计算多张图片的一维直方图特性,且每张图片对应有自己不同的掩膜矩阵,开始以为OpenCV中提供的calcHist()函数能够实现这个功能,因为其中一个重载函数中有一个参数为InputArrayOfArrays,咋一看会觉得这不就是可以处理多张图片的
opencv-3D-restruction
- 此程序使用opencv计算相应图像对的视差并作出视差图,进而以之为基础进行图像的三维重建。-This program calculates the disparity and plots the depthimage using opencv. Therefore, reconstruct the stereo image.
CvxLib-help
- opencv基础的类说明,包括使用的算法类-opencv based class descr iption, including the use of the algorithm class
opencv_slydm
- OpenCV_基础篇_实例源代码,可供初学者下载学习及使用。-OpenCV_ Basics _ source code examples for beginners to learn to download and use.
ARToolKit_MQO
- 在ARToolKit基础上,添加了支持使用自制MQO模型的源码-In ARToolKit basis, adds support source model using homemade MQO
Alignment-Correction
- 这是一个关于图像矫正的opencv小程序,适合有一定基础的opencv学者使用,利用改程序可使图像增强-Alignment Correction
Homomorphic-filtering
- 同态滤波去噪,把频率过滤和灰度变换结合起来的一种图像处理方法,它依靠图像的照度/ 反射率模型作为频域处理的基础,利用压缩亮度范围和增强对比度来改善图像的质量。使用这种方法可以使图像处理符合人眼对于亮度响应的非线性特性,避免了直接对图像进行傅立叶变换处理的失真。-Homomorphic filtering noise, the frequency filter and the gradation conversion processing method combining an image, wh
optical
- 利用c++,opencv基础库功能实现了,photoshop中的凸透镜成像功能。使用时只需配置好opencv1.0以上版本即可编译使用。-Use c++, opencv achieve a basic library functions, photoshop the convex imaging capabilities. Just above opencv1.0 configured to use the compiler to use.
MFC_OpenCV-image-processing-platform
- 1、了解OpenCV在MFC框架中的使用,建立基于VC + OpenCV的图像处理平台; 2、在此基础上实现简单的图像处理操作,包括图像的打开、显示、放大、缩小、保存。-1 for use OpenCV in the MFC framework, the establishment of a platform based on image processing VC+ OpenCV s 2, simple image processing operations on this bas
SIFT
- 一个基础的opencv的使用工程 其中包含基本的opencv调用 而且采用了sift和surf作为基本算子进行配准 代码可用于实际工程-A basic use of opencv opencv project which contains the basic calling and using sift and surf as the basic operator registration code can be used in practical engineering
ShadowRemove
- 此代码使用opencv,对运动图像进行背景差分,并在其基础上实现了人影的去除功能,鲁棒性很高。-This code uses opencv, moving image background difference, and to achieve a figure of removal function, robust high on its basis.
Gaussian-prymid
- 为在图像处理、计算器视觉、信号处理上所使用的一项技术。 高斯金字塔本质上为信号的多尺度表示法,亦即将同一信号或图片多次的进行高斯模糊,并且向下取样, 藉以产生不同尺度下的多组信号或图片以进行后续的处理,例如在影像辨识上,可以藉由比对不同尺度下的图片,以防止要寻找的内容可能在图片上有不同的大小。 高斯金字塔的理论基础为尺度空间理论,而后续也衍生出了多分辨率分析。- As a technique in image processing, computer vision, signal proce
ImageErode
- opencv基础知识学习,进行图像腐蚀处理,使用函数:ImageErode。-learning the basics of opencv , image etching process, using the function: ImageErode.