[Insight-users] [ITK Community] Obtaining Real Result from Inverse Fourier Transform

Cory Quammen cory.quammen at kitware.com
Fri Nov 22 17:17:42 EST 2013


Okay, the inverse filter is not being instantiated. I think you might need
to enable the Review module after all and build ITK again.

I *believe* this is how you do that.

cmake -DCMAKE_BUILD_TYPE=Debug -DModule_ITKReview:BOOL=ON

If you use the cmake gui (cmake-gui or ccmake), then turn on the advanced
options, search for Review, then check the checkbox to the right of
Module_ITKReview

Make sure also that in your CMakeLists.txt file for you project you have
the line

include(${ITK_USE_FILE})

right after the line

find_package(ITK)

Let us know how it goes,
Cory



On Fri, Nov 22, 2013 at 4:58 PM, DVigneault <davis.vigneault at gmail.com>wrote:

> Here is the output of p fftInverseFilter and p maskedShiftFilter:
>
> (gdb) n
>
> Program received signal EXC_BAD_ACCESS, Could not access memory.
> Reason: KERN_INVALID_ADDRESS at address: 0x0000000000000000
> 0x0000000100015588 in main (argc=3, argv=0x7fff5fbffab8) at
> /Users/Davis/Desktop/ITKExamples/00_Pipeline/04_harp/src/FFT.cxx:247
> 247         fftInverseFilter->SetInput( maskedShiftFilter->GetOutput() );
> (gdb) p fftInverseFilter
> $1 = {
>   m_Pointer = 0x0
> }
> (gdb) p maskedShiftFilter
> $2 = {
>   m_Pointer = 0x103101ea0
> }
>
>
>
> --
> View this message in context:
> http://itk-insight-users.2283740.n2.nabble.com/Obtaining-Real-Result-from-Inverse-Fourier-Transform-tp7584430p7584444.html
> Sent from the ITK Insight Users mailing list archive at Nabble.com.
> _____________________________________
> 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
> _______________________________________________
> Community mailing list
> Community at itk.org
> http://public.kitware.com/cgi-bin/mailman/listinfo/community
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20131122/bd2e3e6d/attachment.htm>


More information about the Insight-users mailing list