photo

vidya naveen


自 2015 起处于活动状态

Followers: 0   Following: 0

消息

统计学

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


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 前 | 0 个回答 | 0

0

个回答

提问


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 前 | 0 个回答 | 0

0

个回答

提问


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 前 | 2 个回答 | 0

2

个回答

提问


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 前 | 1 个回答 | 0

1

个回答