搜索资源列表
文字识别程序
- 目前该手写体识别系统主要分为 预处理模块: 主要包括训练数据和识别数据的读取,归一化,二值化 特征提取模块:主要包括笔划方向特征和网格密度特征,还可以根据对识别率的要求继续增加其他特征 识别(分类器)模块:主要包括SVM方法和BP神经网络的方法,其中SVM方法的识别率较高,SVM+网格密度特征, 在小字符集情况下,达到了识别率97%以上 采用OO思想编写,适合做二次开发-currently the handwriting recognition system consists of pretre
边缘密度、信噪比、重复模式的计算
- 该类集成了图像的边缘密度,以及重复计算分析等前期处理方法,为图像后续处理做了很好的铺垫-such integration on the verge of image density and the calculated analysis of pre-processing methods, for image-processing done a very good bedding
2DDoubleDensityDWTThresholdingMethod
- 使用二维双密度小波2-D Double-Density DWT Thresholding Method,决定图像滤波门限值,实现图像去噪处理。-use of two-dimensional density Wavelet 2-D Double-Density DWT Thresho lding Method, the decision threshold image filtering, image denoising.
CarplateLocation
- 这个程序可以实现车牌照定位,用牌照内垂直边缘密度恒定的特性,采用分块技术,有效地克服了由牌照尺寸变化造成定位率下降的问题。-this procedure can be achieved car licenses positioning, with vertical edge license constant density characteristics, use blocking technology to effectively overcome by the size of the lic
matlab-pdf
- 通过matlab代码画出的各种概率密度函数图形仅供参考-By matlab code to draw the beta probability density function graph for reference only
main
- 直方圖等化(Histogram Equalization)為一種使用統計方法的影像處理程式設計,它的功能為將統計直方圖的色彩分布平均的打散在直方圖裡,也就是說,讓一張圖的直方圖分布均勻化,同樣的也是使用到LUT(Look-up Table)的方法 而在設計直方圖等化不可或缺的就是需要先知道統計學的機率密度函數(Probability Density Function,PDF)以及累積分配函數(Cumlative Distribution Function,CDF)相關的基本概念,在這邊
DBAIN.m
- DBAIN: 用DBA方法来去除高密度脉冲噪声,如椒盐噪声的去除-DBAIN: using DBA method to remove high-density impulse noise, such as salt and pepper noise removal
pdf
- 对图像进行中值金字塔分解后,分别求取各层的概率密度函数-Image after median pyramid decomposition, respectively, to strike all floors of the probability density function
1
- 自适应核密度估计运动检测方法 提出一种自适应的核密度(kernel density estimation, KDE)估计运动检测算法. 算法首先提出一种自适应前景、背景阈值的双阈值选择方法, 用于像素分类. 该方法用双阈值能克服用单阈值分类存在的不足, 阈值的选择能自适应进行, 且能适应不同的场景. 在此基础上, 本文提出了基于概率的背景更新模型, 按照像素的概率来更新背景, 并利用帧间差分背景模型和KDE分类结果, 来解决背景更新中的死锁问题, 同时检测背景的突然变化. 实验证明了所提出
kde2d
- fast and accurate state-of-the-art bivariate kernel density estimator
skin_detect
- 先讀入膚色,非膚色的圖片,在將各張圖片由RGB轉成YCbCr。讀進來的時候,我是用四維的陣列去存膚色的圖片以及非膚色的圖片。第一個維度是用來存放有幾張圖片,接下來是解析度,還有幾個channel。讀進來之後再分別對膚色,非膚色的Cb,Cr來作統計。分別會得到Cb,Cr的mean和variance。再依次分別帶入Multivariate Normal Density的公式去求得膚色,非膚色出現的機率。最後再將得到的兩個機率值相除,得到的值,拿來和threshold值相比,藉此來判斷Input的圖的
Learning-Skin-Pixels-in-Color-Images-Using-Gaussi
- This paper is concerned with estimating a probability density function of human skin color using a finite Gaussian mixture model whose parameters are estimated through the EM algorithm.sections
nearst-density-estimation
- 1965年LOFTSGARDEN和QUESENBERRY的最近邻密度估计方法,比较适合密度的局部估计,是核米孤独估计的一种-1965 years LOFTSGARDEN and QUESENBERRY the nearest density estimation method, is suitable for the local density estimate, is nuclear m a lonely estimates
Diverse-Density
- 多样性密度算法,EM-DD算法,最好的多示例学习算法之一,MATLAB实现.-Diverse density algorithm, EM-DD algorithm, one of the best multi-instance learning algorithm, MATLAB.
Probability-density-estimation
- 语音信号处理中关于概率密度的估计,分为参数法和非参数法两类。在此基础上用MATLAB做出了仿真。-Speech signal processing on the estimates of the probability density is divided into two types of parametric method and non-parametric method. On this basis, to make the simulation using MATLAB.
Fabric-density-detection
- 织物密度检测 通过织物图片检测得出织物横纵条纹数-Fabric density detection by the number of fabric vertical and horizontal stripes on fabric photo detector
orthogonal-density-of-a-image
- 计算图像的正交多项式密度,可以根据此图确定分割图像聚类个数,更加详细的图像信息-calculate orthogonal density of a image and determine how many part if we want to segemente the image
point-density
- 某个平面内的一系列点的密度分布,通过求出x和y方向的点的概率,最后用矩形框画出密度大的区域。4000个数据,详解,效果不错,直接能运行。-The density distribution of a series of points in the plane, determined by the probability of the point x and y directions, the final draw-density region with a large rectangular bo
Gauss-density-distribution
- 电磁场电磁波高斯密度分布.自己写的,可以作为参考,MATLAB程序-Electromagnetic field and electromagnetic wave Gauss density. Write their own, can be used as a reference, the MATLAB program
Gauss-gray-density-distribution-
- 高斯密度分布灰度图,自己写的,你可以借鉴一下,很好懂,matlab程序-Gauss gray distribution density, write your own, you can learn, very good, matlab program