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

Cory Quammen cory.quammen at kitware.com
Fri Nov 22 16:48:26 EST 2013


Could you run these commands and post the output?

p fftInverseFilter
p maskedShiftFilter

This will print out the values of the fftInverseFilter and
maskedShiftFilter pointers and give us a clue where it is going wrong.

Thanks,
Cory


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

> Following directions from  this thread
> <http://www.cmake.org/pipermail/cmake/2009-March/027573.html>  , I
> recompiled as follows:
>
> $ cmake -DCMAKE_BUILD_TYPE=Debug ../src
> $ make
>
> Then according to  this video <http://www.youtube.com/watch?v=sCtY--xRUyI>
> I used the gdb command line tool to step through the code and got this
> error:
>
> 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:246
> 246         fftInverseFilter->SetInput( maskedShiftFilter->GetOutput() );
>
> I hope this is the information you were asking for--if not, please let me
> know and I'll try again.
>
>
>
> --
> View this message in context:
> http://itk-insight-users.2283740.n2.nabble.com/Obtaining-Real-Result-from-Inverse-Fourier-Transform-tp7584430p7584442.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://public.kitware.com/pipermail/community/attachments/20131122/c282b3d5/attachment.html>
-------------- next part --------------
_____________________________________
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


More information about the Community mailing list