help-octave
[Top][All Lists]
Advanced

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

IMREAD does not recognize image path


From: Byron Harding
Subject: IMREAD does not recognize image path
Date: Wed, 15 Jul 2015 22:36:06 -0700

Hello,

I have tried to load an image into Octave using:

I = imread ("path of image");

I get the following error messages:

error: imread: cannot find "path of image"
error: called from:
error: /usr/share/octave/3.8.1/m/image/private/__.m at line 56, column 5
error: /usr/share/octave/3.8.1/m/image/private/imageIO.m at line 66, column 26
error: /usr/share/octave/3.8.1/m/image/imread.m at line 107, column 30
octave:6>

I have also tried:

IMAGE_PATH("path") with no success.

Help would be greatly appreciated! I am completely new to Octave.

Byron Harding


reply via email to

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