photo

vishnu


Attivo dal 2012

Followers: 0   Following: 0

Messaggio

Statistica

MATLAB Answers

9 Domande
1 Risposta

RANK
212.337
of 299.737

REPUTAZIONE
0

CONTRIBUTI
9 Domande
1 Risposta

ACCETTAZIONE DELLE RISPOSTE
33.33%

VOTI RICEVUTI
0

RANK
 of 20.791

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 165.655

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


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

oltre 13 anni fa | 0 risposte | 0

0

risposte

Domanda


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

oltre 13 anni fa | 1 risposta | 0

1

risposta

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

oltre 13 anni fa | 0

Domanda


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

oltre 13 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 13 anni fa | 2 risposte | 0

2

risposte

Domanda


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

oltre 13 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 13 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 13 anni fa | 2 risposte | 0

2

risposte

Domanda


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

oltre 13 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 13 anni fa | 0 risposte | 0

0

risposte