comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: Intersecting geometric shapes
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: Intersecting geometric shapes [message #25528 is a reply to message #25527] Thu, 28 June 2001 23:00 Go to previous messageGo to previous message
Rick Towler is currently offline  Rick Towler
Messages: 821
Registered: August 1998
Senior Member
I'm sure there is a more elegant way of doing this but since your post has
sat here all day without a response...

Fire up your favorite drawing program and create a new image, say 200x200.
Draw your circle white on black. Now create another 200x200 image this time
drawing your rectangle. Save as an indexed color image (.gif (pre IDL 5.4)
or .png should work)

load these images into IDL, add the arrays, and do a where on the new array
for values that are double your white color palette index value. The number
of elements in the result of your where will give you the pixel area of your
intersection. Then all you have to do is convert pixel area back to your
measure of area.

There are a lot of details. You have to scale your original shapes
correctly, converting from your measure to pixel area. Then you need to
arrange your shapes in your image correctly. Also, you have to figure out
how your image program indexes the color palette (this is easy, just print
the image data out. You only have two colors and you'll see two values.
They may be 0 and 1. They may be 0 and 255. It depends on the program you
use to write the images).

This is a pretty simple approach. You could spice it up so it is more
flexible.

-Rick

"Joe Means" <means@fsl.orst.edu> wrote in message
news:3B3B8421.3080005@fsl.orst.edu...
> Hello IDL group,
> I need to calculate the area of intersecting geometric shapes. Right
> now a circle and rectangle. Does nayone know of code to do this?
>
> --
> Joseph E. Means
> Assistant Professor, joe.means@orst.edu
> Department of Forest Science
> Oregon State University
> Corvallis, OR 97331-5752
> 541-750-7351
>
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: Re: pixel coordinates of a line
Next Topic: about the newsgroup

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 18:40:19 PDT 2025

Total time taken to generate the page: 0.00461 seconds