Community Profile

photo

vidya naveen


Active since 2015

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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

9 years ago | 0 answers | 0

0

answers

Question


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

9 years ago | 0 answers | 0

0

answers

Question


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

9 years ago | 2 answers | 0

2

answers

Question


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

9 years ago | 1 answer | 0

1

answer