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

Home » Public Forums » archive » Re: intersecting polygons
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 polygons [message #29386 is a reply to message #29374] Mon, 18 February 2002 04:03 Go to previous messageGo to previous message
jvp10 is currently offline  jvp10
Messages: 4
Registered: February 2002
Junior Member
David,

It's elegant enough! Many thanks.

Jon Pearce.


David Fanning <david@dfanning.com> wrote in message news:<MPG.16da08ed83e1ed8a98980b@news.frii.com>...
> Jonathan Pearce (jvp10@psu.edu) writes:
>
>> Does anybody know of, or have a routine that could take polygonal
>> areas and find the common area between them? Consider the first
>> polygon defined by the set of points x1,y1 where x1 and y1 are arrays.
>> The second polygon is defined by the set of points x2 and y2. What I
>> am looking for is the points where the lines given by x1,y1 and x2,y2
>> intersect. Owing to limited time I am wondering if anybody has written
>> such a routine, that would return a polygon describing the area common
>> to both polygons.
>
> This probably falls under the category of the world's
> biggest hack, but I've used it to good effect.
>
> I use POLYFILLV with the two polygons to get a list
> of indices (or pixels) that belong to the two polygons.
> I then find the intersection of the two sets of pixels
> with the SetIntersection program (modified with some
> error checking in my real-world program), that you can
> find here:
>
> http://www.dfanning.com/tips/set_operations.html
>
> Knowing the pixel "size" allows me to calculate
> areas, etc. You can probably use IDLanROI for the
> same purpose. It's worked for me, although I don't
> make any claims as to its elegance. :-)
>
> Cheers,
>
> David
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: debug IDL DLM in Visual C++
Next Topic: color and idl -rt

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

Current Time: Sun Oct 12 00:01:30 PDT 2025

Total time taken to generate the page: 0.01039 seconds