Jagadeesh p


Attivo dal 2012

Followers: 0   Following: 0

Messaggio

Statistica

MATLAB Answers

9 Domande
3 Risposte

RANK
205.182
of 300.369

REPUTAZIONE
0

CONTRIBUTI
9 Domande
3 Risposte

ACCETTAZIONE DELLE RISPOSTE
44.44%

VOTI RICEVUTI
0

RANK
 of 20.936

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.436

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


I have a button group of 2 radio buttons,edit text box and browse button
I have a button group of 2 radio buttons,edit text box and browse button When i press one radio button . the text box n brows...

oltre 13 anni fa | 2 risposte | 0

2

risposte

Domanda


I have 2 images i need to show an arrow mark from one image to another image
I have 2 images i need to show an arrow mark from one image to another image Images are loaded after i click on push button.T...

oltre 13 anni fa | 1 risposta | 0

1

risposta

Domanda


How to retrieve a word from a filename
name:"rgb_watermark_lena.jpg" I want to retrieve only "lena" word from file It should be "lena.jpg" Can any one sort o...

oltre 13 anni fa | 2 risposte | 0

2

risposte

Domanda


Problem with multiple panels
i have 2 panels in one panel i have pushbutton to browse image and edit text for displaying the path once i browse .. task...

oltre 13 anni fa | 0 risposte | 0

0

risposte

Domanda


How to use Ordfilt3
I am new to matlab. matlab has predefined file:Ordfilt2 But how to use Ordfilt3 file???

oltre 13 anni fa | 0 risposte | 0

0

risposte

Domanda


Need code for Median Filtering on Color images
Need Code for Median Filtering on Color images Cheers Jagadeesh

oltre 13 anni fa | 5 risposte | 0

5

risposte

Risposto
Trouble with LL in DWT2
hey wayne use wavemenu command to load an image. because difference in type original image is "uint8" and after dwt2 imag...

oltre 13 anni fa | 0

Risposto
Trouble with LL in DWT2
hey Ujjwal The image which i have reffered and my o/p image both are approxiamation image. It's definetly not reconstructed ...

oltre 13 anni fa | 0

Risposto
Trouble with LL in DWT2
y=imread('lena.jpg'); x=rgb2gray(y); [LL,LH,HL,HH]=dwt2(x,'haar'); figure(1),imshow(uint8(LL));

oltre 13 anni fa | 0

Domanda


Trouble with LL in DWT2
After performing DWT y=imread('lena.jpg'); x=rgb2gray(y); [LL,LH,HL,HH]=dwt2(x,'haar'); figure(1),imshow(uint8(LL))...

oltre 13 anni fa | 8 risposte | 0

8

risposte

Domanda


Problem in using IDWT2
x=imread('lena.jpg'); sX=size(x); [LL,LH,HL,HH]=dwt2(x,'haar'); y=idwt2(LL,LH,HL,HH,'haar',sX); figure(1),imshow(x);...

oltre 13 anni fa | 1 risposta | 0

1

risposta

Domanda


Error in blkproc function
the following code is used by me y=imread('index.jpg'); b=blkproc(y,[2 2],@(x)min(min(x))); whos b It reports ...

oltre 13 anni fa | 1 risposta | 0

1

risposta