Welcome![Sign In][Sign Up]
Location:
Search - opengl image processing

Search list

[OpenGL programopenglimg

Description: opengl图像处理的例子,实现图像的拖动与复制-opengl image processing example, the Image Drive and reproduction
Platform: | Size: 7860 | Author: 微微 | Hits:

[OpenGL programOpenGL

Description: c++ builder 图形图象处理(OpenGL编程) 含有源代码及所有工程文件-c builder graphic image processing (OpenGL Programming) contains all the source code and project documentation
Platform: | Size: 34106 | Author: 邹亮 | Hits:

[OpenGL program用opengl开发图像处理系统

Description: 用opengl开发图像处理系统-use opengl Image Processing System Development
Platform: | Size: 3081626 | Author: 王宾 | Hits:

[OpenGL programStatic_OpenGL_Transprent

Description: 一个扩展CStatic类的OpenGL图像处理显示类。该类可以很容易移植在对话框中用于三维图像处理,并且可以支持鼠标旋转、平移、缩放模型。功能强大。-an expansion of the category CStatic OpenGL display image processing category. These can be easily transplanted in the dialog box for three-dimensional image processing, and supports mouse rotation, translation, scaling model. Powerful.
Platform: | Size: 109568 | Author: 郑明 | Hits:

[OpenGL program用opengl开发图像处理系统

Description: 用opengl开发图像处理系统-use opengl Image Processing System Development
Platform: | Size: 3081216 | Author: 王宾 | Hits:

[OpenGL programC__DocumentsandSettings_cq_桌面_VC

Description: 二维图像的三维显示 详细信息 < OpenGL > 本人为了图像处理的需要,很想实现二维图像的三维显示,于是写了本代码,希望与此有兴趣的读者共享。图像的获取一是bmp图像文件,二是来自剪贴板。本代码在MFC中调用OpenGL库函数来实现二维图像的三维显示,图像的宽度、高度和象素的亮度分别为三维空间的x,z,y坐标。程序主要有初始化、绘图、资源释放和操作部分,这些功能在OGL_MFCView.cpp文件中实现。OpenGL库的初始化在该文件中的OnCreate,InitScene和DrawScene函数中实现,主要初始化OpenGL运行时的环境变量,三维物体的光照,材质等,由于介绍OpenGL库的初始化的文档很多,在这里我就不多说了,感兴趣的读者可以参考有关的文档。在DrawScene函数中调用全局函数GLDraw3DBMP完成绘图部分。编译源代码时,必须把opengl32.lib glu32.lib链到工程中。 可以通过对话框改变材质。按上下箭头键可以实现三维图像的绕x轴旋转,按左右箭头键可以实现三维图像绕z轴旋转。本代码在Windows2000下编译通过。 -two-dimensional images of three-dimensional display detailed information <OpenGL> Image Processing himself to the needs and would like to achieve th ree-dimensional two-dimensional images, then wrote the code, with the readers are interested in sharing. Image Access First bmp image files, two from the clipboard. The MFC code Calling OpenGL library functions to achieve the three-dimensional two-dimensional image display, image width, height and pixel brightness of the three-dimensional space x, z, y coordinates. Main initialization procedures, mapping, the release of resources and operation, the function of these documents OGL_MFCView.cpp achieve. OpenGL library initialization of the documents, the OnCreate, InitScene DrawScene function and the realization of the main initializatio
Platform: | Size: 106496 | Author: 李茜 | Hits:

[OpenGL program二维图像三维显示

Description: 本人为了图像处理的需要,很想实现二维图像的三维显示,于是写了本代码,希望与此有兴趣的读者共享。图像的获取一是bmp图像文件,二是来自剪贴板。本代码在MFC中调用OpenGL库函数来实现二维图像的三维显示,图像的宽度、高度和象素的亮度分别为三维空间的x,z,y坐标。程序主要有初始化、绘图、资源释放和操作部分,这些功能在OGL_MFCView.cpp文件中实现。OpenGL库的初始化在该文件中的OnCreate,InitScene和DrawScene函数中实现,主要初始化OpenGL运行时的环境变量,三维物体的光照,材质等,由于介绍OpenGL库的初始化的文档很多,在这里我就不多说了,感兴趣的读者可以参考有关的文档。在DrawScene函数中调用全局函数GLDraw3DBMP完成绘图部分。 编译源代码时,必须把opengl32.lib glu32.lib链到工程中。 可以通过对话框改变材质。按上下箭头键可以实现三维图像的绕x轴旋转,按左右箭头键可以实现三维图像绕z轴旋转。 本代码在Windows2000下编译通过。-image processing to the needs and would like to achieve th ree-dimensional two-dimensional images, then wrote the code, with the readers are interested in sharing. Image Access First bmp image files, two from the clipboard. The MFC code Calling OpenGL library functions to achieve the three-dimensional two-dimensional image display, image width, height and pixel brightness of the three-dimensional space x, z, y coordinates. Main initialization procedures, mapping, the release of resources and operation, the function of these documents OGL_MFCView.cpp achieve. OpenGL library initialization of the documents, the OnCreate, InitScene DrawScene function and the realization of the main initialization OpenGL runtime environment variables, 3D objects light, material, and as such introduced OpenG
Platform: | Size: 106496 | Author: 张立强 | Hits:

[OpenGL programapoolGL-099-pre22.tar

Description: 用于在LINUX下进行三维图像处理的OpenGL接口.实现三维动态渲染-LINUX for the three-dimensional image processing OpenGL interface. Dynamic 3D rendering
Platform: | Size: 2191360 | Author: 李明 | Hits:

[OpenGL programthreedmesh

Description: 为了实现图像处理的需要,实现二维图像的三维显示,于是写了本代码,希望与此有兴趣的读者共享。图像的获取一是bmp图像文件,二是来自剪贴板。本代码在MFC中调用OpenGL库函数来实现二维图像的三维显示,图像的宽度、高度和象素的亮度分别为三维空间的x,z,y坐标。程序主要有初始化、绘图、资源释放和操作部分,这些功能在OGL_MFCView.cpp文件中实现。OpenGL库的初始化在该文件中的OnCreate,InitScene和DrawScene函数中实现,主要初始化OpenGL运行时的环境变量,三维物体的光照,材质等,由于介绍OpenGL库的初始化的文档很多,在这里我就不多说了,感兴趣的读者可以参考有关的文档。在DrawScene函数中调用全局函数GLDraw3DBMP完成绘图部分。 编译源代码时,必须把opengl32.lib glu32.lib链到工程中。 可以通过对话框改变材质。按上下箭头键可以实现三维图像的绕x轴旋转,按左右箭头键可以实现三维图像绕z轴旋转。 本代码在Windows2000下编译通过。-image processing in order to achieve the necessary two-dimensional realization of the three-dimensional images, then wrote the code, with the readers are interested in sharing. Image Access First bmp image files, two from the clipboard. The MFC code Calling OpenGL library functions to achieve the three-dimensional two-dimensional image display, image width, height and pixel brightness of the three-dimensional space x, z, y coordinates. Main initialization procedures, mapping, the release of resources and operation, the function of these documents OGL_MFCView.cpp achieve. OpenGL library initialization of the documents, the OnCreate, InitScene DrawScene function and the realization of the main initialization OpenGL runtime environment variables, 3D objects light, material, and as such introd
Platform: | Size: 105472 | Author: 周立 | Hits:

[OpenGL programopenglimg

Description: opengl图像处理的例子,实现图像的拖动与复制-opengl image processing example, the Image Drive and reproduction
Platform: | Size: 204800 | Author: 微微 | Hits:

[OpenGL programdk0619

Description: 此程序为一图像处理程序,用OPENGL编制, 用户首先选择是绘制二维或三维图形,对于相应的图形输入一定的数据后保存,即可出现需要的图形窗口,可以进行数据预数据,查看变差函数,运用克里格插值,观查图像生成过程及帧描绘过程,最后点击输出即可看到所实现的图形,此为一个非常不错的图形图像处理程序。且是用MFC实现的,功能强大,便于窗口运行。-procedure for an image-processing program, using OpenGL establishment, users first choice is drawn 2D or 3D graphics for the corresponding graphics input certain data preservation, there is a need to be a graphics window for data pre-data View variogram, using Kriging interpolation, concept check image generation process and frames painted process, the final output can click to see achieved by the graphics, this was a very good graphics and video processing. Which is MFC, powerful, easy operation window.
Platform: | Size: 3631104 | Author: luoye | Hits:

[OpenGL programOpenGL

Description: c++ builder 图形图象处理(OpenGL编程) 含有源代码及所有工程文件-c builder graphic image processing (OpenGL Programming) contains all the source code and project documentation
Platform: | Size: 33792 | Author: 邹亮 | Hits:

[OpenGL programCG---OpenGL

Description: 描述OpenGL一般功能的程序源码,在VC++6.0上通过检验,内容包括三维和二维的图像处理。-OpenGL functions described in general procedure source, in VC++ 6.0 through testing, including three-dimensional and two-dimensional image processing.
Platform: | Size: 5180416 | Author: 李维垒 | Hits:

[OpenGL programcvtool

Description: A command line tool that implement multi High Dynamic Range Image Processing Algorithms using OpenGL and Graphics Processing Units (GPU).
Platform: | Size: 164864 | Author: linux | Hits:

[OpenGL programcvltonemap

Description: A GUI for High Dynamic Range Image Processing using OpenGL and GPU. By performing the algorithms on the graphics processing unit (GPU), this program can immediately display the results of the algorithm and parameter changes.
Platform: | Size: 43008 | Author: linux | Hits:

[OpenGL programOpenGL

Description: OPENGL开发库,对于图形图像处理很好-OPENGL development libraries, image processing for the graphics good
Platform: | Size: 743424 | Author: lizhen | Hits:

[VC/MFCOPENGL

Description: 图像处理教程,ppt格式,内容为简单的压缩、旋转、调色、过滤。-Image processing tutorial, ppt formats, content for the simple compression, rotation, color, filter.
Platform: | Size: 6586368 | Author: vaney | Hits:

[Special EffectsImage_Processing_GPU

Description: 本程序借助OpenGL及其高级着色语言GLSL实现了图像降噪,锐化,对比度增强等图像处理操作!-With this procedure and its high-level shading language GLSL OpenGL implementation of image noise reduction, sharpening, contrast enhancement and other image processing!
Platform: | Size: 2048 | Author: wangbo | Hits:

[OpenGL programOpenGL

Description: 很好的图像处理显示软件!是初学VC++学者值得借鉴-Very good image processing display software! Worth learning
Platform: | Size: 674816 | Author: 马同学 | Hits:

[OpenGL programOpenGL+Programming+Guide

Description: 非常经典的opengl图像处理教程,适合本科及研究生自学实用(It is a very good book about image processing. It is very suitable to zhe graduate student to study by themselves.)
Platform: | Size: 10621952 | Author: 达拉斯 | Hits:
« 12 3 4 5 6 7 »

CodeBus www.codebus.net