Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - matlab F
Search - matlab F - List
humanface detection,the programme can be used to detect human faces from the complex background!-humanface detection, the program can be used to detect human faces f rom the complex background!
Date : 2025-12-24 Size : 1kb User : zhangwei

MATLAB源码,preprocessing.m: preprocess the picture including:Wiener filter; meddle value filter, change a gray picture to a binary one and then get the skeleton. centralizing.m: input the source picture output the core point of the fingerprint. samfun.m: generate the sample pattern automatically, which is used to sample the fingerprint. gabor2d_sub: get gabor filter. varpic.m: calculate variance picture-MATLAB source, preprocessing.m : preprocess the picture including : Wiener filter; meddle value filter, change a gray picture to a binary one and then get the skeleton. centralizing.m : input the source picture output the core point o f the fingerprint. samfun.m : generate the sample pattern automatically, which is used to sample the fingerprint. gabor2 d_sub : get gabor filter. varpic.m : calculate variance picture
Date : 2025-12-24 Size : 4kb User : 钟小丽

MATLAB图象处理的一些函数,大家分享-MATLAB some image processing function, we share
Date : 2025-12-24 Size : 143kb User : sasadoyo

This function uses the SUSAN algorithm to find edges within an image-This function uses the algorithm to f SUSAN ind edges within an image
Date : 2025-12-24 Size : 8kb User : 袁晔

Iterative Watershed Segmentation (IWS) This code is free of charges and it can be used for demonstration and evaluation purposes only. It is not allowed to use this code in any commercial purpose. The author s approval must be requested for any modification of the initial code as it is presented in the zip file available to download. The following point called "Copyright text" must always appear verbatim in the source codes and the license text. There is no warranty about the results obtained using this code. This is a free code, so you use it at your own risks.-Watershed Segmentation (IWS) T his code is free of charges and it can be used for d emonstration and evaluation purposes only. It is not allowed to use this code in any commercial purpose. The author's approval must be requeste d for any modification of the initial code as it i 's presented in the zip file available to downloa d. The following point called "Copyright text" must always appear verbatim in the source codes and the license text. There is no warranty about the results obtained using this code. This is a f ree code, so you use it at your own risks.
Date : 2025-12-24 Size : 1.25mb User : 陈西

用于图像融合的函数工具箱functionality of the image fusion toolbox (ver 1.0)-for image fusion function toolkit functionality of the image f usion toolbox (ver 1.0)
Date : 2025-12-24 Size : 27kb User : 韩月

The code implements the optical flow algorithm described in Gautama, T. and Van Hulle, M.M. (2002). A Phase-based Approach to the Estimation of the Optical Flow Field Using Spatial Filtering,IEEE Trans. Neural Networks, 13(5), 1127--1136. The algo proceeds in 3 steps 1. spatial filtering 2. phase gradient estimation 3. IOC using recurrent networks -The code implements the optical flow algor ithm described in Gautama, and T. Van Hulle. M.M. (2002). A Phase-based Approach to the Esti mation of the Optical Flow Field Using Spatial F iltering, IEEE Trans. Neural Networks, 13 (5), 1127-- 1136. The algo proceeds in a three steps. spat ial filtering 2. 3 phase gradient estimation. I OC using recurrent networks
Date : 2025-12-24 Size : 643kb User : Jallon

This toolbox implements the algorithm in a fairly general way in a C file that can be called from Matlab. It allows to perform the traditional NL-means for denoising (for both B&W and color images) but also to use an arbitrary set of patches to perform the denoising. -This toolbox implements the algorithm in a fairly general way in a C file that can be called f rom Matlab. It allows to perform the traditiona l NL-means for denoising (for both B
Date : 2025-12-24 Size : 1.34mb User : 张文国

用fibonacci变换方法对图象做置乱或逆置乱,效率极高,在信息隐藏中属常用的方法之一。调用函数为f=fibonacci_t(I,r,s),其中参数分别为I=被置乱的图像,r=置乱密钥,s=0置乱,s=1逆置乱-Fibonacci transformation method used to do on the image or inverse Scrambling Scrambling, high efficiency in the information hidden in one of the methods are commonly used. Call the function f = fibonacci_t (I, r, s), which parameters were I = have been scrambling the image, r = scrambling key, s = 0 Scrambling, s = 1 inverse Scrambling
Date : 2025-12-24 Size : 1kb User : gao

遗传算法,寻找f(x,y)=sinx*siny/(x*y)的最大适应值及其相应的位置。精度为0.0001种群数设定为50-Genetic algorithm, to find f (x, y) = sinx* siny/(x* y) the greatest value and its corresponding position. Accuracy of 0.0001 set to 50 the number of stocks
Date : 2025-12-24 Size : 1kb User : 黄泉

三维重构的程序,包括角点检测,匹配,F矩阵的计算等-Three-dimensional reconstruction procedures, including corner detection, matching, F matrix calculation
Date : 2025-12-24 Size : 2.06mb User : xing

本文针对灰度图像的盲复原问题进行了一些研究,介绍了两种不同的图像盲复 原处理的方法。一种是误差一参数分析法,该方法适合于辨识可以用参数来表征的 点扩散函数,如线性移动模型和Gauss模型等,然后根据估计的参数确定退化图像 的点扩’散函数,再利用常规的复原算法(如维纳滤波法)对退化图像进行复原处理 另一种是非负支撑域约束递归逆滤波(NAS-R工F)算法,文中介绍了NAS-R工F算法 的基本思想,并结合正则化的思想,提出了NAS-RIF的改进算法,相应对该算法的 性能效果进行了仿真分析。 1.图像去噪MATLAB仿真程序.m 2.图像点扩展函数获取MATLAB仿真程序.m 3.约束最小二乘法图像复原MATLAB仿真程序.m
Date : 2025-12-24 Size : 3.6mb User : 刘赛

2、图像增强: 图像增强也称为图像锐化,其目的是为了加强图像中的轮廓边缘等细节信息。 与图像平滑一样,也可分别在空域和频域进行图像增强。 在空域中进行图像锐化: 将原图像与 相减可以得到经过锐化处理的图像g(i,j),即: g(i,j)= f(i,j)- = f(i,j)-α[f(i+1,j)+ f(i-1,j)+ f(i,j+1)+ f(i,j-1)-4 f(i,j)] = f(i,j)+4α[f(i,j)- ] 这里,α为可选择的用于控制锐化程度的因子,其中,1/4 是被锐化处理点的周围4邻点之灰度的平均值。 原图像经过锐化处理后,灰度变化较平坦的区域,变化不大,而包括轮廓点在内的灰度变化较剧烈的区域,灰度差别加大,即图像细节得到增强。 也可以在频域进行图像的锐化处理。-err
Date : 2025-12-24 Size : 159kb User :

VQEG第一阶段的关于数据后处理的数据拟合程序,matlab编写-VQEG the first phase of data processing on the data fitting procedures, matlab prepared
Date : 2025-12-24 Size : 1kb User : 胡国胜

matlab实现图像处理的源文件,可以较好的实现图像的基本处理,和冈萨雷斯的数字图像处理(第二版)配套。-matlab image processing to achieve the source file, you can better achieve the basic image processing, and Gonzalez, Digital Image Processing (second edition) package.
Date : 2025-12-24 Size : 6.34mb User : yl

采用各向异性方法 填补一个缺损的轮廓,从而可以得到一个光滑完整的轮廓。- Completed contours correspond to ridges of an extension (ext) of the characteristic function of the uncompleted curve. Anisotropic extension is performed on the characteristic function fbound of an image set given by the binary map boundary to the whole image domain. Extension is initially driven by \xi=(EigVect{1}, EigVect{2}) (which should match with the contour tangent direction) computed as the direction of maximum coherence of the distance map to the contour to close. It is updated every N iterations with DCV over the distance map to the ridges/thinning of the evolved image. Two different stop criteria are supported: Number of Connected Components ( numcomp ). Contour Completion. Stop when the extended contour (curve of level 1) has exactly Ncomp connected components. Difference between two consecutive iterations ( tol ) Speed Stabilizes ( speed_stab ). [extended]=ContourCompletion(BoundCond,f,DCVParam,StopParam,SaveParam)
Date : 2025-12-24 Size : 8kb User : yishui pan

在特征提取阶段,研究了PCA, 2DPCA, (2D) 2PCA, DiagPCA, DiagPCA-F-2DPCA等多 种方法。不同于基于图象向量的PCA特征提取,由于2DPCA, (2D) ZPCA, DiagPCA和 DiagPCA-I-2DPCA的特征提取都直接基于图象矩阵,计算量小,所以特征的提取速度明 显高于PCA方法。-In the feature extraction stage, the study of the PCA, 2DPCA, (2D) 2PCA, DiagPCA, DiagPCA-F-2DPCA and other methods. Vector is different from the PCA-based image feature extraction, as 2DPCA, (2D) ZPCA, DiagPCA and DiagPCA-I-2DPCA the feature extraction are directly based on image matrix, a small amount of calculation, so the speed of feature extraction method was significantly higher than PCA .
Date : 2025-12-24 Size : 44kb User : 付采

MATLAB中imnoise.m此函数将在图像f中添加噪声。-imnoise
Date : 2025-12-24 Size : 2kb User : anran

人脸认证流程,计算人脸认证算法的FAR,F-Face verification process, the face authentication algorithm calculated the FAR, FRR
Date : 2025-12-24 Size : 2mb User : 若尘

在matlab中实现基于谱聚类的分水岭分割图像,能够处理256*256的大图像-spectral
Date : 2025-12-24 Size : 2kb User : 缪雪
« 12 3 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.