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

搜索资源列表

  1. readfilw

    0下载:
  2. vc++编写的可读入.obj文件的源代码,指定文件名,可以将.obj文件中的数据存入数组-vc prepared readable entry. Obj the source code, the designated file name can be. obj document, the data are stored in the array
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:2130391
    • 提供者:刘欢
  1. TextArrange20010720

    0下载:
  2. AutoCAD中文字阵列源代码,可自动编号,阵列方式多种-AutoCAD text array source code, automatic numbering, multiple array mode
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:42560
    • 提供者:apollone
  1. probability

    0下载:
  2. 可以对任何数组进行概率计算,在求数组信息熵时使用-array can be of any probability calculations, an array of information for the use of entropy
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:826
    • 提供者:刘云山
  1. dijkstra_simple

    0下载:
  2. 一个简单的Dijkstra算法的实现,用一个数组来表示邻接矩阵-a simple realization of the Dijkstra algorithm, using an array said adjacency matrix
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:9941
    • 提供者:wangrong
  1. StructBrowser

    0下载:
  2. matlab结构数组观测程序 可在Gui看结构数组的内容-Matlab structure array observation process will be Gui look at the contents of the array structure
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:26810
    • 提供者:zhangyancheng
  1. blockmatch

    0下载:
  2. 可以直接运行的对例子数组图象进行3步搜索法,可以直接交给老师-direct operation of the array of examples image three-step search method can be handed directly to teachers
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:8396
    • 提供者:夏正钰
  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. StereoMatch

    0下载:
  2. 阵列式摄像头产生的立体视觉图像,彩色的-array camera produced a three-dimensional visual images, color
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:92118
    • 提供者:丁谨
  1. xzdlt

    0下载:
  2. 立体旋转的圈,用数组将坐标点保存;根据三维坐标变换;将立体的坐标变换成不成角度的坐标值;再根据正等轴侧(其它轴测图)、或透视坐标变换将坐标值变换到屏幕上用直线将图形绘制出来。-three-dimensional rotating the ring, and the array will coordinate point preservation; Under the three-dimensional coordinate transformation; three-dimensional co
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:1135
    • 提供者:陈晓明
  1. ImageToBuffer2D

    0下载:
  2. 这是我在刚刚学习VC图像处理时的一个小例子,功能将DIB数据导入到一个二维的Buffer,主要是练习了一下二维动态数组的定义、内存申请和释放,希望能够给初学的朋友带来一些帮助!-This is just learning the VC image processing of a small example, DIB will function to the data into a two-dimensional Buffer. is practicing a bit two-dimensiona
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:112098
    • 提供者:nana
  1. bwdistsc

    0下载:
  2. This function computes Euclidean distance transform for 3D binary image with non-trivial aspect ratio (i.e. anisotropic pixels). The algorithm uses fast optimized line-scans and is actually faster than MATLAB s BWDIST implementation of search on opti
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:49720
    • 提供者:fangfei
  1. Huffman

    0下载:
  2. 迄今为止见过的最方便的huffman编码,效率很高 一个外国人写的,很具有研究价值 Constructing a Huffman Tree according to the number of times each symbol appears in the data stream: 1) Create an array of N nodes, representing N possible symbols (ranging between 0 and N-1). 2) Set
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:17786
    • 提供者:游弋人生
  1. vp_color_table

    0下载:
  2. 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 is enabled so that our material
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:9601
    • 提供者:bobovip
  1. xml

    0下载:
  2. With this tool you can convert strings and files containing XML data to MATLAB struct arrays. Either as one array of structs with all text and tags, or as sub- and subsub-levels of structs for each section enclosed between tags. With xmldata(...
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:28571
    • 提供者:aprist
  1. 20050325_c_Pyramid

    0下载:
  2. 金字塔算法。将图像数组分块保存为4维数组,显示的时候仅仅调用窗口大小的部分,缩短了显示所需要的时间-pyramid algorithm. The image array block for the preservation of four-dimensional arrays, showing only the window size of the call, shorten the show by the time
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:43353
    • 提供者:李剑
  1. snake.m

    0下载:
  2. snakes are a variational technique to find the best contour that aligns with an image. The basic routine, snake.m, aligns a sequence of points along a contour to the maximum of an array or image. Provide it with an image, a set of starting points, li
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:2713
    • 提供者:atlas
  1. snake_demo.m

    0下载:
  2. The m-file is a demonstration scr ipt. Using your own array of image data, or a built-in default, a demo window is displayed where you can click to indicate points and see the snake program in action.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:5572
    • 提供者:atlas
  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 2 34 5 6 7 8 9 10 ... 23 »
搜珍网 www.dssz.com