From goncagmenekse at gmail.com Sun Aug 10 11:06:16 2014 From: goncagmenekse at gmail.com (Gonca Gokce Menekse) Date: Sun, 10 Aug 2014 18:06:16 +0300 Subject: [IGSTK-Users] IGSTK & FLUID EXECUTABLE Message-ID: Hi, I have a trouble with using FLTK and IGSTK. I have run FLTK with cmake and build it in visual studio 12, then I have do the same thing with IGSTK, while configuring IGSTK ? have made IGSTK_USE_FLTK "ON" and gave the all related FLTK paths. But when I am triying to configure IGSTK "HelloWorld" example in cmake it shows me the message; CMake Error: Error required internal CMake variable not set, cmake may be not be built correctly. Missing variable is: FLTK_FLUID_EXECUTABLE what is wrong, I couldn't find any solution. Please help.. -------------- next part -------------- An HTML attachment was scrubbed... URL: From ozgur_guler at gmx.at Mon Aug 11 10:49:14 2014 From: ozgur_guler at gmx.at (=?ISO-8859-1?B?1npn/HIgR/xsZXI=?=) Date: Mon, 11 Aug 2014 17:49:14 +0300 Subject: [IGSTK-Users] IGSTK & FLUID EXECUTABLE In-Reply-To: References: Message-ID: Merhaba Gonca, while you make settings in CMake, enter the path to FLUID (FLTK's UI creator) executable. In Windows you set the path where "Fluid.exe" is inside. Note also IGSTK works with FLTK version 1.1.x and not with 1.3 etc. I hope this helps, Ozgur On Sun, Aug 10, 2014 at 6:06 PM, Gonca Gokce Menekse wrote: > Hi, > I have a trouble with using FLTK and IGSTK. I have run FLTK with cmake and > build it in visual studio 12, then I have do the same thing with IGSTK, > while configuring IGSTK ? have made IGSTK_USE_FLTK "ON" and gave the all > related FLTK paths. But when I am triying to configure IGSTK "HelloWorld" > example in cmake it shows me the message; > CMake Error: Error required internal CMake variable not set, cmake may be > not be built correctly. > Missing variable is: > FLTK_FLUID_EXECUTABLE > > what is wrong, I couldn't find any solution. Please help.. > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/igstk-users -- ********************************************************************* Dr. Dipl.-Ing. ?zg?r G?ler, Bakk. techn. PhD Research Assistant 4D-Visualization Laboratory Univ. ENT Clinic Innsbruck Medical University Anichstr. 35, A-6020 Innsbruck, Austria tel.: +43 512 504 23428, fax.: +43 512 504 25231 voxelmaster.eu www.gueler.at ********************************************************************* From ZYaniv at childrensnational.org Mon Aug 11 10:06:57 2014 From: ZYaniv at childrensnational.org (Yaniv, Ziv) Date: Mon, 11 Aug 2014 14:06:57 +0000 Subject: [IGSTK-Users] IGSTK & FLUID EXECUTABLE In-Reply-To: References: Message-ID: <06229F048E50544496237AF0D1FAD7016CAF1434@PVTH-EXMBX1.cnmc.org> Dear Gonca Gokce Menekse, This looks like the FLTK_FLUID_EXECUTABLE Cmake variable was not set when you compiled IGSTK. Open CMake and set the FLTK_FLUID_EXECUTABLE variable to the full path to the ?fluid.exe? file, most likely you want the path to go to the release version and not the debug one if you compiled for both. regards Ziv From: IGSTK-Users [mailto:igstk-users-bounces at public.kitware.com] On Behalf Of Gonca Gokce Menekse Sent: Sunday, August 10, 2014 11:06 AM To: igstk-users at public.kitware.com Subject: [IGSTK-Users] IGSTK & FLUID EXECUTABLE Hi, I have a trouble with using FLTK and IGSTK. I have run FLTK with cmake and build it in visual studio 12, then I have do the same thing with IGSTK, while configuring IGSTK ? have made IGSTK_USE_FLTK "ON" and gave the all related FLTK paths. But when I am triying to configure IGSTK "HelloWorld" example in cmake it shows me the message; CMake Error: Error required internal CMake variable not set, cmake may be not be built correctly. Missing variable is: FLTK_FLUID_EXECUTABLE what is wrong, I couldn't find any solution. Please help.. ________________________________ No virus found in this message. Checked by AVG - www.avg.com Version: 2014.0.4716 / Virus Database: 3986/7857 - Release Date: 07/15/14 Internal Virus Database is out of date. ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, Confidentiality Notice: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. -------------- next part -------------- An HTML attachment was scrubbed... URL: From jianjunjohnzhao at hotmail.com Mon Aug 18 13:57:58 2014 From: jianjunjohnzhao at hotmail.com (Jianjun Zhao) Date: Mon, 18 Aug 2014 13:57:58 -0400 Subject: [IGSTK-Users] dicom image direction cosine and image viewer Message-ID: Hi, I am new for igstk and trying to run the igstk navigator example with my MR DICOM image volume. I got a problem to display image volume on coronal view. It seems there is a gantry tilt for image (I checked the dicom tags and the direction cosine is 0.97\-0.23\0.0\0.23\0.97\0.0, rather than 1\0\0\0\1\0), so the image on coronal view is not aligned with crosshair. Same thing on 3d view too. How should I deal with issue? Thanks. John -------------- next part -------------- An HTML attachment was scrubbed... URL: From goncagmenekse at gmail.com Sun Aug 10 11:06:16 2014 From: goncagmenekse at gmail.com (Gonca Gokce Menekse) Date: Sun, 10 Aug 2014 18:06:16 +0300 Subject: [IGSTK-Users] IGSTK & FLUID EXECUTABLE Message-ID: Hi, I have a trouble with using FLTK and IGSTK. I have run FLTK with cmake and build it in visual studio 12, then I have do the same thing with IGSTK, while configuring IGSTK ? have made IGSTK_USE_FLTK "ON" and gave the all related FLTK paths. But when I am triying to configure IGSTK "HelloWorld" example in cmake it shows me the message; CMake Error: Error required internal CMake variable not set, cmake may be not be built correctly. Missing variable is: FLTK_FLUID_EXECUTABLE what is wrong, I couldn't find any solution. Please help.. -------------- next part -------------- An HTML attachment was scrubbed... URL: From ozgur_guler at gmx.at Mon Aug 11 10:49:14 2014 From: ozgur_guler at gmx.at (=?ISO-8859-1?B?1npn/HIgR/xsZXI=?=) Date: Mon, 11 Aug 2014 17:49:14 +0300 Subject: [IGSTK-Users] IGSTK & FLUID EXECUTABLE In-Reply-To: References: Message-ID: Merhaba Gonca, while you make settings in CMake, enter the path to FLUID (FLTK's UI creator) executable. In Windows you set the path where "Fluid.exe" is inside. Note also IGSTK works with FLTK version 1.1.x and not with 1.3 etc. I hope this helps, Ozgur On Sun, Aug 10, 2014 at 6:06 PM, Gonca Gokce Menekse wrote: > Hi, > I have a trouble with using FLTK and IGSTK. I have run FLTK with cmake and > build it in visual studio 12, then I have do the same thing with IGSTK, > while configuring IGSTK ? have made IGSTK_USE_FLTK "ON" and gave the all > related FLTK paths. But when I am triying to configure IGSTK "HelloWorld" > example in cmake it shows me the message; > CMake Error: Error required internal CMake variable not set, cmake may be > not be built correctly. > Missing variable is: > FLTK_FLUID_EXECUTABLE > > what is wrong, I couldn't find any solution. Please help.. > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/igstk-users -- ********************************************************************* Dr. Dipl.-Ing. ?zg?r G?ler, Bakk. techn. PhD Research Assistant 4D-Visualization Laboratory Univ. ENT Clinic Innsbruck Medical University Anichstr. 35, A-6020 Innsbruck, Austria tel.: +43 512 504 23428, fax.: +43 512 504 25231 voxelmaster.eu www.gueler.at ********************************************************************* From ZYaniv at childrensnational.org Mon Aug 11 10:06:57 2014 From: ZYaniv at childrensnational.org (Yaniv, Ziv) Date: Mon, 11 Aug 2014 14:06:57 +0000 Subject: [IGSTK-Users] IGSTK & FLUID EXECUTABLE In-Reply-To: References: Message-ID: <06229F048E50544496237AF0D1FAD7016CAF1434@PVTH-EXMBX1.cnmc.org> Dear Gonca Gokce Menekse, This looks like the FLTK_FLUID_EXECUTABLE Cmake variable was not set when you compiled IGSTK. Open CMake and set the FLTK_FLUID_EXECUTABLE variable to the full path to the ?fluid.exe? file, most likely you want the path to go to the release version and not the debug one if you compiled for both. regards Ziv From: IGSTK-Users [mailto:igstk-users-bounces at public.kitware.com] On Behalf Of Gonca Gokce Menekse Sent: Sunday, August 10, 2014 11:06 AM To: igstk-users at public.kitware.com Subject: [IGSTK-Users] IGSTK & FLUID EXECUTABLE Hi, I have a trouble with using FLTK and IGSTK. I have run FLTK with cmake and build it in visual studio 12, then I have do the same thing with IGSTK, while configuring IGSTK ? have made IGSTK_USE_FLTK "ON" and gave the all related FLTK paths. But when I am triying to configure IGSTK "HelloWorld" example in cmake it shows me the message; CMake Error: Error required internal CMake variable not set, cmake may be not be built correctly. Missing variable is: FLTK_FLUID_EXECUTABLE what is wrong, I couldn't find any solution. Please help.. ________________________________ No virus found in this message. Checked by AVG - www.avg.com Version: 2014.0.4716 / Virus Database: 3986/7857 - Release Date: 07/15/14 Internal Virus Database is out of date. ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, Confidentiality Notice: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. -------------- next part -------------- An HTML attachment was scrubbed... URL: From jianjunjohnzhao at hotmail.com Mon Aug 18 13:57:58 2014 From: jianjunjohnzhao at hotmail.com (Jianjun Zhao) Date: Mon, 18 Aug 2014 13:57:58 -0400 Subject: [IGSTK-Users] dicom image direction cosine and image viewer Message-ID: Hi, I am new for igstk and trying to run the igstk navigator example with my MR DICOM image volume. I got a problem to display image volume on coronal view. It seems there is a gantry tilt for image (I checked the dicom tags and the direction cosine is 0.97\-0.23\0.0\0.23\0.97\0.0, rather than 1\0\0\0\1\0), so the image on coronal view is not aligned with crosshair. Same thing on 3d view too. How should I deal with issue? Thanks. John -------------- next part -------------- An HTML attachment was scrubbed... URL: