登录
首页 » Visual C++ » TwoDimensionGraphicConvert

TwoDimensionGraphicConvert

于 2020-06-30 发布 文件大小:3633KB
0 537
下载积分: 1 下载次数: 8

代码说明:

  二维图形的变换,平移,翻转,尺度变换,反射对称,用MFC实现,这是别人的实现,我又给添加了既平移又反转的情况演示(two dimension graphic convert, translate ,rotation,scaling ,reflection symmetric, used by MFC implemented ,though other implement ,but i add the translate and rotation )

文件列表:

二维图形变换
............\Debug
............\.....\MainFrm.obj,16595,2014-04-27
............\.....\MainFrm.sbr,0,2014-04-27
............\.....\MyClass.obj,11709,2014-04-27
............\.....\MyClass.sbr,0,2014-04-27
............\.....\StdAfx.obj,106140,2014-04-27
............\.....\StdAfx.sbr,1375046,2014-04-27
............\.....\vc60.idb,222208,2014-04-28
............\.....\vc60.pdb,364544,2014-04-28
............\.....\二维图形变换.bsc,3687424,2014-04-28
............\.....\二维图形变换.exe,122978,2014-04-28
............\.....\二维图形变换.ilk,390692,2014-04-28
............\.....\二维图形变换.obj,23152,2014-04-27
............\.....\二维图形变换.pch,6878840,2014-04-27
............\.....\二维图形变换.pdb,484352,2014-04-28
............\.....\二维图形变换.res,5820,2014-04-27
............\.....\二维图形变换.sbr,0,2014-04-27
............\.....\二维图形变换Doc.obj,15102,2014-04-27
............\.....\二维图形变换Doc.sbr,0,2014-04-27
............\.....\二维图形变换View.obj,39041,2014-04-28
............\.....\二维图形变换View.sbr,0,2014-04-28
............\MainFrm.cpp,1520,2014-04-27
............\MainFrm.h,1318,2014-04-27
............\MyClass.cpp,3020,2014-04-27
............\MyClass.h,873,2004-07-19
............\ReadMe.txt,4064,2004-07-19
............\res

............\...\二维图形变换.rc2,404,2004-07-19

............\Resource.h,1068,2014-04-28
............\StdAfx.cpp,214,2004-07-19
............\StdAfx.h,1054,2004-07-19
............\二维图形变换.aps,42316,2014-04-28
............\二维图形变换.clw,2210,2014-05-02
............\二维图形变换.cpp,3909,2004-07-19
............\二维图形变换.dsp,4760,2014-04-27
............\二维图形变换.dsw,549,2004-07-19
............\二维图形变换.h,1336,2004-07-19
............\二维图形变换.ncb,91136,2014-05-02
............\二维图形变换.opt,70656,2014-05-02
............\二维图形变换.plg,1549,2014-04-28
............\二维图形变换.rc,10878,2014-04-28
............\二维图形变换Doc.cpp,1692,2004-07-19
............\二维图形变换Doc.h,1435,2004-07-19
............\二维图形变换View.cpp,9120,2014-04-28
............\二维图形变换View.h,2017,2014-04-28

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 3DSLoader_vtk
    利用VTK读取3ds文件,并进行渲染的程序.(Use VTK to read 3ds files, and rendering process.)
    2008-12-14 21:22:57下载
    积分:1
  • 用Opengl画出三维地
    读取dem数据,用Opengl画出三维地形,实现漫游。(Read dem data,and use Opengl to render the 3D Terrian. )
    2009-12-09 18:24:51下载
    积分:1
  • multi-csrbf-gui
    这是一个博士编写的关于RBF插值的三维重建的源程序,有需求的人赶紧下!(This is a prepared by Dr. RBF interpolation on the three-dimensional reconstruction of the source, there is a demand for people who hastened to the next!)
    2007-10-31 22:48:39下载
    积分:1
  • DownsamplePointCloud
    VTK里面的对点云进行降采样的程序,可以直接使用。(VTK point cloud inside the down-sampling procedure can be used directly.)
    2021-05-10 01:08:33下载
    积分:1
  • osgriver
    基于osg的河流显示,可以达到实时绘制效果。(Based osg rivers display, you can achieve real-time rendering results.)
    2020-09-15 13:47:58下载
    积分:1
  • Render
    用vtk+QT实现的MarchingCubes面绘制和光线投射体绘制,图形化洁面。(Surfacce rendering with MarchingCubes, Volume rendering with ray-casting, using QT+ VTK)
    2010-11-12 10:38:13下载
    积分:1
  • The_Magic_Of_Computer_Graphics
    计算机图形学重要参考。对理解OpenGL和D3D的渲染过程有重要帮助。(Computer graphics is a vast field that is becoming larger every day. It is impossible to cover every topic of interest, even within a specialization such as CG rendering. For many years, Noriko Kurachi has reported on the latest developments for Japanese readers in her monthly column for CG World. Being something of a pioneer herself, she selected topics that represented original and promising new directions for research. Many of these novel ideas are the topics covered in The Magic of Computer Graphics. Starting the basic behavior of light, the first section of the book introduces the most useful techniques for global and local illumination using geometric descriptions of an environment. The second section goes on to describe image-based techniques that rely on captured data to do their magic. In the final section, the author looks at the synthesis of these two complementary approaches and what they mean for the future of computer graphics.)
    2015-01-28 12:30:23下载
    积分:1
  • project
    说明:  课程设计的主要内容为开发一个实时绘制大规模三维场景的程序系统.必做部分: 1、学习3DS Max 的基本功能,并采用3DS Max 对三维场景进行建模,要求 场景中包含建筑物、道路、天空等基本元素,实现场景的纹理贴图功能。 2、通过3DS Loader 读取场景数据。。 3、学习并使用OpenGL 或DirectX 3D 实时绘制上述场景。 4、提供用户界面,并实现场景的交互漫游功能。 选做部分: 1、在场景中添加了三维地形。 2、实现雾这种气象条件的实时绘制。 3、实现计算机动画技术,飞机在天空中飞,圆环在不停的运转。 4、阴影的绘制 5、在场景中添加了喷泉。 6、实现Billboard 绘制技术。 7、添加了美妙的背景音乐。 (The main content of curriculum design for the development of a real-time rendering system of procedures for large-scale three-dimensional scene (running Interface, refer to Figure 1), including part and the election will be made part (where part of the requirements to achieve Optional 2 to 3 Or more than function). Will be part of: 1, learning the basic functions of 3DS Max, and three-dimensional scene using 3DS Max for modeling, requirements Scene includes buildings, roads, skies and other basic elements, to achieve the texture mapping function of the scene. 2, read the scene data by 3DS Loader. . 3, learn and use OpenGL or DirectX 3D real-time rendering the scene. 4, provide the user interface and interaction to achieve the scene roaming. Optional parts: 1, in the three-dimensional terrain scenes added. 2, the fog that weather conditions to achieve real-time rendering. 3, the realization of computer animation technology, aircraft flying in the sky, circle in)
    2011-04-16 21:32:57下载
    积分:1
  • 运动检测系统(修改后)
    vc编的运动检测系统,特征区域匹配,运动物体提取,运动轨迹跟踪等(vc series of the motion detection system, features regional match, moving objects extraction, trajectory tracking)
    2020-06-26 08:20:02下载
    积分:1
  • MultipleViewGeometryinComputerVision
    计算机视觉方面非常好的一本专业书籍,英文版PDF。详细介绍了计算机视觉领域运用的射影几何射影变换理论知识,介绍了相机标定的理论和方法,还有三维重建,立体视觉等方面的基础知识,一本不可多得教材!其中书中的代码实现都可以在网上下载,推荐!(Computer vision is a very good professional books, in English PDF. Details of the use of projective geometry projective transformation of theoretical knowledge in the field of computer vision, introduces the basic knowledge of the camera calibration theory and methods, as well as three-dimensional reconstruction, three-dimensional vision, a rare textbook! The implementation of the code in the book can be downloaded from the internet, recommended!)
    2013-05-19 09:45:08下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载