搜索资源列表
SaveJPEG
- 提示: JPEG压缩分为三个部分: 1.JPEG压缩原理及算法(RGB/YCbCr,DCT/IDCT,量化,Z字型编码,用DPCM对DC/用RLE对AC编码/Huffman编码) 2.JPEG标记格式 3.JPEG图片文件的组织形式(位于SOS后的图像压缩数据是由MCU块怎样排列的,特别是使用了DRI之后) 还有许多细节问题: 1.解码过程中遇到“FF 00”当“FF”处理,否则忽略“FF” 2.进行DCT前YCbCr要减128,进行IDCT前要加128(相当于Y减128,YCbCr不需要加12
VOXEM.ZIP
- will generate a voxel terrain map and place this data in a 2d array rotate the terrain map data about x,y,z
oscill_src
- This a simple implementation of Oscilloscope control. This control shows last N points of user data. It has up to 8 channels (number of channels are defined by OSC_MAX_CHANNELS parameter in header file). Each channel can show only one curve (in this
arcgis_engine.rar
- 把线数据增加高程(增加Z值) SceneControl中实现画3DGraphics的方法 曲线距离的测量,Line data to increase the height (an increase of Z value) SceneControl achieve 3DGraphics painting method of measuring the distance curve
MatView45.zip
- 三维表面图形控件是建立在OpenGL基础上的控件,给定zij=f(xi,yj)离散数据,可以绘制三维表面图形。三维图形的表面可以使用不同的颜色、光照、纹理,也可以控制其绕x、y、z轴旋转,还可以通过随时间而改变控件中的数据,制作随时间变化的动态图形。三维表面图形控件包含的文件有:matview45.ocx,gl3d20.dll,CqmImg32.dll,Visdp32.dll。,Three-dimensional surface graphics control is built on the
3DSlice
- 将三维图像从X,Y,Z这三个方向上的任意深度的数据以二维切片显示-display the 2D slice from the 3D image data
RWJpegExp
- MFC 读取BMP图像信息,然后进行二维DCT变换,再量化,Z字型扫描,实现BMP到JPEG的转换-the encoding and decoding of JPEG and the specific realization of program on vc++ platform. The encoding part of this program can encode a picture whose format is BMP and save relevant data as binary
BUNNY_Data
- 这是一个完整的斯坦福兔子的数据,Bunny.txt是数据,数据的每行分别按照x y z 的格式存储;BunnySrc.txt是将该数据赋值个数组格式;BunnyTriId.txt是在matlab中使用trimesh函数生成三角形的点序号。-This is a complete data on the Stanford rabbits, Bunny.txt is the data, respectively, each row of data in accordance with the form
sourcecode
- simple grid interpolation of scatter data by using euclidean distance. Colouring z with different RGB and save in ASCII, comma delimeter-simple grid interpolation from scatter data.
Qplot
- 交互式的matlab plot绘图工具,绘制二维三维图形.-QPLOT interactive ploting program Qplot opens a standadr MATLAB figure with three options added to the menu bar: Qfile, Qoptions and Qgraph. Under Qfile you can read data files (text or Excel). Under Qoptions you can
030408
- 三维立体渲染图是地形图信息的重要组成部 分, 它反映了地形的立体形态, 模拟了地形的表面灰 度, 非常直观 [&] 。用户可以根据不同的需要, 对于同-Surfer contains three document window types: the plot document, worksheet document, and grid node editor. Maps are displayed and created in the plot document. The workshe
QuadTreeLOD
- In the present paper, we propose a particle-based method for the visual simulation of explosive flames. This method consists of a numerical simulation method based on a fluid model described by discrete Lagrangian using particles and a rendering meth
DisplayTiff
- 本代码主要是分析tiff文件结构,以及解出图像数据显示的例子,其中只是一种TIFF格式文件的解析,希望感兴趣的人通过引导了解tiff图像格式的规则。- EnglishSpanishChineseTranslate text or webpage 本代码主要是分析tiff文件结构,以及解出图像数据显示的例子,其中只是一种TIFF格式文件的解析,希望感兴趣的人通过引导了解tiff图像格式的规则。 Translate from: Chinese Allow phonetic typin
imjepg
- JPEG压缩编码的主要步骤有: 1.通过前向离散余弦变换减少图像数据相关性; 2.利用人眼的视觉特性队DCT系数进行量化; 3.使用查分脉冲编码调制对直流系数进行编码; 4.对交流系数进行Z形扫描,使用形成长度编码队交流系数进行编码; 5.熵编码器对上述描述符进行熵编码。-JPEG compression encoding of the main steps are: 1.forward discrete cosine transform to reduce the im
load_FRGC_abs_Z
- 三维人脸数据库FRGC V1. 0,2.0包括图像的深度数据和纹理,格式分别保存为:abs和ppm 读取abs数据中的深度z轴数据,保存为480*640的矩阵,进而进行数据处理研究。并且贴ppm纹理,便于观察。 -Three-dimensional face database FRGC V1. 0,2.0 depth data including images and textures, formats were saved as: abs abs data and ppm re
FAST-ICA
- 1、对观测数据进行中心化,; 2、使它的均值为0,对数据进行白化—>Z; 3、选择需要估计的分量的个数m,设置迭代次数p<-1 4、选择一个初始权矢量(随机的W,使其维数为Z的行向量个数); 5、利用迭代W(i,p)=mean(z(i,:).*(tanh((temp) *z)))-(mean(1-(tanh((temp)) *z).^2)).*temp(i,1)来学习W (这个公式是用来逼近负熵的) 6、用对称正交法处理下W 7、归一化W(:,p)=W(:,
FAST-ICA11
- 1、对观测数据进行中心化,; 2、使它的均值为0,对数据进行白化—>Z; 3、选择需要估计的分量的个数m,设置迭代次数p<-1 4、选择一个初始权矢量(随机的W,使其维数为Z的行向量个数); 5、利用迭代W(i,p)=mean(z(i,:).*(tanh((temp) *z)))-(mean(1-(tanh((temp)) *z).^2)).*temp(i,1)来学习W (这个公式是用来逼近负熵的) 6、用对称正交法处理下W 7、归一化W(:,p)=W(:,
Matlab-graphics-classic-case
- matlab经典绘图案例。包括三维曲面z=x^2+y^2的动画、正弦曲线的动画、切片图、向量图、三维彗星图、三角形网格图、三角形表面图、球面、等值线图、三维瀑布图、三维火柴杆图、三维散点图、柱形图、三维条形图、三维饼图、带形图、曲线图、高斯分布函数的曲面图、高斯分布函数的网格图、5阶高斯分布矩阵、梯度场矢量图、罗盘图、玫瑰花图、羽列图、数据向量的单轴对数坐标图、矩阵的条形图 矩阵的面积图、二维饼图、散点图、误差图、火柴杆图和碗状曲面图等等。 -Drawing matlab classic
plywrite
- 将三维三角网格数据存为ply格式文件,输入参数为三维数据x,y,z坐标,色彩信息,三角网格下标矩阵-The data is saved in the three-dimensional triangular mesh ply format, input parameters for the three-dimensional data x, y, z coordinates, color information, the subscr ipt matrix triangular mesh
data
- 读入点云的las文件,输出x,y,z,intensity的文件(里面有测试数据,还有一个main函数,调用另外一个函数)-read point cloud as format of las,then input x,y,z,intensity