搜索资源列表
opencv4_Lib
- opencv4库文件,可以有效提高图像处理工作者的编程效率。使用时要包含cv.h,ipl.h和highgui.h三个头文件。-opencv4 libraries can effectively improve the image processing workers programming efficiency. Used to contain cv.h, ipl.h and highgui.h three headers.
Reinforcement_Image
- C语言实现图像增强实例 源代码调用OpenCV的cxcore和highgui两个库,应用C语言编写,实现对经典图像——三人模糊图像效果的增强。代码中包含自适应中值滤波、灰度幂次变化、分段线性变换、平滑化处理、高增益滤波等图像增强算法的C语言实现,值得参考。
Chromosome_counter
- 数学形态学及相关算法的C语言实现实例 源代码调用OpenCV的cxcore和highgui两个库,应用C语言编写,实现对染色体图像中染色体数目的统计。代码中的核心算法为数学形态学的重要算法——开运算、闭运算(腐蚀和膨胀)。包含腐蚀处理、膨胀处理、自适应中值滤波、微分直方图法确定二值化阈值、种子填充算法等图像处理算法的C语言实现,值得参考。
ImageInv
- 图象反色程序 要用到OpenCV库中的cv.h和 highgui.h
OpenCV_Needed
- When create OpenCV project, you just include these files to your project and don t setup OPenCV in your computer. Link cv.lib, highgui.lib, cxcore.lib, you can create your own program.
《学习opencv》中文版.rar
- 第1章OpenCV概述...................... 1 第2章 OpenCV入门..... 18 第3章 初探OpenCV..... 35 OpenCV的基本数据类型 35 CvMat矩阵结构................ 38 IplImage数据结构............. 48 矩阵和图像操作................ 54 第4章 细说HighGUI...... 106
opencv4_Lib
- opencv4库文件,可以有效提高图像处理工作者的编程效率。使用时要包含cv.h,ipl.h和highgui.h三个头文件。-opencv4 libraries can effectively improve the image processing workers programming efficiency. Used to contain cv.h, ipl.h and highgui.h three headers.
Reinforcement_Image
- C语言实现图像增强实例 源代码调用OpenCV的cxcore和highgui两个库,应用C语言编写,实现对经典图像——三人模糊图像效果的增强。代码中包含自适应中值滤波、灰度幂次变化、分段线性变换、平滑化处理、高增益滤波等图像增强算法的C语言实现,值得参考。
Chromosome_counter
- 数学形态学及相关算法的C语言实现实例 源代码调用OpenCV的cxcore和highgui两个库,应用C语言编写,实现对染色体图像中染色体数目的统计。代码中的核心算法为数学形态学的重要算法——开运算、闭运算(腐蚀和膨胀)。包含腐蚀处理、膨胀处理、自适应中值滤波、微分直方图法确定二值化阈值、种子填充算法等图像处理算法的C语言实现,值得参考。-Mathematical Morphology and related algorithms
ImageInv
- 图象反色程序 要用到OpenCV库中的cv.h和 highgui.h-Anti-color process images to use OpenCV library cv.h and highgui.h
OpenCV_Needed
- When create OpenCV project, you just include these files to your project and don t setup OPenCV in your computer. Link cv.lib, highgui.lib, cxcore.lib, you can create your own program.
motempl
- 通过摄像头识别运动目标的运动方向,需要opencv1.0支持,设置project/setting/link/input 添加cxcore.lib cv.lib cvcom.lib highgui.lib comctl32.lib 即可编译运行-Through the camera to identify the movement direction of moving targets, the need for opencv1.0 su
SelfReadingSys
- EVC开发的嵌入式图像识别系统,可以识别尺子的数字,并通过串口实时传输识别结果。-EVC developed embedded image recognition system to identify the number of rulers, and through identification of the results of serial real-time transmission.
Game_fire
- 基于opencv完成的视频模拟游戏(单线程)。使用到了cxcore.lib,cv.lib,cvaux.lib,highgui.lib。窗口区产生随机目标,客户通过鼠标捕捉该目标,完成任务。可调节难度,显示任务完成进度。-this project is based on opencv (single-threaded). cxcore.lib, cv.lib, cvaux.lib, highgui.lib included. rand
ARTAg
- ARTag,增强现实的一个工具箱,功能教ARToolkit有了很大的改进,做增强现实的朋友一定会喜欢-Augmented Reality Toolbox
OTSU
- 在VC++6.0 已经openCV环境下的一维OTSU代码,实现图像二值化-// OTSU.h: interface for the COTSU class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_OTSU_H__33C2086A_C181_490B_946D_837B4C7F
opencv
- xcore.lib cv.lib ml.lib cvaux.lib highgui.lib cvcam.lib
tutorial2
- 教你如何從攝影機抓取影像~並呈現在螢幕上~還有儲存它們-This tutorial shows how to capture images from a camera, display them in a window, and save them. Remember to link with the cv and highgui libraries when building.
HighGUI
- 该文件适合初学opencv的爱好者使用,内含有详细的函数说明-The document suitable for beginners to use opencv fans, containing a detailed descr iption function
link-cant-open-highgui.h
- 关于“link cant open highgui.h”的解决方案 自己总结的在opencv和vc环境下 -About " link cant open highgui.h" solution summary opencv and vc environment