photo

vishnu


Active since 2012

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Morton scanning ?
i am long days itslef looking for morton scanning . but i do not suceed to create morton matrix for an image ... here is som...

12 years ago | 0 answers | 0

0

answers

Question


morton scanning for image size of 256*256 .
i found out this as for 4*4 matrix from matlab central clc; clear all; close all ; n=2; ind=morton(n); a=reshape(1...

12 years ago | 1 answer | 0

1

answer

Answered
Morton scanning ?
i found out this as for 4*4 matrix from matlab central clc; clear all; close all ; n=2; ind=morton(n); a=resh...

12 years ago | 0

Question


Morton scanning ?
hi , i have to implement the morton scanning .. the idea is image is to be separated as block and it is to be applied...

12 years ago | 1 answer | 0

1

answer

Question


counting pixel of an image?
i have used the thresholding for image .. the command is length(find(abs(cw)<=50)); im(length(abs(cw)<=50))=0 ; (1...

12 years ago | 2 answers | 0

2

answers

Question


REGARDING THRESHOLDING
c=imread('caribou.tif') imshow(c); CW=wt2d(double(c),h,g,8); length(find(abs(CW)<=10)); ans= 47424 ...

12 years ago | 1 answer | 0

1

answer

Question


REGARDING IMAGE COMPRESSION .
I would like to know the image compression .. these are the my basic doubts which may be very basic .. but i can not make clear ...

12 years ago | 1 answer | 0

1

answer

Question


which wavelet transform for image compreesion yields better compression and better PSNR value?
i am studying about the wavelet transform . i would like to know that which wavelet TRANSFORM yields GOOD PSNR and BETTER COMPRE...

12 years ago | 2 answers | 0

2

answers

Question


HI to all.. this is about thresholding the image ..
i am doing with thresholding a image ,i have an image .. for examble 256*256 = 65536 co efficients .. out of that i want to s...

12 years ago | 1 answer | 0

1

answer

Question


Hi... a image is there .. how to select some particular amount non zero coefficients ?
for examble 2568256 ....i want to take (256*256)/4 coefficients .. is thresholding is the method for this .. if thresholding is ...

12 years ago | 0 answers | 0

0

answers