搜索资源列表
bwdistsc
- 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
Example_of_edge_detection_edge_linking_and_line_se
- 这个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
zigzag
- 函数功能:本函数将完成对输入的 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 ==
JpegDecoder
- 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.
jpeg
- 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.
BMPOfData
- 在进行图像处理时,操作图像中的像素值就要得到图像阵列;经过处理后的图像的像素值需要存储起来;显示图像时要正确实现调色板、得到位图的尺寸信息等。结合这些问题,下面我们针对性的给出了操作灰度BMP图像时的部分函数实现代码及注释。-During image processing, the operation of the image pixel values will be the image array processed image pixel values R
tuxiangjima
- 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
11f1bbfc0c65
- 对二值图像边界进行跟踪,对边缘进行判断,然后沿着边缘进行跟进- 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
cat
- matlab中cat函数用来联结数组,将分离的数据联合起来。-matlab function in the cat used to links array
mat2huff
- 该函数可以将解码一个已编码输入数组所需要的信息嵌入到一个单独的matlab结构变量中-This function can decode an encoded input array needed information into a single structure variable matlab
SimpleRead
- 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.
akima
- 调用时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
Vvector
- 实现一个数组类模板,功能同std::vector-Achieve an array of class template function with std :: vector
DFT
- 函数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)替代-
kiegeng_v54
- Since writing the curvature calculation function, Conducted through virtual array DOA estimation, K-means clustering algorithm based on the PSO.
tb_optparse
- 撤出= 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
