搜索资源列表
-
0下载:
清华大学远程教育计算机图形学 ■ 第1章 绪论 ※ 计算机图形学的研究内容 ※ 计算机图形学的发展简史 ※ 应用及研究前沿 ※ 图形设备 ■ 第2章 光栅图形学 ※ 直线段的扫描转换算法 ※ 圆弧的扫描转换算法 ※ 多边形扫描转换与区域填充 ※ 字符 ※ 裁剪 ※ 反走样 ※ 消隐 ※ 练习题 ■ 第3章 几何造型技术 ※ 曲线和曲面 ※ Bezier和B样条曲线曲面 ※ 形体在计算机内的表示 ※ 求交分类 ※ 实体造型系统简介 ※ 练习题 ■ 第4章 真实感图形学 ※ 颜色视觉 ※ 简单光照明
-
-
0下载:
曲面求交线
提取点,点的坐标能显示出来-Extracting surface intersection point, point coordinates can be displayed
-
-
0下载:
基于光线投射变换的三维模型特征提取,以三维模型的重心为球心的最小包围球剖分成一系列同心球壳,落入每个球壳的射线与模型表面的交点定义一个球坐标方程。一般地,对于每条射线,它与模型表面的多个交点同时落入一个球壳的几率大大降低了,这样就可以尽可能的减少信息的丢失。-Transform-based ray-casting feature extraction of three-dimensional model to three-dimensional model for the core focus
-
-
0下载:
一些GIS计算公共方法
判断两个矩形是否相交
判断两个线段是否相交
判断点是否在面内
判断线与面是否相交
判断线与矩形是否相交
判断点是否在线上
计算线段的地理方位角-GIS calculation method to determine some of the public to judge two rectangles are intersected to determine the intersection point of two line segments
-
-
0下载:
用C++编写的实现计算机图形学中的直线,自由曲线,bezier曲线,nurbs曲面,填充,裁剪,显示直线交点等基本功能。-The realization of the c++ write computer graphics, linear, free curve, bezier curve, nurbs surface, filling, cutting, show the basic function such as straight line intersection point.
-
-
0下载:
Computer Graphics: The geometry of the shape must be defined by implicit functions. You must use
in the function scr ipt at least one set-theoretic intersection, one union and one
difference operations implemented using min / max functions. Using
-
-
1下载:
1、 用MATLAB软件绘制常见的旋轮线、星形线和螺旋线。
2、 用MATLAB软件绘制椭球面、双曲抛物面、单叶双曲面、锥面、环形面。
3、 用MATLAB软件绘制两个曲面的交线。(1. Draw common spiral, star and helix with MATLAB software.
2. Draw ellipsoid, hyperbolic paraboloid, univalent hyperboloid, cone and annular surface with
-