代码搜索:LBP

找到约 141 项符合「LBP」的源代码

代码结果 141
www.eeworm.com/read/356695/10222868

m lbp.m

function hst = LBP(X) %Returns LBP histogram (256 bins) of picture X. % % 1 2 4 % weights = 128 0 8 % 64 32 16 % %the size of X must be at least 3x3 pixels
www.eeworm.com/read/161826/10367235

m lbp.m

function hst = LBP(X) %Returns LBP histogram (256 bins) of picture X. % % 1 2 4 % weights = 128 0 8 % 64 32 16 % %the size of X must be at least 3x3 pixels
www.eeworm.com/read/423692/10537378

lbp zuixiaoxitong.lbp

www.eeworm.com/read/323473/13339956

m lbp.m

[y,fs,bits]=wavread('b.wav'); %信号的频谱 m=fft(y,512); %取y的512点fft变换。 p=(0:255)/256*(fs/2); wp=0.2*pi;ws=0.3*pi;Rp=30;Rs=120; %Fs=fs;Ts=1/Fs; wp1=2*fs*tan(wp/2); %将模拟指标转换成数字指标
www.eeworm.com/read/486196/6538006

m lbp.m

%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
www.eeworm.com/read/251280/12354811

m lbp.m

%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
www.eeworm.com/read/251267/12355395

c lbp.c

/********************************************************************* * Copyright (C) 2002 Maenpaa * All rights reserved. * * Redistribution and use in source and binary forms, with or without *
www.eeworm.com/read/251267/12355397

h lbp.h

/********************************************************************* * Copyright (C) 2002 Maenpaa * All rights reserved. * * Redistribution and use in source and binary forms, with or without *
www.eeworm.com/read/356695/10222869

m lbp_riu162.m

function hst = LBP_riu162(X) %Returns a rotation invariant LBP (uniform patterns) histogram of picture X. %number of pixels = 16 => 18 bins %predicate =2 % %size of picture X must be at least
www.eeworm.com/read/356695/10222871

m lbp_riu81.m

function hst = LBP_riu81(X) %Returns a rotation invariant LBP (uniform patterns) histogram (10 bins) of picture X. % %the size of picture X must be at least 3x3 pixels patternMap = [1 2 2 3 2