搜索资源列表
Cogs
- 多窗口下的三维立体程序, 演示了同时从多角度观看物体的好例子,学习OpenGL的人一定不要错过-more windows under the three-dimensional process, demonstrated the same time from multiple objects viewed as a good model learning OpenGL must not miss
threedmesh
- 为了实现图像处理的需要,实现二维图像的三维显示,于是写了本代码,希望与此有兴趣的读者共享。图像的获取一是bmp图像文件,二是来自剪贴板。本代码在MFC中调用OpenGL库函数来实现二维图像的三维显示,图像的宽度、高度和象素的亮度分别为三维空间的x,z,y坐标。程序主要有初始化、绘图、资源释放和操作部分,这些功能在OGL_MFCView.cpp文件中实现。OpenGL库的初始化在该文件中的OnCreate,InitScene和DrawScene函数中实现,主要初始化OpenGL运行时的环境变量,三
sanjiaohua
- 用VTK实现物体表面三角格网的构造,并实现格网的绘制。-used VTK achieve surface of the triangular grid structure, and to achieve the mapping grid.
ImageLab
- 本系统可以完成数字图像的离散傅立叶变换频谱图,中值滤波,腐蚀,膨胀,图像增强,二值化以及二值图像中物体的计数-the system can complete digital images of discrete Fourier transform spectrum, the median filter, corrosion, expansion, image enhancement, two and two binary value objects in the image count
ReadDXF.doc
- OpenGL是美国SGI公司最新推出的一套开放式的三维图形软件接口,适用于广泛的计算机环境,从个人计算机到工作站,OpenGL都能实现高性能的三维图形功能。OpenGL本身不仅提供对简单图元的操作和控制,还提供了许多函数用于复杂物体的建模。但是,我们通常喜欢使用AutoCAD和3DS及3Dmax等工具来建立模型,并且我们已经有了很多这样的模型,那么我们如何才能资源共享,避免重复劳动呢?利用CAD图形标准数据交换格式—DXF格式,我们就能很容易地实现资源共享,而不需要重复建模。 -SGI Open
ViewMorphing
- 图像插值程序,在一些场合需要提供真实接触感觉,可以根据视角位置变化而生成对应视点的视图,提供相应的三维感觉,从而能够“环视”场景中的三维物体。-image interpolation procedures, in some occasions the need to provide access to real sense, it may change position and perspective generation of the corresponding Perspective Vie
MeasuringAngleofIntersection
- 用图像进行物体角度测量的代码,在Matlab下编写,很有参考价值。-image objects angle measurement for the code in Matlab under preparation, great reference value.
Cube1
- 用OpenGL实现对环境光、物体质材、颜色等多种结合起来的模拟 程序界面等各方面的都源于自己的设计 同时利用定时器来实现不同角度的旋转功能-use OpenGL light on the environment, build physical objects, such as multiple colors combine analog interface procedures in the areas of their origin are designed using the tim
packing2006code
- 此程序目的用来计算集装箱装量,可以计算出达到最大装量的放置方法,功能已经基本实现,实际可以用于任何方形空间存放方形物体的计算问题,目前只有文字输出结果。 程序利用回溯探索法,算法一般,有水平者可以改进算法。-purpose of the procedure used to calculate container load can be calculated maximum load placed methods, functions have basically achieved, the
ImageEnhancement
- 程序描述了一种图像增强的算法,可提取物体轮廓。-describes a process image enhancement algorithms, object contours can be extracted.
movedetect
- 该系统是为了实现对一系列图片中运动物体的跟踪而设计的,它通过对一系列图片的处理,提取出图片背景,识别出运动物体,进而对运动物体进行跟踪,得到物体运动的轨迹-the system is to achieve a series of pictures tracking moving objects designed, it adopted a series of pictures, photographs extracted background to identify moving objects
tuxingxuedazouye
- 1. 做一个集成的图形界面的程序,可调用每一次作业子程序。 2. 调用画点的函数,用DDA、中点算法画直线和中点算法及正负法画圆和抛物线。 3. 交互式的二维直线求交:如果存在交点,用实心圆显示交点,并用文字显示其坐标。 4. 用动画实现二维图形变换的各种算法,实现对指定形体的平移、旋转和缩放。(包括自行车行走和绕固定点旋转的自旋转物体动画。) 5. 线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的
caijinyubianhuanshili
- 裁剪与窗视变换示例,openGL制作。对真实物体的模拟成图。-Cutting and transform window, as examples, openGL production. The real object of the simulation maps.
OpenGL拾取例子[太阳系]
- 实现图形的拾取功能,在鼠标接近物体时显示相关信息-pick up the graphics function in the mouse close objects display the relevant information
MoveCanvasMIDlet
- 一个简单的J2ME程序键盘控制功能,图象绘画等,有两个文件组成一个物体文件,和一个MIDLET文件。没有密码-a simple procedure J2ME keyboard control functions, image painting, the two documents are composed of a document objects, and a MIDLET document. No password
Eagle_Lookaround
- 用C编写基于凌阳SPCE061A芯片的图象识别模块可实现(1)获得数据并处理。(2)控制按扭KEY1,播放物体的形状和颜色。(3)分辩的颜色:红色、绿色、蓝色、黄色。(4)分辩的形状:正方形、长方形、圆形、三角形。(5)控制按键KEY2,小车跟着红色的物体移动,别的颜色不做跟踪。-prepared based on the C Sunplus SPCE061A chip image recognition module can be realized (1) access to data and
Collision-Detection
- 碰撞检测的程序,你可以从中了解到物体的碰撞产生的效果。程序给出了详细的解释说明。-collision detection procedures, you will be able to understand that objects have the effect of collisions. Procedures are given a detailed explanation.
Dianziluopan
- 电子罗盘数据截取,运用于对物体航位,俯仰,横滚三参数的截取。在智能移动物体中运用广泛,具有参考价值-interception of electronic compass data, the application of object-Air, pitching, the three parameters of Rolling interception. The smart mobile objects using widely, with reference value
moniwutiyundongxitong
- 模拟物体平抛系统。对于建筑学的学生来说很有帮助 -object-throwing simulation system. For architecture students helpful
collision
- 判断两个物体是否碰撞的例子 可以判断物体之间的相对方向-judge whether the two objects collided example between objects can judge the relative direction