搜索资源列表
LBP.rar
- 针对传统方法难以可靠估计图像中纹理单一区域像素点视差的问题,将纹理分析应用于立体匹配中,提 出图像分块整体匹配的方法。首先用LBP/C纹理分析方法对图像纹理进行描述 然后进行基于区域生长的扩张检 测,得到纹理单一图像块 最后对图像块进行整体匹配,得到纹理单一区域的稠密视差图。对国际标准图像进行测试, 结果表明该算法能提高纹理单一区域稠密视差图的精度,具有实用价值 ,Due to the difficulty of getting disparity of less textured pi
TextureLBP
- LBP纹理特征提取算法。首先将检测窗口划分为16×16的小区域(cell),对于每个cell中的一个像素,将其环形邻域内的8个点(也可以是环形邻域多个点,如图 3‑ 4. 应用LBP算法的三个邻域示例所示)进行顺时针或逆时针的比较,如果中心像素值比该邻点大,则将邻点赋值为1,否则赋值为0,这样每个点都会获得一个8位二进制数(通常转换为十进制数)。然后计算每个cell的直方图,即每个数字(假定是十进制数)出现的频率(也就是一个关于每一个像素点是否比邻域内点大的一个二进制序列进行统计),然
LBP-SIFT-image-matching-algorithm-combined
- SIFT和旋转不变LBP 相结合的图像匹配算法(数字图像处理/图像匹配)-SIFT and LBP combined rotation invariant image matching algorithm (digital image processing/image matching)
lbp
- LBP算法在纹理图像处理中的应用,非常具有参考价值-LBP texture image processing algorithm in the application have great reference value for
LBPBasedFacedetectionandRecognition
- LBP算法在人脸识别中的应用,非常不错。-LBP algorithm in the application of face recognition is very good.
lbptest
- LBP图像视频处理方法代码。很经典,很实用,是学习的好例子!-LBP algorithm
LBP-based-on-skin-color-nd-facial-feature-tracking
- 一种基于肤色与LBP特征融合的人脸跟踪算法LBP based on skin color and facial feature tracking algorithm fusion-LBP based on skin color and facial feature tracking algorithm fusion
LBP--texture-exration
- LBP算法实现图像的纹理特征提取(局部二值模式)-LBP algorithm feature extraction image texture
LBP
- LBP算法实现图像的纹理分类,通过lbp检测纹理,并对其分类,测试通过。-LBP algorithm to image texture classification, texture lbp detection, and classification of the test.
example--LBP
- 改进型的LBP算法及其在运动目标检测中的应用-Improved LBP algorithm and its application in the detection of moving targets
LBP
- LBP算法可以很好的反应图像的局部信息,对于图像纹理的分析有重要帮助-The LBP algorithm can local information reaction good image, is important for image texture analysis.
LBP
- LBP人脸图像识别的算法,加入了分数阶微分的运用,在原有的基础上对LBP算法进行了改进。-LBP facial image recognition algorithms, adding the use of fractional differential, on the basis of the original LBP algorithm has been improved.
LBP
- LBP算子,可直接运行使用,并配有ORL数据库-LBP algorithm
LBP
- LBP算法源代码 LBP算法源代码 LBP算法源代码-LBP algorithm source code LBP algorithm source code LBP algorithm source code LBP algorithm source code
lbp
- 一共有三个m文件,一个是lbp.m, 存放主要的lbp算法,一个是getmapping,用以做算法的辅助函数,一个是lbptest.m,存放着测试代码。这三个文件需要放到同一个文件夹,并在文件夹中添加相应的图片,具体的图片名字见lbptest.m的代码,运行lbptest.m可以查看结果。-lbp algorithm, one is getmapping, helper to do the arithmetic, one lbptest.m, kept the test code. These
lbp
- Lbp算法,具体见http://www.cse.oulu.fi/CMV/Downloads/LBPMatlab-LBP algorithm, see http://www.cse.oulu.fi/CMV/Downloads/LBPMatlab
matlab-LBP
- matlab实现的LBP算法,读取当前文件夹的所有图片,并计算特征,一幅图片的特征一行,最后导出到txt文档中。-Matlab implementation of the LBP algorithm, the current folder to read all the pictures, and calculate the characteristics of a picture of the characteristics of a line, and finally exported to
HoG-and-HoG-LBP
- 行人检测中的HoG和HoG-LBP算法的对比试验。-Pedestrian Detection comparative test HoG and HoG-LBP algorithm.
LBP
- 基本LBP算法和改进的不同邻域半径和邻域点的LBP算法 以及LBP改进论文(Basic LBP algorithm and improved LBP algorithm with different neighborhood radius and neighborhood points)
基于LBP算子的人脸识别
- 基于LBP的人脸识别算法,Matlab编程语言(Face recognition algorithm based on LBP using matlab programming language)