overlapping hyperrectangles
From: Craig Schmidt (cschmidt_at_rcn.com)
Date: 01/23/04
- Next message: JTK: "Re: Mars Rover No Longer Controlled By Anything"
- Previous message: Joe \: "Re: Mars Rover Not Responding"
- Next in thread: Suresh Venkat: "Re: overlapping hyperrectangles"
- Reply: Suresh Venkat: "Re: overlapping hyperrectangles"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 22 Jan 2004 23:06:50 -0500
Hi Everyone,
Say you have a set of n hyperrectangles that all contain a known point. I
want to find the pair of hyperrectangles that overlap each other the most in
terms of volume. I'll settle for an approximate or probabilistic solutions,
giving me a pair that overlaps signficantly.
Clearly you can compute the overlap of each pair of hyperrectangles, and
pick the best, which takes O(n^2) time. Is it possible to do it faster?
Thanks for any suggestions or leads.
Craig Schmidt
- Next message: JTK: "Re: Mars Rover No Longer Controlled By Anything"
- Previous message: Joe \: "Re: Mars Rover Not Responding"
- Next in thread: Suresh Venkat: "Re: overlapping hyperrectangles"
- Reply: Suresh Venkat: "Re: overlapping hyperrectangles"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]