[ITK] Installing New Modules (Source and Header Files) to ITK dir

Richard Beare richard.beare at gmail.com
Wed Jan 14 16:04:45 EST 2015


I'll have a play - to see if there are changes needed to support new ITK.

If it is mbwss that you are interested in, then you can use the super build
process, which is meant to build the ITK tag (4.4) that has been tested
with mbwss.

Brief instructions on using super build are on the github page:

git clone https://github.com/richardbeare/mbwss.git

cd mbwss

git submodule init

git submodule update

cd ..

mkdir BuildMBWSS

cd BuildMBWSS

ccmake ../mbwss/SuperBuild

make



On Thu, Jan 15, 2015 at 12:02 AM, Bradley Lowekamp <blowekamp at mail.nih.gov>
wrote:

> It would be best to contact the author of the package your trying to build.
>
> Brad
> On Jan 14, 2015, at 3:35 AM, Uras Mutlu <urasmutlu at gmail.com> wrote:
>
> Hello,
>
> Thanks for your answer. I turned on the Review module and many new classes
> are added. But I have a problem with a particular one. I'm trying to build
> and run this one: https://github.com/richardbeare/mbwss
>
> But a particular file, "morphutils.h" is giving an error while compiling
> and I can't seem to find out why. I would really be appreciated If I can
> get help on this one.
>
> Thank you.
>
> Uras
>
> 2015-01-13 15:59 GMT+02:00 Bradley Lowekamp <blowekamp at mail.nih.gov>:
>
>> Hello,
>>
>> Most of those filters are already in ITK. You may need to turn on the
>> Review module in ITK to see them. Most of them have been contributed
>> through the Insight Journal:
>> http://www.insight-journal.org/search/?search=lehmann
>>
>> Brad
>>
>> On Jan 13, 2015, at 5:17 AM, Uras Mutlu <urasmutlu at gmail.com> wrote:
>>
>> Hello,
>>
>> I'm a new software developer and I'm trying to learn itk-vtk because of
>> the projects the company I work for is running. I need help with a small
>> issue.
>>
>> I'm trying to add this "watershed" module to the install directory of itk
>> (.../itk/x64/4.7.0/....) Can you help me about how to do this? Do I have to
>> copy all the files of this git repository to the source folder of itk and
>> then build WHOLE itk again? There must be an easy way that I'm missing.
>> Please give me some instructions about how to do this.
>>
>> Module I want to install is: https://github.com/glehmann/watershed
>>
>> Thank you.
>> _______________________________________________
>> Community mailing list
>> Community at itk.org
>> http://public.kitware.com/mailman/listinfo/community
>>
>>
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/community/attachments/20150115/72465b53/attachment.html>


More information about the Community mailing list