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