搜索资源列表
QQzhaocha
- QQ找茬,opencv实现图像分割、检测功能,暂未实现矩形的标定,运行前需将主函数下方的子函数删掉即可-QQ finding fault, opencv to achieve image segmentation, detection, yet achieve the rectangular calibration, running beneath the main function will be required before the subroutine can be deleted fr
Opencv-MineSweeping
- 调用OpenCV中的窗口等图像处理函数编写的类似于windows扫雷的小游戏-Similar to windows minesweeping game window in calling OpenCV image processing functions written
OpenCV-Maze-generation
- 用OpenCV库中的窗口创建函数和图像处理函数编写的迷宫的生成与行走小游戏-Window created in the OpenCV library functions and image processing functions written in the maze generation and walk of game
test
- 检测图像中圆的存在,采用opencv中的霍夫变换函数,功能简单易懂-find the circle in the image
szTest
- 根据sz的经典论文实现的图像细化(骨架化)程序。程序中没有使用opencv,而是使用了matcom C++库函数。需要用到matlib.h和matlib.lib。-Sz classic paper to achieve the image thinning (skeleton) program. The program does not use opencv, but the use matcom C++ library functions. Need matlib.h and matlib.l
10.17.1
- 使用c++和opencv编写的基本画图函数的应用例子。-C++ and opencv prepared using the basic drawing functions application examples.
10.17.4
- 使用opencv在VS2012的平台上运行基本的画图和文字函数实例-Using opencv in VS2012 running on a platform of basic drawing and text function instance
10.17.5
- opencv+c++程序在vs2012平台上的示例程序,主要是基础函数的使用示范-opencv+c++ program vs2012 platform sample programs, mainly based on the use of function demonstration
10.17.6
- opencv+c++在VS2012平台上,关于基本绘图函数和文字函数的实例程序-opencv+c++ in VS2012 platform, on the basic drawing functions and text functions of the sample program
testboost
- 该代码用于测试基于vs2010+opencv上添加库函数boost,测试是否加载成功的代码。-This code is used to test based on adding a library function vs2010+ opencv boost test whether load code of success.
Template-Matching
- 使用opencv给出的函数进行模板匹配,给出一幅图像及目标模板,在图像中找出模板所在区域。-Using the function given by opencv for template matching, the target template is given an image , to identify the template location in the image
OpenCV_Filter
- 用VS2012编写的关于OpenCV中线性和非线性滤波的程序,可以帮助初学者较好的理解滤波的函数-OpenCV with VS2012 prepared on linear and nonlinear filtering program that can help beginners to better understand the function of filtering
CvvImage
- 好多opencv的应用程序界面中在MFC中显示图像,但是我发现这些显示功能大部分用到了一个叫CvvImage的类,最近使用opencv2.3.1,发现找不到这个类了。 没有具体研究过opencv ,但是opencv在MFC中显示图像需要用的一个叫做CvvImage的类的DrawToHDC()的函数,但是我在2.3.1下却怎么也没有找到这个类,和这个函数。在2.3.1的文档下没有关于这个的任何资料,不知道是不是新版本的opencv去掉了这个类,或者用其他的方式实现了。所以我需要用以前的方式实现这个