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

Abder-Rahman Ali abder.rahman.ali at gmail.com
Sat Mar 24 19:58:10 EDT 2012


thanks a lot Louis. I'm actually doing that on windows but can follow your
steps.

Do you think the filter as shown in the file I have sent you works fine? I
don't know how to test it on an image.

On Saturday, March 24, 2012, Luis Ibanez <luis.ibanez at kitware.com> wrote:
> 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
>>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20120324/652e40b3/attachment.htm>


More information about the Insight-users mailing list