Tagged Questions
The rectangles tag has no wiki summary.
39
votes
17answers
24k views
Determine if two rectangles overlap each other?
I am trying to write a C++ program that takes the following inputs from the user to construct rectangles (between 2 and 5): height, width, x-pos, y-pos. All of these rectangles will exist parallel to ...
18
votes
12answers
826 views
Rectangles Covering
I have N rectangles with sides parallel to the x- and y-axes. There is another rectangle, model. I need to create an algorithm that can tell whether the model is completely covered by the N ...
11
votes
3answers
2k views
What's a good, simple, 2D rectangles-only collision detection algorithm?
I'm designing a collision detection game tutorial for young adults, so I want this to be as simple as possible to make it easier to explain.
The requirements are very simple. The world is 2D and ...
6
votes
5answers
419 views
Algorithm to split an image into smaller images reducing the amount of whitespace and specifying maximum amount of rectangles
I am looking for an algorithm which can split an image into smaller images, with some constraints.
One constraint is to use the least amount of "whitespace" meaning empty pixels. And the other is to ...
6
votes
3answers
235 views
Optimum set of dirty rectangles
I'm looking for an algorithm here, independent of specific programming language.
The problem:
We have a 2-dimensional display area
(think simple buffer of pixels).
Periodically, some of the ...
6
votes
5answers
735 views
Tile (scalable) stacking algorithm
Here is the problem. I have rectangular canvas that have size of 1. So it have coordinate sistem of (0.0 ... 1.0 - x and 0.0 ... 1.0 - y).
I also have some tiles. Tiles are also rectangles. They have ...
6
votes
5answers
236 views
Inverting a set of rectangles on a 2D plane
I have a rectangular plane of integer dimension. Inside of this plane I have a set of non-intersecting rectangles (of integer dimension and at integer coordinates).
My question is how can I ...
6
votes
4answers
2k views
How to check whether a NSPoint lays inside a NSRect
I've created a mutable array containing NSRect values. I want to check whether the NSPoint I created is within this rectangle. What is the best way to do this in cocoa.
6
votes
5answers
1k views
How to divide an area composed of small squares into bigger rectangles?
Where would i go to look for algorithms that take a 2d grid of values that are either 0 or 1 as input and then identifies all possible non-overlapping rectangles in it?
In a more practical ...
5
votes
2answers
521 views
Algorithm for finding the fewest rectangles to cover a set of rectangles
I have a set of rectangles and I would like to "reduce" the set so I have the fewest number of rectangles to describe the same area as the original set. If possible, I would like it to also be fast, ...
5
votes
2answers
525 views
Algorithm to reduce image to rectangles?
I'm attempting to create pretty large bitmaps in a C# application (6000x6000, though most is transparent) and need to draw them to a specific output API which only supports drawing rectangles.
Now, ...
5
votes
7answers
1k views
Packing rectangles for compact representation
I am looking for pointers to the solution of the following problem: I have a set of rectangles, whose height is known and x-positions also and I want to pack them in the more compact form. With a ...
4
votes
1answer
3k views
Displaying rectangles in game window with XNA
I want to divide my game grid into an array of rectangles. Each rectangle is 40x40 and there are 14 rectangles in every column, with a total of 25 columns. This covers a game area of 560x1000.
This ...
4
votes
2answers
771 views
Partition a rectangle into near-squares of given areas
I have a set of N positive numbers, and a rectangle of dimensions X and Y that I need to partition into N smaller rectangles such that:
the surface area of each smaller rectangle is proportional to ...
4
votes
2answers
3k views
Finding the overlapping area of two rectangles (in C#)
Edit:
Simple code I used to solve the problem in case anyone is interested (thanks to Fredrik):
int windowOverlap(Rectangle rect1, Rectangle rect2)
{
if (rect1.IntersectsWith(rect2))
...
4
votes
3answers
2k views
Finding an axis-aligned rectangle inside a polygon
I am looking for a good algorithm to find an axis-aligned rectangle inside a (not necessarily convex) polygon. A maximal rectangle would be nice, but is not necessary - any algorithm that can find a ...
3
votes
2answers
114 views
SQL: Finding filled rectangles given x,y co-ordinates
Given the following filled x, y coordinates:
0, 0
0, 1
0, 2
1, 0
1, 1
1, 2
2, 0
2, 1
2, 2
4, 0
4, 1
5, 0
5, 1
How do I write an SQL query to determine all the filled rectangles? A rectangle is ...
3
votes
1answer
196 views
Rectangles in StackPanel
I'm trying to insert multiple rectangles in a stackpanel but I keep getting the error 'Element is already the child of another element.'. Same thing happens if I use a canvas.
Example:
...
3
votes
2answers
378 views
Java collision detection for rotated rectangles?
I am writing my first java game and so far:
I've made a rectangle that can walk around with WSAD, and he always faces where the mouse is pointing. Also if you click, he shoots bullets where your ...
3
votes
3answers
652 views
How to calculate distance between two rectangles? (Context: a game in Lua.)
Given two rectangles with x, y, width, height in pixels and a rotation value in degrees -- how do I calculate the closest distance of their outlines toward each other?
Background: In a game written ...
3
votes
4answers
1k views
How to divide a set of overlapping ranges into non-overlapping ranges?
Let's say you have a set of ranges:
0 - 100: 'a'
0 - 75: 'b'
95 - 150: 'c'
120 - 130: 'd'
Obviously, these ranges overlap at certain points. How would you dissect these ranges to produce a list of ...
2
votes
3answers
122 views
Finding out if two rectangles intersect
This is a homework assignment, so I'm mostly asking for a nudge in the right direction. I've figured out the majority of the problem. We have a Rectangle class, whose rectangles are defined by the x ...
2
votes
1answer
337 views
Minimum area enclosing rectangles?
I need an idea for an algorithm to solve the following problem (I already tried some personal
solutions but they don't seem to be optimal)
If given a surface with marked and unmarked zones (in matrix ...
2
votes
2answers
268 views
Difference (XOR) between two rectangles, as rectangles?
I'm looking for a simple way to calculate the difference between two rectangles. I mean all points which belong to one of the rectangles, but not to both (so it's like XOR).
The rectangles are ...
2
votes
6answers
1k views
How to optimize the layout of rectangles
I have a dynamic number of equally proportioned and sized rectangular objects that I want to optimally display on the screen. I can resize the objects but need to maintain proportion.
I know what the ...
1
vote
1answer
37 views
how to find if the image has black rectangles of size greater than 5*5
I am trying to write a program in c# or c++, which finds if the image(png or jpg) has a rectangle which is black in color and is greater than size 5 * 5 pixels. If there are multiple such rectangles ...
1
vote
1answer
129 views
Screen Capture Specific Areas of Screen for OCR
Does anyone know of any libraries or ideas how to achieve screen captures which can then be used with OCR?
What I need is to be able to record 3 or 4 rectangles on the screen (ignoring outside these ...
1
vote
1answer
275 views
Java: Help determining a collision between two rectangles
I'm creating a game, pacman specifically as part of my coursework and I'm having problems when it comes to collision-detection using Rectangles.
The problem I'm experiencing is that even though on ...
1
vote
1answer
461 views
Frustum culling rectangles problem
I am trying to implement frustum culling in my OpenGL 2d game. The only kind of geometric objects in my game at this point are rectangles, so I thought this would be pretty easy, but I am getting ...
1
vote
1answer
120 views
How can I create a graphics drawing of a Core Data entity?
I'm trying to create a graphic representation of a core data entity. I have a custom view (subclass of NSView) where the drawing will happen. My entity has name, width, and height attributes. When ...
1
vote
2answers
679 views
Merging and splitting overlapping rectangles to produce non-overlapping ones
I am looking for an algorithm as follows:
Given a set of possibly overlapping rectangles (All of which are "not rotated", can be uniformly represented as (left,top,right,bottom) tuplets, etc...), it ...
1
vote
2answers
1k views
Calculating vertices of a rotated rectangle
Hey guys, I am trying to calculate the vertices of a rotated rectangle (2D).
It's easy enough if the rectangle has not been rotated, I figured that part out.
If the rectangle has been rotated, I ...
1
vote
3answers
254 views
What's the best way to draw a bunch of (~200) colored rectangles in Cocoa?
My current plan is to draw the rectangles by subclassing NSView, but that seems like a very inefficient way for what I'm trying to do, which is to draw a bunch of fixed, non-overlapping rectangles ...
1
vote
1answer
700 views
Having trouble initializing an SDL_Surface
I'm trying to set up something in SDL [in C++] where I can draw a one pixel big rectangle. I've got everything in my code working except my second SDL_Surface called rectangle. I'm having trouble ...
1
vote
1answer
665 views
Graphics.DrawRectangle(Pen, RectangleF)
http://msdn.microsoft.com/en-us/library/system.drawing.graphics.drawrectangle.aspx
FillRectangle, DrawRectangle, FillElipse and DrawEllipse all can take 4 Float (or "Single") parameters: x, y, width, ...
1
vote
2answers
2k views
In SSRS, can you set a rectangle to grow with its contents?
I'm working on a report in SSRS (SQL Server Reporting Services) right now, and I'm having a problem getting a rectanlge I draw on the page in the report designer to grow. Basically, I've got a ...
0
votes
2answers
55 views
Algorithm to split 2D rectangular grid into smaller grids
I have a 2D grid built using ArrayLists in Java, and would like to split the grid into a given number of smaller grids.
The task I am working on is developing a simulator for the distribution of a ...
0
votes
1answer
55 views
onDraw() is called but nothing displayed
I need to draw some rectangles on screen, over the background image. For this, I create this class :
public class MyImageView extends ImageView {
public MyImageView(Context context) {
...
0
votes
1answer
91 views
Snake Game - Collision Error
So I am making a snake game but if i move from one direction to the other really fast then it says I made a collision with the body and ends the game (ex. if I am going left and I hit down and then ...
0
votes
1answer
81 views
Rectangle inside another rectangle
Is it possible to create drawable from xml like on the picture?
First rectangle contains second rectangle.
If yes, please explain me how do that. Thanks in advance.
0
votes
0answers
27 views
Flex 4.5 checking to see if a component is completely covered by another
I'm trying to figure out how to detect when an image is completely covering a component in Flex.
I found this: Algorithm required to determine if a rectangle is completely covered by another set of ...
0
votes
0answers
20 views
component labeling on rectangles?
the component labeling algorithms I have found are using pixel based approachs. Could anyone pointed me to rectangle based algorithms? The rectangle is defined by lower-left and upper-right coordinate ...
0
votes
1answer
107 views
Collision handling with Rotated Rectangles
I am about to develop a little 2D game.
The perspective is top Down like, so you can only see the Had of the player.
You can move the Player with WASD and he and his Collision Box Rotates, in the ...
0
votes
1answer
249 views
Java Game - Easiest way to draw buildings
It's my first time doing Java GUI stuff, and I have a few questions. I'm making a simple side-scrolling game - planning it out, specifically. The window is going to be 800x800.
There's going to be ...
0
votes
2answers
410 views
Vector math and rectangles
I know this is more high school math(wow been a long time since I was there) but I am trying to solve this programatically so I am reaching out to the collective knowledge of stackoverflow
Given this ...
0
votes
3answers
322 views
Smallest set of rectangles describing a set of integer points
Given a set of N-dimensional integer points how do I find the smallest set of N-dimensional cuboids (rectangles in the 2-d case), such that an integer point is in the set of integer points if and only ...
0
votes
1answer
162 views
What is the best (or at least a good enough) algorithm for automatically positioning images within a CSS sprite?
I have written a CSS sprite auto-generator which takes selected images out of the HTML page and converts them to CSS sprites, but right now it does not attempt to lay them out optimally but rather ...
-1
votes
0answers
117 views
C# Image processing AForge, detecting rectangle's
I'm currently doing a big assignment for school, and i'm quite stuck here.
I need object recognition of a checkersboard, so me and my friend brainfarted about this, and we came to the basic idea of ...
-5
votes
1answer
56 views
How to find length and width of the rectangle which is inside another rectangle [closed]
I am developing an application which needed to find the length and width of a rectangle which is inside another rectangle(This rectangle will have the dimensions).
I also know the inner rectangle ...