|
From: | Rick T |
Subject: | Re: IMREAD does not recognize image path |
Date: | Thu, 16 Jul 2015 18:29:08 -0400 |
This works for me, I'm using 3.8.1 on ubuntu 14.04 64bit
Try to test with no spaces in the path or filename
f=imread('/tmp/palm.jpg');
Help would be greatly appreciated! I am completely new to Octave.IMAGE_PATH("path") with no success.I have also tried:octave:6>error: /usr/share/octave/3.8.1/m/image/imread.m at line 107, column 30error: /usr/share/octave/3.8.1/m/image/private/imageIO.m at line 66, column 26error: /usr/share/octave/3.8.1/m/image/private/__.m at line 56, column 5error: called from:error: imread: cannot find "path of image"I get the following error messages:I = imread ("path of image");Hello,I have tried to load an image into Octave using:Byron Harding
_______________________________________________
Help-octave mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/help-octave
[Prev in Thread] | Current Thread | [Next in Thread] |