help-octave
[Top][All Lists]
Advanced

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

Re: How can I read jpg on windows using octave ?


From: David Grundberg
Subject: Re: How can I read jpg on windows using octave ?
Date: Sun, 11 Jul 2010 13:26:15 +0200
User-agent: Thunderbird 2.0.0.24 (X11/20100411)

Qzi er skrev:

> On Sun, Jul 11, 2010 at 7:13 PM, David Grundberg <address@hidden> wrote:
> 
>> Qzi er skrev:
>>> How can I read jpg on windows using octave ?
>> imagedata = imread ("filename.jpg");
>>
>> then you can try
>>
>> imshow (imagedata);
>>
>> Grundberg
>>
> 

> I can solve the path of image  problem  ?
>

Please post your reply on the bottom of the message.  It makes the
thread easier to follow for others.

I guess you have the dreaded oct2mat problem(s)?  Just unload oct2mat
with pkg unload.  These commands should make the change stick permanently:

pkg rebuild -noauto oct2mat
pkg unload oct2mat

Grundberg


reply via email to

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