[SIP-users] problem using imread() ...
Advanced image processing toolbox for Scilab on Unix/Linux/Mac OS
Status: Beta
Brought to you by:
ricardofabbri
From: David B. <da...@to...> - 2005-08-19 12:50:58
|
Hi, I've been trying to get SIP toolbox running on an Ubuntu Debian system, but am unable to successfully load up any image as a matrix in Scilab. For example: --> M = imread('ararauna.jpg'); Size: 161 rows x 200 columns Truecolor Image --> M !--error 4 undefined variable : M I'm using Scilab 3.0-12, Imagemagick 6.0.6.2-2.1ubuntu1, and siptoolbox 0.3.99rc1-2 Maybe I should install imagemagick from source as suggested in the FAQ, or will this not make any difference? Thanks for your help, David. |