Welcome![Sign In][Sign Up]
Location:
Search - geometry

Search list

[Graph programGEOMETRY.zip

Description: GEOMETRY is a collection of routines for geometric calculations in 2, 3 and N space. These calculations include angles, areas, containment, distances, intersection, nearest point, and volumes. The objects considered include points, lines, line segments, polygons, planes, polyhedra and vectors.
Platform: | Size: 44996 | Author: | Hits:

[Special EffectsComputational Geometry in C Ccode2.tar

Description: 计算几何c语言实现 第二版 的源代码。对于计算机图形学的学习有一定的益处。-computational geometry c language second edition of the source code. For the study computer graphics have certain benefits.
Platform: | Size: 57027 | Author: 李利华 | Hits:

[Other resourceMathResourcePartII-Geometry

Description: Another very good Theory Book about Geometry
Platform: | Size: 325213 | Author: Da Da | Hits:

[STL几何问题

Description: 试用C++的类来定义表示简单平面几何对象的抽象数据类型Geometry。 (1) 用浮点数定义2 个几何量m1 和m2;m2 的缺省值为0.0000。 (2) 实现2 个构造函数:允许用1个参数或2 个参数声明几何对象。用1 个参数r声明的 几何对象为半径为r 的圆;用2 个参数r1和r2 声明的几何对象为r1磖2 的矩形。所声明的几 何对象的中心在原点。 (3) 定义计算几何对象的面积,周长和对角线长度的成员函数。 (4) 对于给定的实数r,先声明一个半径为r的圆c1;然后声明一个c1的外切矩形s, 接着再声明s的外接圆c2,接着再声明正三角形t,使得c2为t的内切圆且底边水平。 (5) 输出(4)中几何对象的面积,周长和对角线长度。 给定实数r,计算几何对象c1,s,c2和t的面积,周长和对角线长度。
Platform: | Size: 1652 | Author: 510199789@qq.com | Hits:

[Graph programgeometry几何类

Description:

geometry几何类源代码!


Platform: | Size: 15990 | Author: eicaddev | Hits:

[SourceCodeGEOMPACK is a set of routines for certain computational geometry problems. In particular, it can compute the Voronoi dia

Description: GEOMPACK is a set of routines for certain computational geometry problems. In particular, it can compute the Voronoi diagram, and the Delaunay triangulation, of a set of points in the plane.
Platform: | Size: 87261 | Author: followtimeliu | Hits:

[BooksMultiple View Geometry in Computer Vision

Description: 《计算机视觉中的多视图几何》(Multiple View Geometry in Computer Vision)扫描版[PDF] :搞计算机视觉的童鞋应该没有没听说过这本书的吧。。。简单的说就是3D Vision的圣经,教材中的战斗机。深入浅出,平衡了深度和易理解性,而且非常全面;如果想做3D Reconstruction等和三维视觉相关的方向,一定要读这本书。 引用Oliver Faugeras的评价: "I must leave the readers of the book to answer this question, and be content with saying that no designer of systems using cameras hooked to computers that will be built in the foreseeable future can ignore this work. This is perhaps a step in the direction of defining what it means for a computer to see."
Platform: | Size: 97072140 | Author: ccxcau | Hits:

[Graph programGEOMETRY

Description: GEOMETRY is a collection of routines for geometric calculations in 2, 3 and N space. These calculations include angles, areas, containment, distances, intersection, nearest point, and volumes. The objects considered include points, lines, line segments, polygons, planes, polyhedra and vectors.-GEOMETRY is a collection of routines for geometric calculations in 2, 3 and N space. These calculations include angles, areas, containment, distances, intersection, nearest point, and volumes. The objects considered include points, lines, line segments, polygons, planes , polyhedra and vectors.
Platform: | Size: 45056 | Author: mood_blue(黄强) | Hits:

[Mathimatics-Numerical algorithmsCGAL-3.0

Description: cgal 3.0,Computational Geometry Algorithms Library
Platform: | Size: 7007232 | Author: 巢志骏 | Hits:

[Special Effectspolygon-union

Description: 求两个多边形交集的程序,使用计算几何实现的,值得学习-intersection of polygons for the two procedures, the use of computational geometry to achieve, and worth learning
Platform: | Size: 131072 | Author: cwj | Hits:

[Graph Recognize2D

Description: C code for "Computational Geometry in C (Second Edition)": Code function Chapter pointer directory ----------------------------------------------------- Triangulate Chapter 1, Code 1.14 /tri Convex Hull(2D) Chapter 3, Code 3.8 /graham Convex Hull(3D) Chapter 4, Code 4.8 /chull sphere.c Chapter 4, Fig. 4.15 /sphere Delaunay Triang Chapter 5, Code 5.2 /dt SegSegInt Chapter 7, Code 7.2 /segseg Point-in-poly Chapter 7, Code 7.13 /inpoly Point-in-hedron Chapter 7, Code 7.15 /inhedron Int Conv Poly Chapter 7, Code 7.17 /convconv Mink Convolve Chapter 8, Code 8.5 /mink Arm Move Chapter 8, Code 8.7 /arm-C code for "Computational Geometry in C (Second Edition)": Code function Chapter pointer directory----------------------------------------------------- Triangulate Chapter 1, Code 1.14 /tri Convex Hull(2D) Chapter 3, Code 3.8 /graham Convex Hull(3D) Chapter 4, Code 4.8 /chull sphere.c Chapter 4, Fig. 4.15 /sphere Delaunay Triang Chapter 5, Code 5.2 /dt SegSegInt Chapter 7, Code 7.2 /segseg Point-in-poly Chapter 7, Code 7.13 /inpoly Point-in-hedron Chapter 7, Code 7.15 /inhedron Int Conv Poly Chapter 7, Code 7.17 /convconv Mink Convolve Chapter 8, Code 8.5 /mink Arm Move Chapter 8, Code 8.7 /arm
Platform: | Size: 67584 | Author: Mark | Hits:

[Special EffectsComputational Geometry in C Ccode2.tar

Description: 计算几何c语言实现 第二版 的源代码。对于计算机图形学的学习有一定的益处。-computational geometry c language second edition of the source code. For the study computer graphics have certain benefits.
Platform: | Size: 57344 | Author: 李利华 | Hits:

[Algorithmgeometry

Description: C++语言编写的几何学算法模板。包括几何学的10多种基本的操作。例如点生成直线,叉积运算,线段的拐向,任意多边形面积的计算,点的位置判断,线段相交判断,求凸包等等。-C++ Language template geometry algorithm. Including the geometry of more than 10 kinds of basic operation. For example, point to generate a straight line, fork plot computing, the segment拐向, arbitrary polygon area calculations to determine the location of the point, line segment intersection judge, and the convex hull and so on.
Platform: | Size: 2048 | Author: KiD | Hits:

[Special EffectsGeometry(C)

Description: 计算几何(C描述)第二版教材的配套程序,用C语言实现了本书的主要算法.-Computational geometry (C described) in the second edition of materials matching procedures, using C language to achieve the book
Platform: | Size: 77824 | Author: 陈新文 | Hits:

[3D GraphicGeometry

Description: 基于OSG的基本几何体绘制(Geometry)示例-OSG-based volume rendering of the basic geometry (Geometry) sample
Platform: | Size: 17408 | Author: 汪洋 | Hits:

[OtherMultiple-View-Geometry-in-Computer-Vision-firstpar

Description: 《计算机视觉中的多视图几何》的经典外文教程,详细介绍计算机视觉的知识-《multi-view geometry in Computer Vision 》 a classic foreign-language tutorial, a detailed knowledge of the introduction of computer vision
Platform: | Size: 48148480 | Author: 王伟伟 | Hits:

[OtherMultiple-View-Geometry-in-Computer-Vision-Scondpar

Description: 《计算机视觉中的多视图几何》的外文经典教程,详细介绍计算机视觉的知识,第二部分-《multi-view geometry in Computer Vision》 the foreign classics tutorial, a detailed knowledge of the introduction of Computer Vision, Part II
Platform: | Size: 47232000 | Author: 王伟伟 | Hits:

[Algorithmgeometry-1.5.source.tar

Description: 一个强大的开源的计算几何算法库,全称是: 提供了诸如:2D凸包,3D凸包,三角化等等著名的计算几何经典算法。库是基于C++的。 -(I plan to dedicate every edition of this software to someone famous who has influenced computers, mathematics, or science.) Version 1.0 of Geometry is dedicated to the father of Algebra. Without him, this program would never have existed
Platform: | Size: 12288 | Author: wang | Hits:

[VC/MFCepipolar-geometry-theory

Description: 介绍了一种通过对未知极线几何的恢复,匹配两帧未标定图像的技术~性能稳定~-A robust technique for matching two uncalibrated images through the recovery of the unknown epipolar geometry。
Platform: | Size: 1974272 | Author: 徐琼 | Hits:

[Otherdiscrete-and-computational-geometry

Description: 这是一个很不错的英文版计算几何教材,对研究计算几何、地理信息系统的朋友,会有用处!-This is a very good English teaching computational geometry, the study of computational geometry, geographic information systems friend, will be useful!
Platform: | Size: 12585984 | Author: liyuan | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net