搜索资源列表
YCbCr_to_rgb
- 颜色空间转换代码,ycbcr对rgb的转换verilog代码.YCBCR的格式是ITU601格式.-color space conversion code, RS right rgb conversion Verilog code. YCBCR format is ITU601 format.
reBuild01
- vtk三维重建tif文件格式 用了光线投射类 性能控制类 颜色转换类 等 体绘制器-vtk 3D reconstruction tif file format used raycasting Class Performance category control color conversion type devices such as Volume Rendering
pccode_2006910124551680
- 二维图像的三维显示。读入计算机中的任意bmp格式的图像,将其转换成三维图形并显示
vrml1to2
- 将vrml1格式代码转换成vrml2格式代码的工具。对于早期的三维软件很有用。
asciiToBin
- 用于vtk结构点数据格式从文本格式转换为二进制格式
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
MeshConv
- 3D模型格式转换工具,从md2 和md3转换为 .x格式
Q3DConverter
- 一个3D模型转换的工具,可以将3DMAX转换成Q3D格式-a 3D model of conversion tools, can be converted into 3DMAX Q3D format!
JPEG-ENCODE_DECODE
- JPEG格式转换matlab源码
CADIGES
- CAD文件格式转换代码,支持DWG2000,CATIA,KMG,IGES
PLY_TO_TRI_MESH
- 一个Matlab程序,可以将一个PLY文件格式的多边形网格取面转换成一对数组表示的三角形网格曲面-PLY_TO_TRI_MESH:a MATLAB program which reads data from a PLY file describing a polygonal mesh of a 3D surface,and converts it to a pair of arrays describing a triangular mesh or TRI_MESH
TRI_MESH_TO_PLY
- 将三角网格表示的3D曲面转换成一个PLY格式的文件-a MATLAB program which converts data describing a triangular mesh of a 3D surface, and reformats it into a data structure suitable for storage as a PLY file
12302
- 3其中“2.gif”是树的贴图,存储为GIF文件格式。这是因为要使树的最终效果更好;要把图像的背景设置为背景透明,GIF文件格式可以存储一些背景颜色并将其转换成透明性信息,而JPG的格式不能存储透明性信息。-3 of them " 2.gif" is a tree map, storage for the GIF file format. This is because the net effect of the tree to make better to set the
ani2pov
- 各种常见3d模型格式的转换工具,如ms3d、md3、md2等-3d models of various common format conversion tools, such as ms3d, md3, md2, etc.
canting
- 餐厅的3d模型,需要什么格式自己可以转换,我传的是dwg格式-Restaurant 3d models, what format they can convert, I have sent the dwg format
wrl2obj_wrlV2
- 自己写的一个将wrl格式的文件转换为obj格式文件,以便导入Maya进行渲染-Write a will convert wrl obj file format format for import into Maya for rendering
bmp-TO-yuv
- 实现BMP转yuv的功能,,很实用方便,是在VC++编程环境中开发的,用于实现图片的bmp转换成yuv格式-BMP to yuv functionality, very practical and convenient in VC++ programming environment developed and used to implement the picture bmp convert yuv format
changeXtoFVmat
- 三位网格数据文件的处理,将.X文件转换成matlab可以识别的文件格式mat-change .X to mat
Txt2Las
- 用于转换点云数据格式,txt格式转换为常见的las格式,方便处理(Used to convert point cloud data format, TXT format into a common Las format, easy to handle)
点云文件读写工具源码
- 一个非常实用可以处理las文件的工具,实现多种功能,如读写las文件,分类,分块,抽稀和合并,生成边界线,生成DEM,点云高度归一化,数据格式转换和波形数据压缩等。