[Insight-users] Insight-users Digest, Vol 78, Issue 39
fariba_yoo at yahoo.co.uk
fariba_yoo at yahoo.co.uk
Sat Oct 30 15:00:12 EDT 2010
I forget to tell you that my image format is .png
Kind Regards,
Fariba
________________________________
From: "insight-users-request at itk.org" <insight-users-request at itk.org>
To: insight-users at itk.org
Sent: Thu, 28 October, 2010 19:00:10
Subject: Insight-users Digest, Vol 78, Issue 39
Send Insight-users mailing list submissions to
insight-users at itk.org
To subscribe or unsubscribe via the World Wide Web, visit
http://www.itk.org/mailman/listinfo/insight-users
or, via email, send a message with subject or body 'help' to
insight-users-request at itk.org
You can reach the person managing the list at
insight-users-owner at itk.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Insight-users digest..."
Today's Topics:
1. Re: Mutual Information (Dav)
2. Mean of N images (Luis Roberto P. Paula)
3. Vector field issue (Stephen Yip)
4. Deforming filter (Stephen Yip)
5. Re: Vector field issue (Bill Lorensen)
6. Re: Deforming filter (Karthik Krishnan)
7. Re: Mean of N images (Jon Haitz Legarreta Gorro?o)
8. i cant see image with out using vtk (H-B)
9. Re: i cant see image with out using vtk
(Jon Haitz Legarreta Gorro?o)
10. Re: i cant see image with out using vtk (Stuart Golodetz)
11. Re: i cant see image with out using vtk (David Doria)
12. Re: Mean of N images (Wes Turner)
----------------------------------------------------------------------
Message: 1
Date: Wed, 27 Oct 2010 15:34:38 -0700 (PDT)
From: Dav <masslawi at gmail.com>
Subject: Re: [Insight-users] Mutual Information
To: insight-users at itk.org
Message-ID: <263703.79255.qm at web52301.mail.re2.yahoo.com>
Content-Type: text/plain; charset="iso-8859-1"
Dear Farbia,
Welcome to ITK, to use the ITK examples you have to build them first. To do this
place
the source file in any folder you like then place a CMake file in the same
folder. The
CMake file for the Imageregistration2 example would be somthing like the
following,
PROJECT(ImageRegistration2)
FIND_PACKAGE ( ITK )
IF ( ITK_FOUND )
INCLUDE( ${ITK_USE_FILE} )
ENDIF( ITK_FOUND )
ADD_EXECUTABLE(ImageRegistration2 ImageRegistration2.cxx )
TARGET_LINK_LIBRARIES(ImageRegistration2 ITKStatistics ITKIO ITKNumerics)
If you want to know the CMake list for any other example there is a CMake file
in the
examples directory, you can search for the name of the example to find it faster
in the
list. Now you are ready to generate your solution, I assume you already have the
CMake
software, run the CMake software and choose the source directory which is the
folder you
put the source file and CMake list earlier then choose the binary directory
which is best to
not to be the same directory as the source files. Now press configure then after
choosing
the debug program (I assume visual studio) press finish after that press
configure again?
when you see the message "configuring done" press generate and you should see
the
message "generating done" then you know you're all set and good to go, just
building the
binary files is the only thing left to do. Regarding using your images, you
should give more
information about your images, notice that different images take different data
types in ITK
for pixel representation.?For an instance data type "short" represents the
DICOM?
(.dcm format ) pixels. Let us know if you encounter any problems.
Regards, ?Davoud.
End of Insight-users Digest, Vol 78, Issue 39
*********************************************
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20101030/beb6dc92/attachment.htm>
More information about the Insight-users
mailing list