CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - 一维数组

搜索资源列表

  1. tymatrix

    0下载:
  2. 将投影变换矩阵存储到一个一维数组中,与函数glFrustum,glOrtho,gluPerspective的相应参数相同,并比较当前投影矩阵和用所设计的函数所得结果。在屏幕上输出两个矩阵并进行比较。可使用glGetFloatv(GL_PROJECTION_MATRIX, ...)获得当前投影矩阵。-projection matrix storage to a one-dimensional arrays, and functions glFrustum. glOrtho, gluPerspect
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:4249
    • 提供者:sunway
  1. stft

    1下载:
  2. 一维向量的离散短时Fourier变换函数。函数名:stft,输入:要处理的一维数组,加窗:矩形窗,窗口宽度:20。
  3. 所属分类:波变换

    • 发布日期:2008-10-13
    • 文件大小:1141
    • 提供者:高言
  1. bitmap

    1下载:
  2. 读取bmp图像的灰度值,用一维数组输出!
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:69531
    • 提供者:曾轶飞
  1. 3DTERRIN

    0下载:
  2. DEM的规则格网存储结构是一个二维点阵,由于其高度与宽度已知,因此可以用一个一维数组p[n]进行管理,设原点的平面位置为(0, 0),DEM的长度与宽度分别为s和t,则任意一点(i,j)的高程值为p[i×t+j]。规则格网的这种简明结构,事实上已经对DEM数据进行了很好的组织,因此将格网数据读入内存,而无需使用其它任何结构进行管理,直接对读入的DEM数据块进行处理,生成格网面。 利用bitmap将DEM位图中的数据读入到程序数组中,其中规则网格将区域空间切分为规则的格网单元, 每个格网单元对
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:332629
    • 提供者:杨冬
  1. work

    0下载:
  2. 很方便的小程序,可以将二维数组转为一维数组,还有im2block也可以将图像分块,在运动估计分析的时候很有用
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1657
    • 提供者:曹志民
  1. 基于索引表的细化细化算法

    0下载:
  2. 基于索引表的细化细化算法 功能:对图象进行细化 参数:lpDIBBits:代表图象的一维数组 lWidth:图象高度 lHeight:图象宽度-table on the details thinning algorithm functions : Refinement of image parameters : lpDIBBits : the image of a dimensional arrays lWidth : image height lHeight : Image width
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:1548
    • 提供者:王雷
  1. Hilditch细化算法

    1下载:
  2. Hilditch细化算法 功能:对图象进行细化 参数:image:代表图象的一维数组 lx:图象宽度 ly:图象高度-Hilditch thinning algorithm functions : Refinement of image parameters : image : the image of the one-dimensional array lx : Image width ly : image height
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:1882
    • 提供者:王雷
  1. Pavlidis细化算法

    1下载:
  2. Pavlidis细化算法 功能:对图象进行细化 参数:image:代表图象的一维数组 lx:图象宽度 ly:图象高度-Pavlidis thinning algorithm functions : Refinement of image parameters : image : the image of the one-dimensional array lx : Image width ly : image height
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:1593
    • 提供者:王雷
  1. Rosenfeld细化算法

    0下载:
  2. Rosenfeld细化算法 功能:对图象进行细化 参数:image:代表图象的一维数组 lx:图象宽度 ly:图象高度-Rosenfeld thinning algorithm functions : Refinement of image parameters : image : the image of the one-dimensional array lx : Image width ly : image height
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:1520
    • 提供者:王雷
  1. Jpg

    0下载:
  2. BMP图象数据提取及灰度值提取,,,,该程序首先把BMP从一维数组转换到CCC[960][1280]这个二维数组,然后扫描图象,提取其中的每个像素点的R,G,B值转换成Y,U,I模式的Y值(亮度/灰度值),然后用pix[y][x]存放,小弟能力有限,下面本来想用另一个数组B[y][x]存放二值化后的实体的-BMP image data extraction and gray value extraction,,,, the program first to BMP conversion from
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-14
    • 文件大小:3655932
    • 提供者:徐庶
  1. bianjiegenzong

    0下载:
  2. 实现边界跟踪算法,输入二值图像,进行边界跟踪,输出边界像素信息,存入一维数组中。-Boundary tracking algorithm to achieve the input binary image, the boundary tracking, output boundary pixel information stored in one-dimensional array.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-03
    • 文件大小:1788
    • 提供者:张花
  1. genzong

    0下载:
  2. 进行边界跟踪,输入的是二值图像,把跟踪结果输出到一维数组中,结果是边界-For boundary tracking, the input is binary image, the trace output to a one-dimensional array, the result is the boundary
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:1759
    • 提供者:陈陈
  1. PCA

    0下载:
  2. 本程序实现了pca算法,使用的是一维数组存储的样式,跟以往的二维算法有所不同-Realized by the pca algorithm, using a one-dimensional array to store the style, with two-dimensional algorithm is different from the past
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:3112
    • 提供者:hourui
  1. juanji

    0下载:
  2. opencv实现一维数组离散卷积,vc6.0实现-opencv realized one-dimensional array of discrete convolution, vc6.0 achieve
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:267637
    • 提供者:kevin
  1. DrawHist

    0下载:
  2. 显示任意一维数组的直方图显示。不是图像的显示-Display any one-dimensional array of histogram display. Not display the image
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-13
    • 文件大小:3556049
    • 提供者:刘朋维
  1. FirstSample

    0下载:
  2. VC源代码,针对一维数组数据提取后分解成多个数据元素。-VC code for faa ganefewifnasken fiwanfa
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-11
    • 文件大小:573
    • 提供者:王醒华
  1. Hilditch细化算法

    0下载:
  2. Hilditch细化算法 功能:对图象进行细化 参数:image:代表图象的一维数组 lx:图象宽度 ly:图象高度-Hilditch thinning algorithm functions : Refinement of image parameters : image : the image of the one-dimensional array lx : Image width ly : image height
  3. 所属分类:Graph program

    • 发布日期:2017-04-12
    • 文件大小:1931
    • 提供者:asacoup
  1. Pavlidis细化算法

    0下载:
  2. Pavlidis细化算法 功能:对图象进行细化 参数:image:代表图象的一维数组 lx:图象宽度 ly:图象高度-Pavlidis thinning algorithm functions : Refinement of image parameters : image : the image of the one-dimensional array lx : Image width ly : image height
  3. 所属分类:Graph program

    • 发布日期:2017-04-12
    • 文件大小:1642
    • 提供者:fellpe
  1. gray

    0下载:
  2. 先将图像利用地址的指针保存成一个一维数组,然后将彩色图像转化为灰度图像,再将结果返回到二维矩阵中显示。-Save the pointer using the address of the first image into a one-dimensional array, and then the color image into a grayscale image, and then returns the results to the two-dimensional matrix displa
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:83193
    • 提供者:ljq
  1. Hilbert

    0下载:
  2. 先把原图按hilbert曲线进行赋值,拉成一条一维数组,再reshape成一副图像,-First the original assignment according to the Hilbert curve, pull into a one-dimensional array, and then reshape into a pair of images,
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:34201
    • 提供者:席太平
« 12 3 »
搜珍网 www.dssz.com