CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - function array

搜索资源列表

  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
    • 文件大小:48.55kb
    • 提供者:fangfei
  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
    • 文件大小:23.29kb
    • 提供者:liucun
  1. zigzag

    0下载:
  2. 函数功能:本函数将完成对输入的 8*8 矩阵按照 zigzag 排列抽取数据 matrix 为输入矩阵 select==1 为正变换,select==2为反变换 zigdone 为输出矩阵-Function: This function will complete the input of 8* 8 matrix of data collected in accordance with the zigzag array matrix as input matrix select ==
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:1002byte
    • 提供者:张阳
  1. JpegDecoder

    0下载:
  2. JpegDecoder类主要用于Jpeg文件的解码。 使用方法十分简单,只需要利用GetJPEGBuffer函数返回解码后的像素数组。-JpegDecoder class is mainly used for the decoding of Jpeg files. Usage is very simple, only need to use GetJPEGBuffer function returns an array of pixels decoded.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:9.33kb
    • 提供者:min
  1. jpeg

    0下载:
  2. JpegDecoder类主要用于Jpeg文件的解码。 使用方法十分简单,只需要利用GetJPEGBuffer函数返回解码后的像素数组。-JpegDecoder class is mainly used for the decoding of Jpeg files. Very simple to use, just need to use GetJPEGBuffer function returns an array of pixels decoded.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:9.66kb
    • 提供者:ly
  1. BMPOfData

    0下载:
  2. 在进行图像处理时,操作图像中的像素值就要得到图像阵列;经过处理后的图像的像素值需要存储起来;显示图像时要正确实现调色板、得到位图的尺寸信息等。结合这些问题,下面我们针对性的给出了操作灰度BMP图像时的部分函数实现代码及注释。-During image processing, the operation of the image pixel values ​ ​ will be the image array processed image pixel values R
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:24.3kb
    • 提供者:杨柳
  1. tuxiangjima

    0下载:
  2. JpegDecoder类主要用于Jpeg文件的解码。 使用方法十分简单,只需要利用GetJPEGBuffer函数返回解码后的像素数组。在第三篇的实例MagicHouse中就需要使用这个类。-JpegDecoder class is mainly used for the decoding of Jpeg files. Usage is very simple, only need to use GetJPEGBuffer function returns an array of pixels
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:10.11kb
    • 提供者:王高明
  1. 11f1bbfc0c65

    0下载:
  2. 对二值图像边界进行跟踪,对边缘进行判断,然后沿着边缘进行跟进- C = CONTOUR_FOLLOWING(BW) takes BW as an input. BW is a binary array containing the image of an object ( 1 : foreground, 0 : background). It returns a circular list (N x 2, C(1,:)=C(end,:)) of the (row,co
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:3.76kb
    • 提供者:易想
  1. cat

    0下载:
  2. matlab中cat函数用来联结数组,将分离的数据联合起来。-matlab function in the cat used to links array
  3. 所属分类:Special Effects

    • 发布日期:2016-01-25
    • 文件大小:14kb
    • 提供者:王云谦
  1. mat2huff

    0下载:
  2. 该函数可以将解码一个已编码输入数组所需要的信息嵌入到一个单独的matlab结构变量中-This function can decode an encoded input array needed information into a single structure variable matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:1.45kb
    • 提供者:limin
  1. SimpleRead

    0下载:
  2. OpenNI2编程源码,功能显示深度数据数组。文件内含有工程文件,在VS2012开发环境下编译运行即可看到结果。-OpenNI2 programming source code, function display depth data array. File containing the project file in VS2012 development environment compile and run to see the results.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:3.98kb
    • 提供者:james
  1. akima

    0下载:
  2. 调用时Akima(Omg, 5, flag) //Omg表示为图像中每行中5个相邻点的灰度值(是一个数组),5代表选择5点进行插值,flag为插值精度,整个函数返回插值后的灰度值(亚像素精度的)-When calling Akima (Omg, 5, flag)// Omg represented in each row in the image gray value of 5 adjacent points (an array), select 5:00 5 represents an int
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:899byte
    • 提供者:戴琳
  1. Vvector

    0下载:
  2. 实现一个数组类模板,功能同std::vector-Achieve an array of class template function with std :: vector
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1.61kb
    • 提供者:eorknub
  1. DFT

    1下载:
  2. 函数paddedsize可计算P和Q的最小偶数值,PQ则是避免折叠误差的串扰所采用的补零方法。 函数dftfilt是用于频率域滤波的M函数 在house中进行空域滤波与频域滤波的比较 函数dftuv创建用于实现频率域滤波器的网格数组 在number中进行低通滤波 还可基于lpfilter生成高通滤波器。 函数D=hypot(U,V)<=>D=sqrt(U.^2+V.^2)替代 函数f=tofloat(f)<=>f=im2double(f)替代-
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:186.13kb
    • 提供者:侯嘉畅
  1. kiegeng_v54

    0下载:
  2. Since writing the curvature calculation function, Conducted through virtual array DOA estimation, K-means clustering algorithm based on the PSO.
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-04
    • 文件大小:39kb
    • 提供者:党顺国
  1. tb_optparse

    0下载:
  2. 撤出= tb_optparse(OPT,阿格列斯)是一个广义的期权分析器工具箱函数。选项是一个包含名称和选项的默认值,而阿格列斯是细胞数组的选项参数,通常它来自VARARGIN。它支持选项具有赋值值、布尔值或枚举类型(字符串或int)。(Withdrawal = tb_optparse (OPT, Aage Les) is a generalized option analyzer toolbox function. The option is a default value that cont
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-01
    • 文件大小:3kb
    • 提供者:果冻boy
搜珍网 www.dssz.com