搜索资源列表
二维图像三维显示
- 本人为了图像处理的需要,很想实现二维图像的三维显示,于是写了本代码,希望与此有兴趣的读者共享。图像的获取一是bmp图像文件,二是来自剪贴板。本代码在MFC中调用OpenGL库函数来实现二维图像的三维显示,图像的宽度、高度和象素的亮度分别为三维空间的x,z,y坐标。程序主要有初始化、绘图、资源释放和操作部分,这些功能在OGL_MFCView.cpp文件中实现。OpenGL库的初始化在该文件中的OnCreate,InitScene和DrawScene函数中实现,主要初始化OpenGL运行时的环境变量
VC实现显示渐变色彩效果
- 一个实现显示渐变色彩效果的VC函数,各个成员变量程序中有详细说明-show a gradual realization of the effect of color VC function, all member variables procedures are described in detail
VC实现显示浮雕文字效果
- 一个实现浮雕文字效果的VC函数,各个成员变量程序中有详细说明-a relief to achieve the effect of VC language function, every member variables procedures are described in detail
VSP_SE
- 自己编写的一个VC++程序,打开可执行程序后可以读取wave文件,此时程序将在客户区绘制波形图;之后可以计算短时能量、短时过零率和自相关函数,并且在客户区依次显示函数图像。-own VC prepared by a procedure to open executable wave after reading documents, this process will draw customers District waveform diagram; after short-term energy
threedbmp.rar
- 在MFC中调用OpenGL库函数来实现二维图像的三维显示,OpenGL in MFC library function call to achieve the two-dimensional images of three-dimensional display
ShowJPG.zip
- 用OLE函数读JPEG图片例子 VC++程序,源码 读取并显示JPEG图片的简单方法.,Using OLE function Reading JPEG picture examples VC++ Procedures, source code to read and display JPEG images simple way.
Opencv
- OPENCV 中文手册。对所有函数都有解释。相当于VC的MSDN。是一个很好的技术文档-Chinese OPENCV manual. For all functions are explained. VC is equivalent to the MSDN. Is a very good technical documentation
graphics_c
- c++的图形显示 包括各种函数曲线等 很不错哦-c++ of the graphical display includes a variety of function curves, etc. Oh well
Avi
- 一些简单avi视频处理函数,包括创建Avi视频函数,从视频帧中读入图像数据,存储显示函数等。-Some simple avi video processing functions, including the creation of Avi video function to read into the frame from the video image data, storage, display function, and so on.
ImageTest2
- 图像处理系列之2--显示篇 涵盖内容: 1>图像显示原理 2>图像显示函数 3>提高显示性能的方法,双缓存技术和VFW组件 涉及VC知识主要有: 1>const使用 2>类的编写 附加说明: 由于本程序使用了VFW组件,所以在Project--Setting中--Object/libray modules中添加vfw32.lib。 -Image Processing Series 2- shows
showPicture
- 使用三种不同的方法显示图片,其中有封装一个显示函数,可以方便移植-Using three different methods to display pictures, including a display package, function, can be easily transplanted
Gauss_function
- OpenGL实现高斯函数,利用VC++开发环境,实现三维显示-OpenGL Implementation of Gaussian function, using VC++ development environment, to achieve three-dimensional display
ambiguiity
- matlab的模糊函数实现。可以成功实现函数图像显示。测试成功。-matlab implementation of fuzzy function. Image display function can be successful. Tested successfully.
shuangmushijue
- 我编写的两相机定标算法,利用matlab toolbox得到初始数据进行一步的标定和优化,其中调用了matlab toolbox里的显示函数和-I prepared two camera calibration algorithm, using matlab toolbox to obtain the initial data calibration and optimization step, which is called the matlab toolbox in the display
ImageTest2
- Visual C/C++图形图像与游戏编程典型实例解析--涵盖内容: 1>图像显示原理 2>图像显示函数 3>提高显示性能的方法,双缓存技术和VFW组件 涉及VC知识主要有: 1>const使用 2>类的编写 附加说明: 由于本程序使用了VFW组件,所以在Project--Setting中--Object/libray modules中添加vfw32.lib。 实验环境: Win+VC6.0-Vi
imgprocCGsignalproc
- BMP图像处理程序,包括模拟信道产生的高斯加性噪声;图像灰度变换;图像的拉普拉斯边缘提取;中点滤波法的debluring;图像线性模糊。 图形显示函数,包括DDA方法画直线;中点裁剪法;liang-barsky算法的窗口裁剪;种子填充算法; 随机信号处理程序,包括产生正态分布、均匀分布样本;计算其均值与方差;各样本的概率分布直方图分析;功率谱分析;样本叠加的PSD分布分析。-BMP image processing procedures, including analog channel
opengl函数手册
- opengl的函数手册,显示了opengl的常用函数的解释和使用方法(Function manual of opengl)
灰度图像显示
- 函数说明 : 显示函数为showGrayImg(),三个参数分别为,图像指针,图像宽度,以及图像高度。 显示图像中,首先调用 setBitMapInfo()函数设置图像的文件头,用于setDIBitsToDevice()函数的调用。 特别注意,后面的对于图像宽度为4的整数倍的调整,并将图像边界对齐,即图像每一行的存储大小都为4的整数倍。 到此,此函数便可以用于在程序中随时显示函数了,等同于matlab中的imshow()函数
VC++底层图像处理函数
- 该DLL完成了关于BMP图象的转化,存储,透明等多方面操作。该函数集合主要围绕DIB Section句柄(HBTIMAP)在WINDOWS系统中绘制,透明,旋转,输出等功能而建立。方便用户对于底层BITMAP图形最直接得控制,从而提高程序运行效率。可用于例如追求显示效率的WINDOW窗口图形控制等项目。(the DLL has completed the transformation, storage, transparency and other aspects of the BMP imag
三维显示
- 将二维图像进行三维显示,使用的是matlab中的mesh函数(The mesh function of MATLAB is used to display two-dimensional image in three-dimensional)