photo

vidya naveen


Con actividad desde 2015

Followers: 0   Following: 0

Mensaje

Estadística

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


I am trying to segment the image into 3 layers Mask, FG and BG. I have attached my code and please help me......
I tried to segment image into Mask, FG and BG but i am not getting correct output. Mak layer must contain Text part of image ( M...

más de 9 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How to obtain histogram of image blocks(16*16) . please help me
i have compound image and i divided image into blocks. How can i find gradients for each blocks so that i can differentiat image...

más de 9 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How can i find the SAD,MAD between two images......... can any one help me
I have two images, so i need to read both of them and find the absolute difference between them. please help me to do this

más de 9 años hace | 2 respuestas | 0

2

respuestas

Pregunta


I have converted image into 16*16 block. How can i convert these block into video?
my code is I=imread(image); img=rgb2gray(I); [col, row] = find(img<250); imout = I(min(col):max(col), min(row):max(row...

más de 9 años hace | 1 respuesta | 0

1

respuesta