[Insight-users] How to combine itk and fltk? does anyone has a woking example?

Dženan Zukić dzenanz at gmail.com
Wed Sep 5 10:31:35 EDT 2012


I never used FLTK, so other than pointing you to examples I cannot help you
further :(

On Wed, Sep 5, 2012 at 4:26 PM, anna han wan <anna.han.wan at gmail.com> wrote:

> Hi,
>
>
>
> I already have a look there but I found it very difficult to understand
> that's why I am asking for a simple working project.
>
> I tried to separate the ImageViewer application which seems to be the
> easiest one from the whole application project but without success.
>
>
>
> Thanks,
>
> Anna.
>
>
>
> On Wed, Sep 5, 2012 at 2:41 PM, Dženan Zukić <dzenanz at gmail.com> wrote:
>
>> You should take a look at ITKapps:
>> http://www.itk.org/ITK/resources/applications.html
>>
>>  On Wed, Sep 5, 2012 at 3:29 PM, anna han wan <anna.han.wan at gmail.com>wrote:
>>
>>>  Dear all,
>>>
>>> I have installed successfully fltk (version 1.3) using cMake and I
>>> manage to run successfully some fltk code examples. Now I want to use fltk
>>> as a GUI for my itk code.
>>>
>>> I tried to work with the example provided in GettingStarted-IV (
>>> myProject). I have an early error when I try to configure my project using
>>> the same cmake file provided in this example. The error is originated from
>>> the lines:
>>>
>>>
>>>
>>> FIND_PACKAGE ( FLTK)
>>>
>>> IF ( FLTK_FOUND)
>>>
>>> INCLUDE_DIRECTORIES( ${FLTK_INCLUDE_DIR} )
>>>
>>> ENDIF( FLTK_FOUND)
>>>
>>>
>>>
>>> When I remove these lines I configure the project without any problem.
>>>
>>>
>>>
>>> Does anyone know how to fix that? Does anyone has a simple working
>>> project that combine both itk and fltk so I can use it as a starting
>>> example from which I can build my GUI-application.?
>>>
>>>
>>>
>>> Thanks in advance for your time.
>>>
>>>
>>>
>>> Anna.
>>>
>>>
>>>
>>>
>>>
>>> _____________________________________
>>> Powered by www.kitware.com
>>>
>>> Visit other Kitware open-source projects at
>>> http://www.kitware.com/opensource/opensource.html
>>>
>>> Kitware offers ITK Training Courses, for more information visit:
>>> http://www.kitware.com/products/protraining.php
>>>
>>> Please keep messages on-topic and check the ITK FAQ at:
>>> http://www.itk.org/Wiki/ITK_FAQ
>>>
>>> Follow this link to subscribe/unsubscribe:
>>> http://www.itk.org/mailman/listinfo/insight-users
>>>
>>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20120905/46805643/attachment.htm>


More information about the Insight-users mailing list