Filter löschen
Filter löschen

why i cannot display an image

12 Ansichten (letzte 30 Tage)
Sapam Jaya
Sapam Jaya am 21 Feb. 2014
Beantwortet: john am 24 Mai 2019
I have done wavedec2 on an image and extracted the approximate coefficients using appcoef2.I want to display the approximate image but its showing total white.why is it so. how to get the image?
  1 Kommentar
Dishant Arora
Dishant Arora am 21 Feb. 2014
Bearbeitet: Dishant Arora am 21 Feb. 2014
show us your code, it would be easier to find where you went wrong.

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 21 Feb. 2014
use imagesc() or use imshow() with [] as the second parameter.
  3 Kommentare
Walter Roberson
Walter Roberson am 21 Feb. 2014
imagesc() picks up the current colormap, whatever that happens to be.
Sapam Jaya
Sapam Jaya am 22 Feb. 2014
it helped..thnx

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (1)

john
john am 24 Mai 2019
please solve this issue , i have try hundred of times
command line error is
Attempt to execute SCRIPT image as a function:
C:\Users\ejaz\Desktop\working space\image.m
Error in images.internal.basicImageDisplay (line 24)
hh = image(cdata, ...
Error in imshow (line 293)
hh = images.internal.basicImageDisplay(fig_handle,ax_handle,...

Kategorien

Mehr zu Image Processing Toolbox finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by