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

Dženan Zukić dzenanz at gmail.com
Wed Sep 5 09:41:01 EDT 2012


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/6e17d0f2/attachment.htm>


More information about the Insight-users mailing list