Welcome![Sign In][Sign Up]
Location:
Search - highgui

Search list

[GDI-Bitmapopencv4_Lib

Description: 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.
Platform: | Size: 10214452 | Author: chenxin | Hits:

[Special EffectsReinforcement_Image

Description: C语言实现图像增强实例 源代码调用OpenCV的cxcore和highgui两个库,应用C语言编写,实现对经典图像——三人模糊图像效果的增强。代码中包含自适应中值滤波、灰度幂次变化、分段线性变换、平滑化处理、高增益滤波等图像增强算法的C语言实现,值得参考。
Platform: | Size: 58175 | Author: Michael_M | Hits:

[Special EffectsChromosome_counter

Description: 数学形态学及相关算法的C语言实现实例 源代码调用OpenCV的cxcore和highgui两个库,应用C语言编写,实现对染色体图像中染色体数目的统计。代码中的核心算法为数学形态学的重要算法——开运算、闭运算(腐蚀和膨胀)。包含腐蚀处理、膨胀处理、自适应中值滤波、微分直方图法确定二值化阈值、种子填充算法等图像处理算法的C语言实现,值得参考。
Platform: | Size: 133744 | Author: Michael_M | Hits:

[Other resourceImageInv

Description: 图象反色程序 要用到OpenCV库中的cv.h和 highgui.h
Platform: | Size: 5687 | Author: Yu Gong | Hits:

[Special EffectsOpenCV_Needed

Description: 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.
Platform: | Size: 114092 | Author: tuzhiguo | Hits:

[Photo software《学习opencv》中文版.rar

Description: 第1章OpenCV概述...................... 1 第2章 OpenCV入门..... 18 第3章 初探OpenCV..... 35 OpenCV的基本数据类型 35 CvMat矩阵结构................ 38 IplImage数据结构............. 48 矩阵和图像操作................ 54 第4章 细说HighGUI...... 106 一个可移植的图形工具包............................ 106 创建窗口.......................... 107 载入图像.......................... 108 显示图像.......................... 110 视频的处理...................... 120 第5章 图像处理.......... 128 第6章 图像变换.......... 165 梯度和Sobel导数........... 169 拉普拉斯变换.................. 172 Canny算子...................... 173 霍夫变换.......................... 175 重映射 183 拉伸、收缩、扭曲和旋转............................ 185 CartToPolar与PolarToCart........................... 196 LogPolar........................... 197 离散傅里叶变换(DFT)... 200 离散余弦变换(DCT)....... 205 积分图像.......................... 206 距离变换.......................... 208 直方图均衡化.................. 211 练习. .. 213 第7章 直方图与匹配... 216 第9章 图像局部与分割................. 293 局部与分割...................... 293 背景减除.......................... 294 第10章 跟踪与运动..... 350 第11章 摄像机模型与标定........... 406 第12章 投影与三维视觉............... 441 第13章 机器学习........ 499 第14章 OpenCV的未来............... 564
Platform: | Size: 8513510 | Author: afd_326 | Hits:

[GDI-Bitmapopencv4_Lib

Description: 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.
Platform: | Size: 10214400 | Author: chenxin | Hits:

[Special EffectsReinforcement_Image

Description: C语言实现图像增强实例 源代码调用OpenCV的cxcore和highgui两个库,应用C语言编写,实现对经典图像——三人模糊图像效果的增强。代码中包含自适应中值滤波、灰度幂次变化、分段线性变换、平滑化处理、高增益滤波等图像增强算法的C语言实现,值得参考。
Platform: | Size: 58368 | Author: Michael_M | Hits:

[Special EffectsChromosome_counter

Description: 数学形态学及相关算法的C语言实现实例 源代码调用OpenCV的cxcore和highgui两个库,应用C语言编写,实现对染色体图像中染色体数目的统计。代码中的核心算法为数学形态学的重要算法——开运算、闭运算(腐蚀和膨胀)。包含腐蚀处理、膨胀处理、自适应中值滤波、微分直方图法确定二值化阈值、种子填充算法等图像处理算法的C语言实现,值得参考。-Mathematical Morphology and related algorithms realize the C language source code examples of cxcore call OpenCV and highgui two libraries, the application of C language to realize pairs of chromosomes in the chromosome number of image statistics. The core algorithm code for an important mathematical morphology algorithms- open operation, closing operation (corrosion and expansion). Contains corrosion treatment, expansion of treatment, adaptive median filter, histogram method to determine differential binarization threshold, the seed fill algorithm, such as image processing algorithms realize the C language, it is also useful.
Platform: | Size: 133120 | Author: Michael_M | Hits:

[Picture ViewerImageInv

Description: 图象反色程序 要用到OpenCV库中的cv.h和 highgui.h-Anti-color process images to use OpenCV library cv.h and highgui.h
Platform: | Size: 2717696 | Author: Yu Gong | Hits:

[Special EffectsOpenCV_Needed

Description: 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.
Platform: | Size: 113664 | Author: tuzhiguo | Hits:

[Special Effectsmotempl

Description: 通过摄像头识别运动目标的运动方向,需要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 support, set up project/setting/link/input to add cxcore.lib cv.lib cvcom.lib highgui.lib comctl32.lib compiler can be run
Platform: | Size: 7168 | Author: yulong | Hits:

[Graph RecognizeSelfReadingSys

Description: EVC开发的嵌入式图像识别系统,可以识别尺子的数字,并通过串口实时传输识别结果。-EVC developed embedded image recognition system to identify the number of rulers, and through identification of the results of serial real-time transmission.
Platform: | Size: 125952 | Author: 球王 | Hits:

[Windows DevelopGame_fire

Description: 基于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. randomly generated objectives in the window, customer use mouse to capture the objectives. Adjustable of degree of difficulty , showing the progress of mission .
Platform: | Size: 53248 | Author: wanglee | Hits:

[Graph programARTAg

Description: ARTag,增强现实的一个工具箱,功能教ARToolkit有了很大的改进,做增强现实的朋友一定会喜欢-Augmented Reality Toolbox
Platform: | Size: 57420800 | Author: yurui | Hits:

[Special Effectsopencv

Description: xcore.lib cv.lib ml.lib cvaux.lib highgui.lib cvcam.lib
Platform: | Size: 229376 | Author: whr | Hits:

[VC/MFCOpenCV_Chinese_Manual

Description: 关于OpenCV的详尽中文手册,包括CxCore、CvAux、Cv、HighGUI中文参考手册;OpenCV安装文档说明;OpenCV历程:图像文件读入与显示,图像创建、保存和复制,Canny边缘检测,轮廓(contour)检测,图像旋转与缩放,读视频文件和运动问题检测,Hough线段检测,鼠标绘图,离散傅立叶变换,windows下使用采集卡directshow等等以及应用专题-About OpenCV detailed English manual, including CxCore, CvAux, Cv, HighGUI Chinese language reference manual OpenCV installation documentation OpenCV process: read and display image files, image creation, preservation and reproduction, Canny edge detection, contour (contour) Detection , image rotation and scaling, read video files and motion problem detection, Hough line segment detection, the mouse mapping, discrete Fourier transform, windows, etc. to use directshow capture card and the application of special
Platform: | Size: 3723264 | Author: 陈姗 | Hits:

[OpenCVHighGUI

Description: 该文件适合初学opencv的爱好者使用,内含有详细的函数说明-The document suitable for beginners to use opencv fans, containing a detailed description function
Platform: | Size: 13312 | Author: 武志伟 | Hits:

[VC/MFChighgui

Description: opencv2.2.highgui部分的源码分析,希望可以给大家一些帮助-opencv2.2.highgui part of the source code analysis, hoping to give you some help
Platform: | Size: 15360 | Author: 高永强 | Hits:

[Software Engineeringlink-cant-open-highgui.h

Description: 关于“link cant open highgui.h”的解决方案 自己总结的在opencv和vc环境下 -About " link cant open highgui.h" solution summary opencv and vc environment
Platform: | Size: 823296 | Author: jiangtao | Hits:
« 12 3 »

CodeBus www.codebus.net