<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://stage.nitrcce.org/themes/nitrc3.0/css/rss.xsl.php?feed=https://stage.nitrcce.org/export/rss20_forum.php?forum_id=3521" ?>
<?xml-stylesheet type="text/css" href="https://stage.nitrcce.org/themes/nitrc3.0/css/rss.css" ?>
<rss version="2.0"> <channel>
  <title>NITRC PICSL Multi-Atlas Segmentation Tool Forum: help</title>
  <link>http://stage.nitrcce.org/forum/forum.php?forum_id=3521</link>
  <description>Get Public Help</description>
  <language>en-us</language>
  <copyright>Copyright 2000-2026 NITRC OSI</copyright>
  <webMaster></webMaster>
  <lastBuildDate>Thu, 09 Apr 2026 2:47:18 GMT</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>NITRC RSS generator</generator>
  <item>
   <title>Trouble building for MAC OSX 10.12.6</title>
   <link>http://stage.nitrcce.org/forum/forum.php?thread_id=9370&amp;forum_id=3521</link>
   <description>Greetings,&lt;br /&gt;
&lt;br /&gt;
I've downloaded your source code and and was trying to build it following the instructions in you readme file but it's not working.&lt;br /&gt;
&lt;br /&gt;
First I use ccmake .&lt;br /&gt;
then in ccmake I press c, then generate&lt;br /&gt;
then in terminal again I use make, and this is what comes up:&lt;br /&gt;
&lt;br /&gt;
Scanning dependencies of target bl&lt;br /&gt;
[ 16%] Building CXX object CMakeFiles/bl.dir/CorrectiveLearning/BiasLearn.cxx.o&lt;br /&gt;
In file included from /Users/aradwa0/Downloads/PICSL_MALF/CorrectiveLearning/BiasLearn.cxx:6:&lt;br /&gt;
/Users/aradwa0/Downloads/PICSL_MALF/CorrectiveLearning/AdaBoost.h:256:5: warning: 'delete' applied to a pointer that was allocated with 'new[]'; did you mean 'delete[]'?&lt;br /&gt;
[-Wmismatched-new-delete]&lt;br /&gt;
delete tX;&lt;br /&gt;
^&lt;br /&gt;
[]&lt;br /&gt;
/Users/aradwa0/Downloads/PICSL_MALF/CorrectiveLearning/AdaBoost.h:138:15: note: allocated with 'new[]' here&lt;br /&gt;
node * tX=new node[NSample];&lt;br /&gt;
^&lt;br /&gt;
/Users/aradwa0/Downloads/PICSL_MALF/CorrectiveLearning/AdaBoost.h:257:5: warning: 'delete' applied to a pointer that was allocated with 'new[]'; did you mean 'delete[]'?&lt;br /&gt;
[-Wmismatched-new-delete]&lt;br /&gt;
delete W;&lt;br /&gt;
^&lt;br /&gt;
[]&lt;br /&gt;
/Users/aradwa0/Downloads/PICSL_MALF/CorrectiveLearning/AdaBoost.h:135:16: note: allocated with 'new[]' here&lt;br /&gt;
double *W= new double[NSample], tw=1.0/NSample, R;&lt;br /&gt;
^&lt;br /&gt;
/Users/aradwa0/Downloads/PICSL_MALF/CorrectiveLearning/AdaBoost.h:258:5: warning: 'delete' applied to a pointer that was allocated with 'new[]'; did you mean 'delete[]'?&lt;br /&gt;
[-Wmismatched-new-delete]&lt;br /&gt;
delete H;&lt;br /&gt;
^&lt;br /&gt;
[]&lt;br /&gt;
/Users/aradwa0/Downloads/PICSL_MALF/CorrectiveLearning/AdaBoost.h:137:18: note: allocated with 'new[]' here&lt;br /&gt;
double * H = new double[NSample];&lt;br /&gt;
^&lt;br /&gt;
/Users/aradwa0/Downloads/PICSL_MALF/CorrectiveLearning/AdaBoost.h:259:5: warning: 'delete' applied to a pointer that was allocated with 'new[]'; did you mean 'delete[]'?&lt;br /&gt;
[-Wmismatched-new-delete]&lt;br /&gt;
delete F;&lt;br /&gt;
^&lt;br /&gt;
[]&lt;br /&gt;
/Users/aradwa0/Downloads/PICSL_MALF/CorrectiveLearning/AdaBoost.h:136:45: note: allocated with 'new[]' here&lt;br /&gt;
double * CH = new double[NSample], *F = new double[NSample];&lt;br /&gt;
^&lt;br /&gt;
/Users/aradwa0/Downloads/PICSL_MALF/CorrectiveLearning/AdaBoost.h:260:5: warning: 'delete' applied to a pointer that was allocated with 'new[]'; did you mean 'delete[]'?&lt;br /&gt;
[-Wmismatched-new-delete]&lt;br /&gt;
delete CH;&lt;br /&gt;
^&lt;br /&gt;
[]&lt;br /&gt;
/Users/aradwa0/Downloads/PICSL_MALF/CorrectiveLearning/AdaBoost.h:136:19: note: allocated with 'new[]' here&lt;br /&gt;
double * CH = new double[NSample], *F = new double[NSample];&lt;br /&gt;
^&lt;br /&gt;
/Users/aradwa0/Downloads/PICSL_MALF/CorrectiveLearning/AdaBoost.h:261:5: warning: 'delete' applied to a pointer that was allocated with 'new[]'; did you mean 'delete[]'?&lt;br /&gt;
[-Wmismatched-new-delete]&lt;br /&gt;
delete sortidx;&lt;br /&gt;
^&lt;br /&gt;
[]&lt;br /&gt;
/Users/aradwa0/Downloads/PICSL_MALF/CorrectiveLearning/AdaBoost.h:177:20: note: allocated with 'new[]' here&lt;br /&gt;
int *sortidx = new int[NFeature * NSample];&lt;br /&gt;
^&lt;br /&gt;
&lt;br /&gt;
6 warnings generated.&lt;br /&gt;
[ 33%] Linking CXX executable bl&lt;br /&gt;
ld: library not found for -lITKNumerics&lt;br /&gt;
clang: error: linker command failed with exit code 1 (use -v to see invocation)&lt;br /&gt;
make[2]: *** [bl] Error 1&lt;br /&gt;
make[1]: *** [CMakeFiles/bl.dir/all] Error 2&lt;br /&gt;
make: *** [all] Error 2&lt;br /&gt;
&lt;br /&gt;
I would appreciate your help.&lt;br /&gt;
&lt;br /&gt;
Thanks in advance,&lt;br /&gt;
Ahmed Radwan</description>
   <author>Ahmed Radwan</author>
   <pubDate>Fri, 08 Jun 2018 12:35:43 GMT</pubDate>
   <guid>http://stage.nitrcce.org/forum/forum.php?thread_id=9370&amp;forum_id=3521</guid>
  </item>
  <item>
   <title>RE: error allocating memory for image</title>
   <link>http://stage.nitrcce.org/forum/forum.php?thread_id=4493&amp;forum_id=3521</link>
   <description>Hi, do you find the answer? I met the same error.</description>
   <author>Rui Xia</author>
   <pubDate>Tue, 18 Apr 2017 3:14:21 GMT</pubDate>
   <guid>http://stage.nitrcce.org/forum/forum.php?thread_id=4493&amp;forum_id=3521</guid>
  </item>
  <item>
   <title>install</title>
   <link>http://stage.nitrcce.org/forum/forum.php?thread_id=6705&amp;forum_id=3521</link>
   <description>Hello,&lt;br /&gt;
&lt;br /&gt;
I am trying to install PICSL_MALF for few days without success ...&lt;br /&gt;
&lt;br /&gt;
I installed ITK succesfully, via the git, and I am already a ANTs user.&lt;br /&gt;
&lt;br /&gt;
But when I try to install PICSL_MALF I have this error message :&lt;br /&gt;
/usr/bin/ld: cannot find -lITKNumerics&lt;br /&gt;
/usr/bin/ld: cannot find -lITKIO&lt;br /&gt;
collect2: error: ld returned 1 exit status&lt;br /&gt;
make[2]: *** [sa] Error 1&lt;br /&gt;
make[1]: *** [CMakeFiles/sa.dir/all] Error 2&lt;br /&gt;
make[1]: *** Waiting for unfinished jobs....&lt;br /&gt;
&lt;br /&gt;
anyone can help ?&lt;br /&gt;
(I am working on ubuntu 14.04, attached is the full error message)&lt;br /&gt;
&lt;br /&gt;
Regards,&lt;br /&gt;
Pierre</description>
   <author>Pierre DEMAN</author>
   <pubDate>Fri, 15 Apr 2016 9:57:54 GMT</pubDate>
   <guid>http://stage.nitrcce.org/forum/forum.php?thread_id=6705&amp;forum_id=3521</guid>
  </item>
  <item>
   <title>error allocating memory for image</title>
   <link>http://stage.nitrcce.org/forum/forum.php?thread_id=4493&amp;forum_id=3521</link>
   <description>I compiled jointlabelfusion in release mode. when executing with two atlases it shows the following error message&lt;br /&gt;
failed to allocate memory for image  in the file itkImportImageContainer.hxx&lt;br /&gt;
&lt;br /&gt;
please help me</description>
   <author>neela ramamoorthi</author>
   <pubDate>Fri, 02 May 2014 18:23:47 GMT</pubDate>
   <guid>http://stage.nitrcce.org/forum/forum.php?thread_id=4493&amp;forum_id=3521</guid>
  </item>
  <item>
   <title>Welcome to Help</title>
   <link>http://stage.nitrcce.org/forum/forum.php?thread_id=3528&amp;forum_id=3521</link>
   <description>Welcome to Help</description>
   <author>Hongzhi Wang</author>
   <pubDate>Wed, 05 Sep 2012 13:54:27 GMT</pubDate>
   <guid>http://stage.nitrcce.org/forum/forum.php?thread_id=3528&amp;forum_id=3521</guid>
  </item>
 </channel>
</rss>
