搜索资源列表
ivcon
- 3D图形文件转换工具。 支持的3D图形文件格式: 3DS, ASE, BYU, DXF, GMOD, HRC, IV, OBJ, OFF, POV, SMF, STL/STLA, STLB, TEC, TRI/TRIA, TRIB, TXT, UCD, VLA, WRL, XGL
singt
- 实现了方波、正弦波、三角波的输出,同时在LCD模块中用状态机的方法实现LCD的对应显示:当输出正弦波,LCD显示“SIN”;当输出方波,LCD显示“REC”;当输出三角波,显示“TRI”;复位和其它位置波形显示“UNI”。
2D
- 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(
phongShader
- 使用 OpenGL Shader Language 實作 Phong Shadering (一種CG 渲染方式) 會自動讀取 model 資料夾下的 tri 模型,平台為 windows Code::Blocks-Implementation of Phong Shadering(a CG rendering mode) by Shadering Language, will automatically read the model folder under the tri model, pla
Ccode2.tar
- c语言计算几何 三角化 Ch1, Code 1.14 凸形外壳[2D] Ch3, Code 3.8 凸形外壳[3D] Ch4, Code 4.8 球 Chapter 4, Fig. 4.15 德劳内类型 Ch5, Code 5.2 ...See *English version.-\Computational Geometry in C\ the book s recipe Triangulate Chapter 1, Code 1.14 /tri Convex
Lab_RGB
- 利用三线性插值进行从CMY色彩空间向LAB色彩空间的转换-Carried out using tri-linear interpolation from the CMY color space to LAB color space conversion
sanxianxingchazhi
- 三线性插值算法放大图像,用于放大数字图像,比双线性放大复杂-Tri-linear interpolation algorithm to enlarge the image for enlarged digital image, zoom complex than bilinear
CalculatingPointTriDistance
- Calculate the distance of a given point P from a triangle TRI. Point P is a row vector of the form 1x3. The triangle is a matrix formed by three rows of points TRI = [P1 P2 P3] each of size 1x3. dist = pointTriangleDistance(TRI,P) returns the distanc
tri-mesh-with-normal
- 一篇文章,讲述如何基于三角片法矢调整计算三角网格模型的光顺性-An article on how to adjust based on calculation of normal vector of triangles triangular mesh model of smoothness
tri
- 任意多边形三角剖分,来自计算几何c描述,需要用c编译-triangulation methods
JMeshLib
- JMeshLib程序主要针对流形三角网格进行优化,以边为结构数据对三维立体表面数据进行法矢一致性转换、孔洞检查、噪声监测以及剔除退化三角形等功能。-JMeshLib provides a framework to work with manifold triangle meshes. It implements an edge-based data structure with all its fundamental functionalities (i.e., file I/O, me
Tri-Tr-Intersection-Test
- 该篇论文提供了三维立体表面模型三角网格相交性的快速检测技术。-This paper presents a method, along with some optimizations, for computing whether or not two triangles intersect. The code, which is shown to be fast, can be used in, for example, collision detection algorithms.
trix
- Delaunay三角剖分的一个程序,一个方法。属于计算机图形中的计算几何。对于有限元分析有着重要的意义。-Delaunay tri-decomposition program
Tetra_RGB_Lab(1)
- 该程序实现了从RGB空间模型到Lab模型的转换,分别采用三线性插值法与四面体插值法,并绘制出不同模型精度分布图,进行了比较,非常好运行。-The program implements the conversion RGB to Lab space model models were used to tri-linear interpolation method with tetrahedral interpolation method, and draw out the different d
danchuang
- 实现单窗算法进行地表温度反演,能够有效的运行,有运行练习三波段数据-Single-window surface temperature retri algorithms, can effectively run, have run training tri-band data
paper5
- tri state median filter for image denoising
gles-tri-master
- gles-tri: Simple OpenGL ES example based on code the OpenGL ES 2.0 Programming Guide. -gles-tri: Simple OpenGL ES example based on code the OpenGL ES 2.0 Programming Guide.
point3d
- 直接运行TestMyCrust.m, 读取点云txt,或者直接加载mat文件 运行需要几分钟,耐心等待 完成后运行trianglenormal.m, 生成三角面片的法向量 运行完成得到tri.txt(组成三角面片的点的编号信息),trinormal.txt(每个三角面片法向量数值),diandian.txt(每个点云信息) 然后将三个数据当做stl_gen.exe的输入文件,得到trisuface.stl文件(run TestMyCrust.m, read point cloud fil