photo

anusha


NIT ROURKELA

Aktiv seit 2014

Followers: 0   Following: 0

Nachricht

Statistik

  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

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

fast 10 Jahre vor | 0

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

fast 10 Jahre vor | 0