Intensity plot of along the line

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.

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 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. For more options, visit https://groups.google.com/groups/opt_out.
participants (2)
-
Dan
-
Thomas A Caswell