[Insight-users] Segmentation of 3D image (itk)

Luis Ibanez luis.ibanez at kitware.com
Sat Mar 24 19:54:10 EDT 2012


Your CMakeLists.txt file should work fine with ITK 3.20.

Do the following

cd    /tmp
mkdir itkexample
cd itkexample
mkdir src
mkdir bin

put in "src" the two files that you sent me.
the do


cd /tmp/itkexample/bin
ccmake ../src


Make sure that in ITK_DIR you put the
binary directory of your ITK 3.2 build.
The do "c" to configure, then do "g" to
generate, and when ccmake quits, do

   make

That should work...


I presume that you are doing this in Linux...
are you ?



    Luis


----------------------------------------------------
On Sat, Mar 24, 2012 at 7:37 PM, Abder-Rahman Ali
<abder.rahman.ali at gmail.com> wrote:
> Hi Luis,
>
> I'm using ITK 3.20.0
>
> Abder-Rahman
>
>
> On Saturday, March 24, 2012, Luis Ibanez <luis.ibanez at kitware.com> wrote:
>> Hi Abder,
>>
>> What version of ITK are you using  ?
>>
>>   Luis
>>


More information about the Insight-users mailing list