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

搜索资源列表

  1. 二十面体(Array)

    0下载:
  2. 绘制二十面体,使得八个脚个有一个图形,有棱柱之类,是线框图。-mapping Icosahedral, making eight feet out with a graphic, such as Prism, wireframe.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:41256
    • 提供者:蓝兰
  1. 表面重建

    0下载:
  2. load points 3D array and rgb data,colours are interpolated inside triangles。
  3. 所属分类:图形图象

  1. 通过鼠标点击画多边形的MFC界面

    1下载:
  2. 通过鼠标点击画多边形的MFC界面.每次鼠标左击时取得当前鼠标的位置,放到point类型数组中,直到点击了鼠标右键结束,Polygon drawing by mouse click in MFC enviroment. Every time when the mouse left-click to obtain the current mouse position, into an array of point type, click the right mouse button until th
  3. 所属分类:绘图程序

    • 发布日期:2016-01-25
    • 文件大小:2987008
    • 提供者:fairy
  1. SubImage IplImage对象或者BYTE型数组中取出一幅图像的子图像

    0下载:
  2. 用于从一个IplImage对象或者BYTE型数组中取出一幅图像的子图像,类似于OpenCV中的SetImageROI,但是该函数提供的功能是原图像子图像的一个拷贝,而非在原图像中设置ROI。-For the IplImage from a BYTE array object or remove an image of the sub-image, similar to OpenCV' s SetImageROI, but the function is the function of the o
  3. 所属分类:OpenCV

    • 发布日期:2017-03-22
    • 文件大小:1850
    • 提供者:Glorious Fool
  1. rgbhsv-2hsi.rar

    0下载:
  2. 实现图像由rgb到hsi和HSV转换C++代码,hsi-长度为3的双精度数组,rgb- 长度为3的双精度数组,Image from rgb to HSI and HSV conversion C++ Code, hsi-length 3 double precision array, rgb-length 3 double precision array
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:1671
    • 提供者:张娜
  1. ConstructWaveBaseFunction.rar

    0下载:
  2. 紧支撑小波基的构造。 以Daubechies小波滤波器系数为例,推导出小波函数及尺度函数,并画出其图像. void Convolution(double* pShortData, int nShort, double* pLongData, int nLong) int CalcScaleFunction(double* pOutData) int CalcWaveletFunction(double* pOutData) Convolution()不是通用的离散卷积代码,而
  3. 所属分类:波变换

    • 发布日期:2017-04-01
    • 文件大小:175281
    • 提供者:zhang
  1. vp_color_table

    0下载:
  2. 在VP中,利用OPENGL中的颜色数组实现场景中模型的颜色变换.-This sample uses geometry representations to create an alternate representation of the esprit model that uses a separate color array and allows the selection of which color array to use at run time. The color tracking
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-05
    • 文件大小:9334
    • 提供者:dawinluo
  1. BmpLoadFOut

    0下载:
  2. 1、将bmp24图片转化为十六进制并用.txt文件输出。 2、调用图片的十六进制码.txt文件在view窗口显示。-1, the bmp24 picture into hexadecimal and use. Txt file output, the output. Txt files can be used directly into the array. 2, the picture is called hexadecimal code. Txt file in the view w
  3. 所属分类:Graph program

    • 发布日期:2017-04-16
    • 文件大小:110089
    • 提供者:hj
  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. ArcPartDemo

    0下载:
  2. 计算圆弧上n个等分点的坐标的函数,及使用示例代码,VC环境,属于二维图形基础算法,加有详细的注释。 输入:圆心,起点,终点,半径,旋转方向,点数量n。 输出:圆弧上n个等分点坐标的数组, 说明:输出的起点序号为0,终点序号为n-1 -Calculate arc n are equally a function of the coordinates of points, and use the sample code, VC environment, belonging to
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-29
    • 文件大小:45646
    • 提供者:wsadfg
  1. tubao

    0下载:
  2. 输入一个二维的点集数组,然后就能将此点集的边界算出来,点集的边界分为凸多边形边界和凹多边形边界,实现凸多边形和凹多边形边界类,任意一个都行!-Enter a two-dimensional array of point set, and then will be able to set boundaries calculated, the boundary point set is divided into convex polygon concave polygon boundaries an
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1103
    • 提供者:王文
  1. VASPHERE

    0下载:
  2. 采用opengl中顶点阵列的方式生成曲面的实例。-list & Vertex Array/Direct Comparison
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-06
    • 文件大小:120271
    • 提供者:zhtfox
  1. RAW-TO-BMP

    0下载:
  2. 将数组表示的像素值还原为图像,查看图像的视觉效果-Array that will restore the image pixel values, view visual images
  3. 所属分类:Special Effects

    • 发布日期:2017-03-21
    • 文件大小:393824
    • 提供者:刘伟
  1. OperationMatlabmwArrayArray

    0下载:
  2. 操作Matlab mwArray阵列.Matcom、Matlab COM Builder与Visual C++混编程以及在Visual C++中调用Matlab C++数学库。-Operation Matlab mwArray Array
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:364915
    • 提供者:大棚
  1. identi

    0下载:
  2. 识别对象如下:trainset: 训练集合,该集合中从0~9的数字,所有图片大小相同。各个集合中的图像可以在Matlab中用imread函数读取为数组形式,用imshow函数显示出其图像,例如:图像0 (10).bmp可以用A=imread( 0 (10).bmp )读取为数组A,用imshow(A)或imshow( 0 (10).bmp )显示其图像。-Identify objects as follows: trainset: training set, the collection of
  3. 所属分类:Graph Recognize

    • 发布日期:2017-11-09
    • 文件大小:1798
    • 提供者:whirlwind
  1. hdf

    0下载:
  2. 可以读取HDF图像,读取一个数组,并可以保存其为HDF格式。-It can read hdf picture,read a array,and save as hdf.
  3. 所属分类:Special Effects

    • 发布日期:2017-06-14
    • 文件大小:21406373
    • 提供者:王艳梅
  1. CircleFitByPratt

    0下载:
  2. Input: XY(n,2) is the array of coordinates of n points x(i)=XY(i,1), y(i)=XY(i,2) Output: Par = [a b R] is the fitting circle: center (a,b) and radius R Note: this fit does not use built-in matrix functions (except "mean"), so it can be
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-04
    • 文件大小:1254
    • 提供者:田雨
  1. Example_of_edge_detection_edge_linking_and_line_se

    0下载:
  2. 这个matlab程序实现了Edge Linking and Line Segment Fitting,解压后直接运行demo.m就可以了 - edgelink.m edge linking function that forms lists of connected edge points from a binary edge image. (Needs findendsjunctions and cleanedgelist below). drawedgelist.m plot
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:23852
    • 提供者:liucun
  1. noise-plug-in

    0下载:
  2. telescope3d is a control system for space, near space, and ground based CCD and radio telescope arrays. I am seeking institutional support for the launching of near-space arrays of tensegrity based inflated telescopes in conjunction with my DSc thesi
  3. 所属分类:Graph program

    • 发布日期:2017-11-09
    • 文件大小:590
    • 提供者:刘斐
  1. C版hz_tool

    0下载:
  2. 该示例中的字模数组均由“点阵字模工具”生成,你可以用你自己需要的点阵信息来 替换示例中的字模信息,注意字模大小要一致,否则显示会出问题。-example of the array are Fonts "Matrix Printer tool" generation, you can use your own information needs to replace dot matrix examples of Fonts information, attention Font
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-29
    • 文件大小:3402
    • 提供者:
« 1 2 3 45 6 7 8 9 10 ... 23 »
搜珍网 www.dssz.com