搜索资源列表
lbp
- LBP returns the local binary pattern image or LBP histogram of an image.
HOG-LBP-detection
- 该程序分别提取正负样本图像的HOG和LBP特征,利用支持向量机进行样本训练,得到行人分类器。利用训练好的分类器进行检测,实验结果表明,该方法可以有效检测出图像中的行人,并达到了较好的检测结果。-A novel approach based on combining Histogram of oriented gradients (HOG) and LocalBinary Pattern(LBP) is suggested in the program.Also liner SVM is acte
LBP.rar
- 人脸识别提出的LBP特征计算程序,简单实用的特征,可以得到统计的直方图特征,LBP features of face recognition proposed by the calculation procedure, simple and practical features of the histogram statistics can be characteristic of
lbp_matlab
- 实现纹理模式的LBP特征表示及分类。 实现一种基于局部二值模式LBP(Local Binary Pattern)的多分辨率灰度尺度及旋转不变性的纹理分类方法-LBP texture model to achieve that as well as the breakdown characteristics. The realization of a model based on local binary LBP (Local Binary Pattern) Multiresolution g
Hierachical-Multiscale-LBP
- emoCode.m shows how to extract hierarchical multiscale LBP features. GetMultiscaleLBP.m gets hierarchical multiscale LBP histogram for a given image distMATChiSquare.m computes the dissimilarity between training samples and a test sample
local-binary-pattens
- LBP人脸识别:基于对小波分解和局部二进制模式(LBP)分析,提出了一种多级LBP直方图的序列特征(M—HSLBP)的提取方法。-LBP Face Recognition: Based on the wavelet decomposition and local binary pattern (LBP) analysis, a multi-stage sequence of LBP histogram features (M-HSLBP) extraction method.
constructhf
- construct rotation invariant features from uniform LBP histogram
getmaplbphf
- Outputs a mapping struct for uniform LBP Histogram Fourier Features
LBP-v0.0.4
- Local Binary Patterns, calculate histogram of LBP (local binary patterns) from an input image,VLBP (volume local binary patterns) -Introduction ============ This is a class to calculate histogram of LBP (local binary patterns) from an input ima
LBP-face-recongnition-system
- 一个基于LBP(局部二值模式)的完整的人脸识别系统,包括局部二值化和求直方图特征向量等子程序,加入人脸数据库可以测试人脸识别率,识别率很高。-A whole face recongnition system,which Including local binary and Histogram feature vector .
lbp
- Image_LBPDescr iptor Calculate the LBP histogram for an integer-valued image. -Calculate the LBP histogram for an integer-valued image.
sss
- - Color provide an important clue for extracting the new color LBP histogram features for face recognition using Local Binary Pattern technique. To reduce redundancy RGB color space converted to YCbCr color space. The Local Binary Pattern is a non pa
lbp
- 计算灰度图像的LBP值,得到图像的统计直方图,进而得到图像的局部纹理特征。-Grayscale images LBP calculated values obtained histogram of the image, and then get local texture features of images.
lbp
- LBP returns the local binary pattern image or LBP histogram of an image.
1126code
- 网站商城的后台框架和模板,在后台开发总会用的到- LBP returns the local binary pattern image or LBP histogram of an image. J LBP(I,R,N,MAPPING,MODE) returns either a local binary pattern coded image or the local binary pattern histogram of an intensity image
training
- This file it how to training data with lbp histogram, for classifier with svm. So the data will be save in yml file and then will be load again for classifier
face_recognition_matlab-master
- 人脸检测,眼睛检测,LBP直方图,matlab的GUI功能显示- Face detection, eye detection, LBP histogram, matlab GUI function display
局部二值模式LBP
- lbp实现图像的特征提取,可得到图像的直方图特征。(LBP realizes the image feature extraction, and can get the histogram features of the image)
LBP
- (1)计算图像中每个像素点的LBP模式(等价模式,或者旋转不变+等价模式)。 (2)然后计算每个cell的LBP特征值直方图,然后对该直方图进行归一化处理(每个cell中,对于每个bin,h[i]/=sum,sum就是一副图像中所有等价类的个数)。 (3)最后将得到的每个cell的统计直方图进行连接成为一个特征向量,也就是整幅图的LBP纹理特征向量; 然后便可利用SVM或者其他机器学习算法进行分类识别了。((1) calculate the LBP pattern of each p
LBP算法实现图像的纹理分类
- LBP局部直方图 图像纹理分类 程序完整可执行(LBP local histogram image texture classification program is complete and executable)