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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 1 | 0

1

답변