资源列表
dec2D_pe
- 对二维图像进行多小波分解,与一维信号多小波分解类似,分解系数从coef.m文件中获取
icm1
- 实现ICM算法(条件迭代模型)对于灰度图像的分割-Achieve ICM algorithm (iterative model conditions) for the gray-scale image segmentation
PseudoRandomBinarySequence
- 其方法為feedback shift registers 的有限狀態機( finite state machine ) 以C語言模擬產生PRBS,其初始狀態1,0,0,0,0 各別模擬taps[2,5]、tap[1,2,4,5]然後驗證PRBS各種特性。-Its method of feedback shift registers for the finite state machine (finite state machine) to C language simulation genera
wavefast
- wavefast函数,数字图像处理中自定义的函数,可以对一幅图像方便的进行常见的灰度变换。-wavefast function, digital image processing in the custom function, you can easily carry out an image the common gray-scale transformation.
99
- 地理信息系统,基于VB开发,实现地图放大,漫游-Dim i As Integer For i = 0 To Map1.Layers.Count- 1 If Map1.Layer(i).LayerType = moMapLayer Then If Map1.Layer(i).shapeType = moPoint Then MsgBook "Layer number" & i & "is a map layer and contains points." ElseIf Map1
num2tex
- NUM2TEX format a number as a Tex string
YUV_To_RGB
- 本程序是YUV422转RGB24的经典算法实现,程序下载CPP中,可以复制粘贴在任何地方 -This program is transferred RGB24 YUV422 classic algorithm, the program downloads the CPP, you can copy and paste in any place
hough_trans
- 通过霍夫变换,实现延直线上信号的积累,达到提高信噪比的目地,以利于检测。-By Hough transform, the accumulation of signals in the certain straight line, to improve the SNR of the signal.
experiment-3
- 图像边缘检测的一些方法代码,针对灰度图像进行边缘检测-Some methods of image edge detection code for grayscale image edge detection
point_analysis
- 计算输入点目标数据的3dB宽度(点目标分辨率)。先用P_fft.m进行插值扩展数据,再用rel.m计算3dB宽度。-The calculation of the input point target data 3dB width (point targets resolution).
KMM
- 使用K-means聚类方法实现图像分割,代码可用,操作简单-Using K-means clustering method of image segmentation, the code is available, easy to operate
spfilt1
- 首先生成如下形式的图片:图中的白条为7象素宽,210象素高,白条间的宽度为17象素。 应用多种滤波器进行处理:算术均值,几何均值,谐波均值,逆谐波均值,中值滤波,中点滤波,最大值、最小值滤波等。注意,需改变模板大小。详细比较上述的结果,并分析原因。 -First generation following form images: figure IOUs 7 pixels wide, 210 pixels high, the width is 17 pixels between IOUs.