搜索资源列表
二维图像三维显示
- 本人为了图像处理的需要,很想实现二维图像的三维显示,于是写了本代码,希望与此有兴趣的读者共享。图像的获取一是bmp图像文件,二是来自剪贴板。本代码在MFC中调用OpenGL库函数来实现二维图像的三维显示,图像的宽度、高度和象素的亮度分别为三维空间的x,z,y坐标。程序主要有初始化、绘图、资源释放和操作部分,这些功能在OGL_MFCView.cpp文件中实现。OpenGL库的初始化在该文件中的OnCreate,InitScene和DrawScene函数中实现,主要初始化OpenGL运行时的环境变量
threedmesh
- 为了实现图像处理的需要,实现二维图像的三维显示,于是写了本代码,希望与此有兴趣的读者共享。图像的获取一是bmp图像文件,二是来自剪贴板。本代码在MFC中调用OpenGL库函数来实现二维图像的三维显示,图像的宽度、高度和象素的亮度分别为三维空间的x,z,y坐标。程序主要有初始化、绘图、资源释放和操作部分,这些功能在OGL_MFCView.cpp文件中实现。OpenGL库的初始化在该文件中的OnCreate,InitScene和DrawScene函数中实现,主要初始化OpenGL运行时的环境变量,三
MyDialogyOpenGL
- 一个基于MFC对话框的Opengl程序,给出了使用一般VC++开发基于MFC的Opengl的框架。-an MFC dialog on the Opengl procedures, given the use of general VC-based MFC Opengl framework.
MFC_OpenGL
- 制作一个基于MFC对话框的OpenGL类 基于MFC对话框的OpenGL类:COpenGL,可以在对话框程序中使用OpenGL了,并且提供了全屏与非全屏转换的两个函数,很容易使用,速度快。
open_win32_class
- 今天写了个基于MFC对话框的OpenGL类:COpenGL,可以在对话框程序中使用OpenGL了,并且提供了全屏与非全屏转换的两个函数,很容易使用,速度快。-today was based MFC dialog OpenGL categories : COpenGL, in the dialog box procedure can use OpenGL, and provided a full-screen and full-screen-two conversion functions, ea
MFCdialogclassOpenGL
- 一个基于MFC对话框的opengl类 word文档-A class based on MFC dialog opengl word document
mfc-and-opengl
- 该代码适用于vc++环境下,并在mfc对话框下用opengl仿真,这对于初学计算机图形的学者来说,是容易上手的!-The code for vc++ environment, and use opengl mfc dialog box under the simulation, which for a scholar beginning computer graphics, it is easy to use!
MyDlgOpenGL
- 基于MFC对话框的OpenGL框架,在框架中OnPint()函数中添加需要绘制图形的代码就可以在对话框上显示图形。-OpenGL MFC dialog-based framework, in the framework OnPint () function add the code needed to draw graphics on the dialog box can display graphics.
Rubiks-Cube-Solver
- 这是Windows基于对话框的应用程序,在Visual C++ / MFC的环境下,得到了一个杂乱的鲁比克魔方的显示步骤。一个魔方的配置可以由一个二维视图表示。 3D视图采用的是OpenGL技术。-This is a windows Dialog based application written in Visual C++/MFC that solves a scrambled Rubik s cube, showing the steps. A Rubik s cube configurat
TestImageViewMFC
- 功能:显示栅格数据 特点: 1 通过GDAL读取栅格数据 2 在MFC对话框上创建OpenGL窗口 3 在OpenGL窗口中显示栅格数据-Function: display raster data features: 1 raster data via GDAL read 2 to create OpenGL in MFC dialog window to display the window in OpenGL 3 raster data
MFCDialogOpenGL
- 基于MFC对话框类的opengl框架,方便不同读者的学习-Opengl framework based on MFC dialog class to facilitate the learning of different readers
OpenG-Draw-Mesh
- 功能:显示栅格数据 特点: 1 通过GDAL读取栅格数据 2 在MFC对话框上创建OpenGL窗口 3 在OpenGL窗口中显示栅格数据-Function: display raster data features: read by GDAL raster data to create OpenGL window in MFC dialog in the OpenGL window display raster data
OpenGL_With_MFC_
- Nehe的OPENGL教程第六课用MFC对话框实现-Nehe OPENGL tutorials sixth lesson MFC dialog
opengl
- 实现opengl与vc++MFC对话框的连接;实现一些基本的鼠标和键盘对opengl的操作;实现一些串口通信操作-Opengl realize the connection with vc++MFC dialog achieve some basic mouse and keyboard operation opengl achieve some serial communication
erqwer
- 实现opengl与vc++MFC对话框的连接;实现一些基本的鼠标和键盘对opengl的操作;实现一些串口通信操作-Opengl realize the connection with vc++MFC dialog achieve some basic mouse and keyboard operation opengl achieve some serial communication
xuanze
- 关于对话框opengl关联程序 单击mfc对话框中的按钮,显示另一个MFC用OpenGL绘图-About dialog box, click the associated program opengl mfc dialog button to display another MFC with OpenGL graphics
Opengl_dialog
- 在vs2008平台下创建的基于mfc对话框模式的OpenGL框架,很简单~-Mfc dialog mode of OpenGL-based framework in vs2008 platform created very simple ~
OpenGL-MFC
- 基于对话框的OpenGL的程序搭建包括源程序和word文档说明-The OpenGL graphics program based on the dialog box
TestMessage
- 实现MFC对话框+OpenGL编程,在MFC对话框中创建OpenGL绘图窗口,获取窗口鼠标点击位置,实现实时绘图。-MFC dialog box to achieve+OpenGL programming, in the MFC dialog box to create OpenGL drawing window, access to the mouse click the window position, real-time mapping.
Line
- 在MFC中建立OpenGL使用环境, 设置菜单和对话框,,编写直线扫描转换的核心代码(Build OpenGL environment in MFC, set menus and dialog boxes, and write the core code of line scan conversion.)