搜索资源列表
yuvread
- 利用c++实现的读取yuv文件并且单独存储Y U V信号的工程,程序易懂带注释,可以直接运行查看结果-Using c++ implementation file and a separate storage read yuv YUV signal engineering, program easy to understand with comments, can be run directly see the results
ClipmapTerrain
- 基于GPU地形绘制算法,可以ROAM Simplistic Implementation By Bryan Turner brturn@bellsouth.net January, 2000 Project file for MS Visual C++ 6.0. Requires GLUT DLL (www.opengl.org) Adjust program constants in Landscape.h and Utility.cpp. MAPS: Default map is read
DDB_show
- 用C++读取bmp文件,格式为byte型,转化为opencv可用的iplimage类型,并显示出来。-In C++ to read bmp file format a byte, into the opencv available iplimage type, and displayed.
dip_OpenFile
- 这是利用很常用的BMP图像的读取的c++源代码-This is a very common use of the BMP image to read the source code c
readvideo
- 此程序实现了从一个Usb摄像头入图像或在视频文件里读入图像,并进行存储,用c++与OPenCV共同实现。-Realize this procedure from a Usb camera into the image or video file to read images, and storage, use c++ and realize common OPenCV.
medianfilter
- 将raw图像文件信息读入,然后进行中值滤波,并生成新文件的c语言代码。-Raw image file information to be read, and then median filtering, and generates a new file c language code.
BMPrw
- 用C语言写的一个读取BMP图片,并计算RGB值的项目文件,主要是计算心里色差判断-Written in C language with a read BMP images, and calculate the RGB values of the project file, mainly to check the calculation of heart color
DosImage
- C/C++图像处理编程 第二章至第九章 内容非常丰富,包括各种图形格式文件的读写操作、各种格式图像显示方法、灰度图、直方图、边缘提取、图像变换等很多内容,如果你是图像处理程序员,那么该软件可以为你提供几乎所有的入门及中高级技巧。-C/C++ image processing program chapter to chapter IX is very rich, including a variety of graphics formats file read and write operatio
042325
- 背单词程序: 程序使用词汇表文件,其中每个词条由单词和解释两部分组成,编程完成:用户输入一个单词,程序将给出单词的词性和中文意思。 建立一个词汇表测试用词汇表名为新东方红宝书.txt,用c语言文件操作打开该文件,并将文件读入命名为dictionary[DICTSIZE]的数组内。读入数据存储于dictionary[DICTSIZE]所分配的地址空间内,以8字节表示一个信息。-Program uses the vocabulary file, where each entry and
ReadTiff
- 这是一段简单的读写tiff文件的代码,包含“readtiff.h”文件并使用tiff类就可以 这段代码仅作为学习参考使用,效率并不高,如果要做实际用途,还请使用opencv或者MFC等库 此代码用纯C++写成,是我以前练习时用,可供参考。-This is a simple code to read and write tiff file, containing " readtiff.h" file and use this code tiff c
left-c
- 遍历某目录下文件 背景差法 求出动目标 并标记出来 包含读取连续帧图像-Traverse a directory file background subtraction method for the target and mark it out to read consecutive frames containing
ReadinVedio
- this file combines c++ and opencv,it can read in a video file ,connet it with opencv ,then our software can process the video。
C-and-C-P-P-graphics-programming
- C与C++高级图形程序设计完整版 内容摘要: 附录与关键词: 计算机图形学 程序设计 计算机图形学 全文目录 为什么要阅读本书 前言 第一章 数学模块 鸣谢 第一部 分通用程序 第二章 图形界面模块 第三章 如何使用模块 第四章 实体建模理论和数据库结构 第五章 给画面增加物体 第六章 在屏幕上排序和显示物体 第七章 Model.c描述文件生成程序 第八章
bmp-file
- C++ program to read a bmp image file and to retrieve header informations
bmp2pgm
- 一个用c++编写的将bmp图片转换为pgm格式的程序,支持通过命令行处理单个文件,或将文件批量转换为pgm格式,生成的pgm文件为p5格式。bmp读取使用gdi+实现,vs2005项目。绝对原创作品。-A with c++ write bmp picture conversion program pgm format support single file through the command-line processing or batch convert files to pgm form
tt
- 读取RGB24彩色图像的dat文件,没帧图片大小为320*240,然后对图片进行直方图均衡,一种是调用matlab接口,一种是自己写的,读取C语言处理的dat文件,都显示出来进行对比-Read the RGB24 color image dat file, no frame picture size is 320* 240, and then the image histogram equalization, a call matlab interface, one is to write yo
tuxiangchulidaima
- 本文针对目前图像特效处理的需求,主要研究几种基本的数字图像处理算法,以达到人们所期待得到的各种不同的效果。并在基于Windows系统的Visual C++6.0集成开发环境下,生成BMP位图文件并对其进行读取,使用VC编码实现这些算法。编写程序在BMP位图文件中画出各种图像,例如:三角型,圆,正弦函数图。在点运算处理中介绍了灰度化处理,算法设计原理是将输入像素点的灰度值通过算法实现改变其相应输出点的灰度值。在图像增强中,介绍了图形的平滑和图像的锐化算法,其算法的设计原理是根据一个固定小区域的几个
Histgram
- C语言版的直方图均衡程序,读取一幅对比度差的图片(去文件头,图像信息头的),通过该程序可以得到对比度增强的图像- C language version of the histogram equalization process, read a picture of a poor contrast (to the file header, image information header), through the program can get the contrast enhance
camshift_matlab_ilekoaiq
- cashift_matlab,我做的一些修改: 1.修改了之前网上的那种需要输入avi文件名再读取的方式,改成直接读取avi文件。 2.修改了另外建立avi文件的方式。 2.实时显示跟踪结果。 3.彩色图显示,用红色框圈出目标。 4.因为是基于颜色特征的,所以要选色颜色特征明显的。你可以自己拍摄目标颜色突出的avi视频来测试。 5.程序结束时有点小问题,按ctrl+c结束。(cashift_matlab, I made some changes: 1. Modify the kin