photo

anusha


NIT ROURKELA

2014 年からアクティブ

Followers: 0   Following: 0

統計

  • First Answer

バッジを表示

Feeds

表示方法

回答済み
uniform local binary pattern
lbp code clear all; close all; I=imread('cameraman.tif'); I=rgb2gray(I); I1=imcrop(I); [w h]=size(I1); for i=2:w-1 ...

10年弱 前 | 0

回答済み
Local Binary Pattern(LBP)
u can try this code clear all; close all; I=imread('cameraman.tif'); I=rgb2gray(I); I1=imcrop(I); [w h]=size(I1); fo...

10年弱 前 | 0