<html>
<head>
<base href="http://bugzilla.scilab.org/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Reporter</th>
<td>colin.swindells@gmail.com</td>
</tr>
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - Image Processing Design Toolbox (IPD) does not load: Scilab 5.5.2 on Mac OS 10.10.2"
href="http://bugzilla.scilab.org/show_bug.cgi?id=13804">13804</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Image Processing Design Toolbox (IPD) does not load: Scilab 5.5.2 on Mac OS 10.10.2
</td>
</tr>
<tr>
<th>Product</th>
<td>ATOMS modules
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>OS</th>
<td>All Mac OS X
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>Critical
</td>
</tr>
<tr>
<th>Component</th>
<td>Description
</td>
</tr>
<tr>
<th>Assignee</th>
<td>bugzilla.admin@scilab.org
</td>
</tr>
<tr>
<th>CC</th>
<td>simon.gareste@scilab-enterprises.com
</td>
</tr></table>
<p>
<div>
<pre>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 <a href="http://support.apple.com/kb/DL1572">http://support.apple.com/kb/DL1572</a>)
Startup execution:
loading initial environment
-->atomsInstall('IPD')
Scanning repository <a href="http://atoms.scilab.org/5.5">http://atoms.scilab.org/5.5</a> ... 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:
------------------</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are watching all bug changes.</li>
</ul>
</body>
</html>