Community Profile

photo

anusha


NIT ROURKELA

Active since 2014

Followers: 0   Following: 0

Message

Statistics

  • First Answer

View badges

Feeds

View by

Answered
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 ...

9 years ago | 0

Answered
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...

9 years ago | 0