help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: imshow


From: Jordi Gutiérrez Hermoso
Subject: Re: imshow
Date: Thu, 20 Sep 2007 15:11:13 -0500

On 20/09/2007, Ilan Bar-On <address@hidden> wrote:
> When trying to view a colored image I get the following error message:
>
> octave:1> I=imread("graf.png");
> octave:2> image(I)
[error messages snipped]

If you want to display the image you just read with imread, use
imshow, not image. image has a slightly different purpose than imshow.

- Jordi G. H.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]