photo

vidya naveen


Aktiv seit 2015

Followers: 0   Following: 0

Nachricht

Statistik

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

mehr als 9 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

mehr als 9 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

mehr als 9 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort