MathGroup Archive 2008

[Date Index] [Thread Index] [Author Index]

Search the Archive

Drawing on top of the image

  • To: mathgroup at smc.vnet.net
  • Subject: [mg85201] Drawing on top of the image
  • From: Šerých Jakub <Serych at panska.cz>
  • Date: Fri, 1 Feb 2008 02:21:35 -0500 (EST)

Does anybody have an idea, how to draw (lines) on top of the photo, which I
import?

Exactly what I need is:
image = Import["something.jpg"]
imageData = Import["something.jpg",{"JPEG","GrayLevels"}]

Now I want to "slice" (with line) the image and work with the imageData on
the "cut".
 
The question is, how to display the image together with the slicing line.

Thanks for any hint

Jakub


  • Prev by Date: Re: Legend option for ListPlot
  • Next by Date: Mathematica And Cron
  • Previous by thread: Re: Legend option for ListPlot
  • Next by thread: Re: Drawing on top of the image