Difference between revisions of "2D-Packing Rectangles and Images"
(→2D-Packing Rectangles) |
(→2D-Packing Rectangles) |
||
Line 7: | Line 7: | ||
<bluebox> | <bluebox> | ||
+ | This page is aliased to the easier to use URL: [http://tinyurl.com/2DPacking http://tinyurl.com/2DPacking]. | ||
+ | <br /> | ||
+ | It contains information about a 2D-rectangular packing heuristic developed by D. Thiebaut to create collages of large collection of images. | ||
+ | <br /> | ||
+ | The 2D-Packing Algorithm and the videos were generated by | ||
+ | Dominique Thiebaut, (dthiebaut at smith.edu) Dept. Computer Science, Smith College, Northampton, MA 01060, USA. | ||
</bluebox> | </bluebox> | ||
+ | |||
==Multithreaded 2D-Packing== | ==Multithreaded 2D-Packing== | ||
<br /> | <br /> | ||
Line 22: | Line 29: | ||
The demo is written in Java and uses Processing for the display of the progression of the algorithm. The program is run on a MacPro with 2 x 2.8 GHz Quad-Core Intel Xeon processors, and 12 GBytes of RAM, and runs in 17.79 seconds. | The demo is written in Java and uses Processing for the display of the progression of the algorithm. The program is run on a MacPro with 2 x 2.8 GHz Quad-Core Intel Xeon processors, and 12 GBytes of RAM, and runs in 17.79 seconds. | ||
<br /> | <br /> | ||
− | + | ||
− | |||
− | |||
− | |||
|} | |} | ||
<br /> | <br /> | ||
Line 41: | Line 45: | ||
The demo is written in Java and uses Processing for the display of the progression of the algorithm. The program is run on a MacPro with 2 x 2.8 GHz Quad-Core Intel Xeon processors, and 12 GBytes of RAM, and runs in 20.8 seconds. | The demo is written in Java and uses Processing for the display of the progression of the algorithm. The program is run on a MacPro with 2 x 2.8 GHz Quad-Core Intel Xeon processors, and 12 GBytes of RAM, and runs in 20.8 seconds. | ||
<br /> | <br /> | ||
− | + | ||
− | + | ||
− | |||
− | |||
|} | |} | ||
Revision as of 10:49, 8 July 2013
--D. Thiebaut (talk) 10:26, 8 July 2013 (EDT)
2D-Packing Rectangles
This page is aliased to the easier to use URL: http://tinyurl.com/2DPacking.
It contains information about a 2D-rectangular packing heuristic developed by D. Thiebaut to create collages of large collection of images.
The 2D-Packing Algorithm and the videos were generated by
Dominique Thiebaut, (dthiebaut at smith.edu) Dept. Computer Science, Smith College, Northampton, MA 01060, USA.
Multithreaded 2D-Packing
|
A demo made of a 2D-Packing heuristic. The algorithm is given 10,000 randomly generated rectangles. |
Multithreaded 2D-Packing with pre-placed items
|
A demo made of a 2D-Packing heuristic. The algorithm is given 10,000 randomly generated rectangles, 5 of which have been modified to have fixed positions, and specific locations in the final rectangular surface. These are the pre-placed items.
|