photo

anusha


NIT ROURKELA

Actif depuis 2014

Followers: 0   Following: 0

Message

Statistiques

  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
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 ...

plus de 10 ans il y a | 0

Réponse apportée
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...

plus de 10 ans il y a | 0