搜索资源列表
Lesson05
- OPENGL在VC++中的二维的图行转化成三维的图像,并且已经上色,带有旋转-OPENGL in VC++ In line two-dimensional map into three-dimensional images, and have been painted with a rotating
matlab_plot
- 使用MATLAB软件将三维图转化为二维图形实现。-Using the MATLAB software to three-dimensional images into two-dimensional graphics to achieve.
HeightMap
- 这是我使用OpenGL编写的C++程序,可以将一个规定大小的地形高程值二维数组转化为直观的三维地形表示-This is what I use OpenGL, prepared by C procedures, can be the size of a required two-dimensional array of terrain elevation values into an intuitive three-dimensional terrain that
junheng
- 彩色图像图像均衡化以及直方图的三维转化二维显示-Image equalization, as well as color images of three-dimensional histogram into two-dimensional display
sanweidixing
- 将固定大小的地形高值二维数组转化为三维地形表示-The topography of high-value fixed-size two-dimensional array into a three-dimensional terrain that
BW_2_Mesh
- 自己写的IDL代码,把三维的二值图像转化为三角形网格曲面-self-made IDL code, converting a 3D binary image into triangular surface mesh
hh
- 计算机图形学(Computer Graphics,简称CG)是一种使用数学算法将二维或三维图形转化为计算机显示器的栅格形式的科学。简单地说,计算机图形学的主要研究内容就是研究如何在计算机中表示图形、以及利用计算机进行图形的计算、处理和显示的相关原理与算法。 -Computer Graphics (Computer little, abbreviation CG) is a kind of the use of mathematical algorithms will of 2-d or 3-
SVM
- 一个简单易学的SVM程序,包括线性和非线性SVM,并包含二维和三维图像的转化。-An easy to learn SVM procedures, including linear and nonlinear SVM, and includes the conversion of two-dimensional and three-dimensional images.
三维数据转为二维数据
- 处理多光谱、高光谱图像,需要先进行图像信息的数据转化,转为二维数据后才能进行进一步分类等工作
Iterative-Fourier-algorithm-(GS)
- 迭代傅里叶算法实现对高斯光束的整形:用malab将二维的高斯分布图形转化成三维的分布的方法和用迭代傅里叶变换(GS)的算法对高斯光束的整形做对比-Iterative Fourier algorithm of gaussian beam shaping: the two-dimensional gaussian distribution with malab graphics into three-dimensional distribution method and using iterativ
code
- 实现二位图像转化为三维立体图像,并进行渲染(Two bit images are converted into 3D images and rendered.)
homework3
- 将二位数据投影到一维线性, LDA(Latent Dirichlet Allocation)是一种文档主题生成模型,也称为一个三层贝叶斯概率模型,包含词、主题和文档三层结构。所谓生成模型,就是说,我们认为一篇文章的每个词都是通过“以一定概率选择了某个主题,并从这个主题中以一定概率选择某个词语”这样一个过程得到。文档到主题服从多项式分布,主题到词服从多项式分布。 [1] LDA是一种非监督机器学习技术,可以用来识别大规模文档集(document collection)或语料库(corpus)