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

搜索资源列表

  1. characteristicdistill

    0下载:
  2. 矩特征提取算法代码。分别提取两类不同的特征,用二维数组矩阵提取矩特征再进行二值化处理图像。-moments feature extraction algorithm code. Extract two different characteristics, and using two-dimensional matrix array Moment Feature Extraction further two binary image processing.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:4183
    • 提供者:王强
  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. huiduzhuanhuan

    1下载:
  2. BMP灰度图到二维数组的转换
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:1432
    • 提供者:何冰
  1. Display_RGB_ARRAY_In_Dialog_Window

    0下载:
  2. 将二维数组[RGB数组]显示成24位BMP图片,功能非常简单,是在DlgDraw的基础上修改而来。不用害怕复杂的BMP头信息。-show the image from the RGB array
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:48021
    • 提供者:胡进
  1. HeightMap

    1下载:
  2. 这是我使用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
  3. 所属分类:OpenGL program

    • 发布日期:2014-08-14
    • 文件大小:1057714
    • 提供者:Vicky
  1. sanweidixing

    0下载:
  2. 将固定大小的地形高值二维数组转化为三维地形表示-The topography of high-value fixed-size two-dimensional array into a three-dimensional terrain that
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:1057443
    • 提供者:刘冰
  1. binary

    1下载:
  2. 用labview实现图像的二值化,通过把图片转化为二维数组,通过和阈值比较把图像二值化-Achieved with labview binary image by the image into a two-dimensional array, and the threshold value by comparison to image binarization
  3. 所属分类:Special Effects

    • 发布日期:2015-10-28
    • 文件大小:17748
    • 提供者:zhang
  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. ArrayMinMax

    0下载:
  2. 用来计算二维数组中的最大最小值,可以在图像处理中用这个程序来实现种子点的选取-Used to calculate the maximum and minimum in two-dimensional array, using this procedure to select the seed point in image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:234704
    • 提供者:jiayangvivid
  1. testttt

    0下载:
  2. 该代码是对图像转化的二维数组进行处理,对图像数组进行3*3的中值滤波,代码优点是占用内存小,处理速度较快。-it s an image processing code.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:970
    • 提供者:张国泉
  1. RGB-huoyan

    1下载:
  2. matlab实现对火焰在rgb模型下出的特征提取,对于二维数组来说,它的size是指它的行数和列数;三维数组是指它的各个维的维度,可以理解为m行,n列和p层,即一共有m*n*p个元素-matlab to achieve extraction of the characteristics of the flame in the rgb model for two-dimensional array, its size is the number of rows and columns three
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:170520
    • 提供者:张若水
  1. FormatConvertor

    0下载:
  2. 图像处理类。用于将数字图像转化为矩阵形式。以一维和二维数组的形式进行储存。-Image processing class. For digital images into a matrix form. The form of a one-dimensional and two-dimensional array to store.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2330
    • 提供者:祁万林
  1. Image-processing

    0下载:
  2. 基于VC++图像处理入门 三元色RGB 图像的矩阵格式 二维数组和图像的关系-VC++ based two-dimensional array of image processing entry ternary color RGB image matrix format and image relationships
  3. 所属分类:2D Graphic

    • 发布日期:2017-12-10
    • 文件大小:705251
    • 提供者:姚樊
  1. matlab

    0下载:
  2. 自己写的将二维小波分解后的系数提取正操作和逆操作,比如,一副图像进行一次小波分解后系数只是一个数列,不直观,提取之后将形成4个二维数组,分别含有低频系数和3个高频系数。-Write their own dimensional wavelet decomposition coefficients extraction positive operating and inverse operation, such as an image once after wavelet decomposition
  3. 所属分类:Special Effects

    • 发布日期:2017-11-14
    • 文件大小:1034
    • 提供者:vrhore
  1. upload_inCfree_show361points

    0下载:
  2. 初步实现了将激光雷达一次扫描的361个点在二维平面上的相对位置的显示。从txt文件到二维数组然后筛选过滤,最后归一化显示。缺陷在于很粗糙,而且没有用类来写,指针也比较繁琐。请轻拍。-The initial realization of a scanning laser radar 361 points in the relative position of two-dimensional plane of the display. To a two-dimensional array from
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-17
    • 文件大小:172833
    • 提供者:CHEN Ping
  1. polardb

    4下载:
  2. 将角度和幅度的二维数组画成dB值的polar图- POLARDB Polar coordinate plot. POLARDB(THETA, RHO) makes a plot using polar coordinates of the angle THETA, in radians, versus the radius RHO in dB. The maximum value of RHO should not exceed 1. It sh
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-13
    • 文件大小:2177
    • 提供者:fengxuehuanuo
  1. Exp4

    0下载:
  2. 利用栈制作的控制台的迷宫,静态二维数组初始化迷宫-Making use of the console stack maze, a maze of static two-dimensional array initialization
  3. 所属分类:Special Effects

    • 发布日期:2017-04-15
    • 文件大小:7006
    • 提供者:yi750045
  1. reverse

    0下载:
  2. 输入一个36个数的二维数组,之后将其逆置后输出。-Enter a 36 the number of two-dimensional array, after inverse output after the set.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:2840
    • 提供者:gauaum173
  1. TxtBmp

    0下载:
  2. 通过自己设置colorbar,然后将2位数组成图。在RGB表中选择好颜色,建立自定义cilorbar(在PPt文件中有测试),然后将外部二维数组读入并成图。同时绘制colorbar。-Through their own set colorbar, then 2 digits FIG. Choose a good color in the RGB table, build custom cilorbar (have tested PPt file), then the external two-d
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-04
    • 文件大小:15073
    • 提供者:PENGHAILONG
« 12 »
搜珍网 www.dssz.com