CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - getmapping
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - getmapping - List
[
Other resource
]
getmapping
DL : 0
GETMAPPING returns a mapping table for LBP codes.
Update
: 2008-10-13
Size
: 1.13kb
Publisher
:
gaojunxiang
[
Graph Drawing
]
getmapping
DL : 0
GETMAPPING returns a mapping table for LBP codes.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
gaojunxiang
[
matlab
]
Hierachical-Multiscale-LBP
DL : 0
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 GETMAPPING.m downloaded from http://www.ee.oulu.fi/mvg/ lbp_new.m downloaded from http://www.ee.oulu.fi/mvg/
Update
: 2025-02-19
Size
: 61kb
Publisher
:
khadidja
[
matlab
]
LBP1
DL : 0
用lbp实现纹理特征提取,并分类说明: 一共有三个m文件,一个是lbp.m, 存放主要的lbp算法, 一个是getmapping,用以做算法的辅助函数, 一个是lbptest.m,存放着测试代码。 这三个文件需要放到同一个文件夹,并在文件夹中添加相应的图片, 具体的图片名字见lbptest.m的代码,运行lbptest.m可以查看结果。代码最后给出效果图 这三个文件是最传统的LBP方法,有256种。-With lbp achieve texture feature extraction and classification Description: A total of three m files, one is lbp.m, store the main lbp algorithm, One is getmapping, helper functions for doing arithmetic, One is lbptest.m, kept the test code. These three documents need to put the same folder, and add the appropriate folder, pictures, See lbptest.m specific name of the picture of the code, run lbptest.m can view the results. Finally renderings code These three documents are the most traditional LBP method, there are 256 kinds.
Update
: 2025-02-19
Size
: 279kb
Publisher
:
wandangdang
[
Special Effects
]
lbp2012_10
DL : 0
主要是基于LBP的图像的纹理特征的提取与识别,很适合大家学习!-DemoOutexDisCLBP.m: Matlab script to run disCLBP experiments on the Outex_TC_00012 database NNClassifier.m: Nearest neighbor classifier based on L1 distance MergeDominantType.m, RemoveDominantOutlier.m, LearnDominantTypeCLBP.m, lbp.m, clbp.m, getmapping.m are related functions required to run the experiments. Detailed comments are written on these files. Mainly is the extraction and recognition of texture features based on LBP image, it is suitable for everyone to learn!
Update
: 2025-02-19
Size
: 12kb
Publisher
:
wandangdang
[
Other
]
LBP
DL : 0
LBP(局部二值模式)的matlab程序,有主文件lbp.m,对低版本的还有调用getmapping.m的文件,还有就是测试文件,是自己写的用循环语句批量处理图片用的-LBP (Local Binary Pattern) matlab program, there is the master file lbp.m, there are calls for a low getmapping.m version of the file, there is a test file, write your own pictures with batch processing loop used
Update
: 2025-02-19
Size
: 4kb
Publisher
:
孟宇乐
[
matlab
]
LBP
DL : 1
LBP特征提取的MATLAB实现,其getmapping.m定义了lbp三种不同的模式,而lbp.m则是lbp的实现,当然它只是简单的整幅图像的lbp变换(没有分区域),其中很巧妙地运用了整体移动的方法计算lbp值。-LBP feature extraction MATLAB, which getmapping.m defines lbp three different modes, while lbp.m is lbp realize, of course, it simply lbp transform the whole image (no sub-region), which is very clever use of the method of calculating the overall mobile lbp value.
Update
: 2025-02-19
Size
: 2kb
Publisher
:
陈兆远
[
matlab
]
LBP
DL : 0
LBP算法MATLAB实现,3个m文件。getmapping,LBP,lbptest。-LBP algorithm based on MATLAB implementation, 3 m documents. getmapping, LBP, lbptest.
Update
: 2025-02-19
Size
: 26kb
Publisher
:
吕小布
[
2D Graphic
]
getmapping
DL : 0
基于纹理特征的LBP 编码, 采用MATLAB语言开发完成。-LBP CODING!
Update
: 2025-02-19
Size
: 1kb
Publisher
:
fdsa
[
Special Effects
]
lbp
DL : 0
一共有三个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 three files need to put in the same folder, and add the corresponding picture in the folder, the name of the specific picture lbptest.m see the code, run lbptest.m can view the results.
Update
: 2025-02-19
Size
: 2.71mb
Publisher
:
张健
[
Software Engineering
]
1126code
DL : 0
网站商城的后台框架和模板,在后台开发总会用的到- 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 I. The LBP codes are computed using N sampling points on a circle of radius R and using mapping table defined by MAPPING. See the getmapping function for different mappings and use 0 for no mapping. Possible values for MODE are h or hist to get a histogram of LBP codes nh to get a normalized histogram Otherwise an LBP code image is returned. J LBP(I) returns the original (basic) LBP histogram of image I J LBP(I,SP,MAPPING,MODE) computes the LBP codes using n sampling points defined in (n* 2) matrix SP. The sampling points should be defined around the origin (coordinates (0,0)). Examples I imread( rice.png ) mapping getmapping(8, u2 ) H1 LBP(I,1
Update
: 2025-02-19
Size
: 17kb
Publisher
:
明庭良
[
Graph Recognize
]
getmapping
DL : 0
lbp特征提取,多用于进行人脸识别,目前应用广泛,效果好(ncvk nnn m k klk mn m jkl g t ft zv ug u i b fg g xd)
Update
: 2025-02-19
Size
: 1kb
Publisher
:
思
[
Special Effects
]
lbp
DL : 0
matlab lbp人脸识别中的getmapping文件(Getmapping file in MATLAB LBP face recognition)
Update
: 2025-02-19
Size
: 7kb
Publisher
:
pek
[
Windows Develop
]
getmapping
DL : 0
LBP的mapping计算,包含旋转不变、等价模式的输出(Mapping calculation of LBP)
Update
: 2025-02-19
Size
: 1kb
Publisher
:
Sherwinlv
[
Internet-Network
]
新建文件夹
DL : 0
lbp特征提取的matlab文件说明:一共有三个m文件,一个是lbp.m, 存放主要的lbp算法,一个是getmapping,用以做算法的辅助函数,一个是lbptest.m,存放着测试代码。这三个文件需要放到同一个文件夹,并在文件夹中添加相应的图片,具体的图片名字见lbptest.m的代码,运行lbptest.m可以查看结果。(The matlab file of LBP feature extraction shows that there are three m files, one is lbp.m, the main LBP algorithm is stored, the other is getmapping, used as an auxiliary function of the algorithm, the other is lbptest.m, and the test code is stored. These three files need to be put in the same folder and add the corresponding picture in the folder. The specific picture name is seen in the lbptest.m code, and running lbptest.m can see the results.)
Update
: 2025-02-19
Size
: 3kb
Publisher
:
csuyuhaitao
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.