Re: Intensity plot of along the line

There's a line profile tool in the Tony Yu's ImageViewer.. On 12/09/2013 18:29, Thomas A Caswell wrote:
scipy.ndimage.interpolation.map_coordinates (http://docs.scipy.org/doc/scipy/reference/generated/scipy.ndimage.interpolat...) + matplotlib will do what you want.
Tom
On Thu, Sep 12, 2013 at 11:19 AM, Dan <dkin@walla.co.il <mailto:dkin@walla.co.il>> wrote:
Hi,
Is there a way to generate an intensity plot of along the line using scikit-image (like Plot Profile option in imageJ) (example: http://imagej.1557.x6.nabble.com/file/n3682337/cracks.png).
Thanks. -- You received this message because you are subscribed to the Google Groups "scikit-image" group. To unsubscribe from this group and stop receiving emails from it, send an email to scikit-image+unsubscribe@googlegroups.com <mailto:scikit-image%2Bunsubscribe@googlegroups.com>. For more options, visit https://groups.google.com/groups/opt_out.
-- Thomas A Caswell PhD Candidate University of Chicago Nagel and Gardel labs tcaswell@uchicago.edu <mailto:tcaswell@uchicago.edu> jfi.uchicago.edu/~tcaswell <http://jfi.uchicago.edu/%7Etcaswell> o: 773.702.7204 -- You received this message because you are subscribed to the Google Groups "scikit-image" group. To unsubscribe from this group and stop receiving emails from it, send an email to scikit-image+unsubscribe@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.

+1 for the viewer recommendation. It's located in viewer_examples/plugins/lineprofile.py. On Thursday, September 12, 2013 1:13:29 PM UTC-5, Guillaume wrote: There's a line profile tool in the Tony Yu's ImageViewer..
On 12/09/2013 18:29, Thomas A Caswell wrote:
scipy.ndimage.interpolation.map_coordinates ( http://docs.scipy.org/doc/scipy/reference/generated/scipy.ndimage.interpolat...) + matplotlib will do what you want.
Tom
On Thu, Sep 12, 2013 at 11:19 AM, Dan <dk...@walla.co.il <javascript:>>wrote:
Hi,
Is there a way to generate an intensity plot of along the line using scikit-image (like Plot Profile option in imageJ) (example: http://imagej.1557.x6.nabble.com/file/n3682337/cracks.png).
Thanks. -- You received this message because you are subscribed to the Google Groups "scikit-image" group. To unsubscribe from this group and stop receiving emails from it, send an email to scikit-image...@googlegroups.com <javascript:>. For more options, visit https://groups.google.com/groups/opt_out.
-- Thomas A Caswell PhD Candidate University of Chicago Nagel and Gardel labs tcas...@uchicago.edu <javascript:> jfi.uchicago.edu/~tcaswell <http://jfi.uchicago.edu/%7Etcaswell> o: 773.702.7204 -- You received this message because you are subscribed to the Google Groups "scikit-image" group. To unsubscribe from this group and stop receiving emails from it, send an email to scikit-image...@googlegroups.com <javascript:>. For more options, visit https://groups.google.com/groups/opt_out.

Le 13/09/2013 03:29, Josh Warner a �crit :
+1 for the viewer recommendation. It's located in |viewer_examples/plugins/lineprofile.py|.
I'm wondering why this code doesn't use draw.line(). Any obvious reason? Thx. -- Fran�ois Boulogne. http://www.sciunto.org GPG fingerprint: 25F6 C971 4875 A6C1 EDD1 75C8 1AA7 216E 32D5 F22F

No, none, G. On 13/09/2013 12:31, François Boulogne wrote:
Le 13/09/2013 03:29, Josh Warner a écrit :
+1 for the viewer recommendation. It's located in |viewer_examples/plugins/lineprofile.py|.
I'm wondering why this code doesn't use draw.line(). Any obvious reason? Thx. -- François Boulogne. http://www.sciunto.org GPG fingerprint: 25F6 C971 4875 A6C1 EDD1 75C8 1AA7 216E 32D5 F22F -- You received this message because you are subscribed to the Google Groups "scikit-image" group. To unsubscribe from this group and stop receiving emails from it, send an email to scikit-image+unsubscribe@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
participants (3)
-
François Boulogne
-
Guillaume Gay
-
Josh Warner