[Bugzilla] [Bug 13804] New: Image Processing Design Toolbox (IPD) does not load: Scilab 5.5.2 on Mac OS 10.10.2
bugzilla.admin at scilab.org
bugzilla.admin at scilab.org
Thu Apr 2 16:59:34 CEST 2015
http://bugzilla.scilab.org/show_bug.cgi?id=13804
--------- Bug Summary -----------
Image Processing Design Toolbox (IPD) does not load: Scilab 5.5.2 on Mac OS 10.10.2
---------- Changed by ------------
colin.swindells at gmail.com
---------- What changed ----------
bug_id, short_desc, product, version, rep_platform, op_sys, bug_status, bug_severity, priority, component, assigned_to, reporter, cc
Bug ID: 13804
Summary: Image Processing Design Toolbox (IPD) does not load:
Scilab 5.5.2 on Mac OS 10.10.2
Product: ATOMS modules
Version: unspecified
Hardware: PC
OS: All Mac OS X
Status: NEW
Severity: Critical
Priority: P5
Component: Description
Assignee: bugzilla.admin at scilab.org
Reporter: colin.swindells at gmail.com
CC: simon.gareste at scilab-enterprises.com
BUG DESCRIPTION:
----------------
IPD toolbox will not load.
Typing atomsLoad('IPD') succeeds with
"Load macros", but fails at the "Load dependencies" step:
WARNING: Can not load dependencies (opencv 2.3.1 or more required).
But, opencv is installed and appears to be working fine. I installed opencv with macports using default settings.
e.g., the following commands in a terminal shell show opencv as correctly installed and functioning.
$ pkg-config --modversion opencv
2.4.11
Also, cflags and libs look fine.
$ pkg-config opencv --cflags
-I/opt/local/include/opencv -I/opt/local/include
$ pkg-config opencv --libs
-L/opt/local/lib -lopencv_calib3d -lopencv_contrib -lopencv_core -lopencv_features2d -lopencv_flann -lopencv_gpu -lopencv_highgui -lopencv_imgproc
-lopencv_legacy -lopencv_ml -lopencv_nonfree -lopencv_objdetect -lopencv_photo -lopencv_stitching -lopencv_superres -lopencv_ts -lopencv_video
-lopencv_videostab
ERROR LOG:
----------
The following message appears on the Scilab 5.5.2 console while loading IPD:
WARNING: Can not load dependencies (opencv 2.3.1 or more required).
HOW TO REPRODUCE THE BUG:
-------------------------
Start a new Scilab 5.5.2 session on Mac OS 10.10.2 (with Java 6 installed as described at http://support.apple.com/kb/DL1572)
Startup execution:
loading initial environment
-->atomsInstall('IPD')
Scanning repository http://atoms.scilab.org/5.5 ... Done
ans =
column 1 to 3
!IPD 8.3.2-0 allusers !
column 4 to 5
!SCI/contrib/IPD/8.3.2-0 I !
-->atomsLoad('IPD')
Start IPD - Image Processing Design
Load macros
Load dependencies
WARNING: Can not load dependencies (opencv 2.3.1 or more required).
ans =
column 1 to 3
!IPD 8.3.2-0 allusers !
column 4
!SCI/contrib/IPD/8.3.2-0 !
-->global WAVELET_DAUBECHIES_2;
-->RGB = ReadImage('small_teaset.png');
!--error 4
Undefined variable: ReadImage
OTHER INFORMATION:
------------------
--
You are receiving this mail because:
You are watching all bug changes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/bugzilla/attachments/20150402/7bcf8721/attachment.htm>
More information about the Bugzilla
mailing list