MathGroup Archive 2008

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

Search the Archive

Re: Drawing on top of the image

  • To: mathgroup at smc.vnet.net
  • Subject: [mg85208] Re: Drawing on top of the image
  • From: Szabolcs <szhorvat at gmail.com>
  • Date: Sat, 2 Feb 2008 03:25:11 -0500 (EST)
  • References: <fnuhlu$9vg$1@smc.vnet.net>

On Feb 1, 8:27 am, =8Aer=FDch Jakub <Ser... at panska.cz> wrote:
> 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.

Check the Epilog option in the documentation.


  • Prev by Date: Re: Mathematica And Cron
  • Next by Date: Re: Mathematica And Cron
  • Previous by thread: Drawing on top of the image
  • Next by thread: RE: Drawing on top of the image