Displaying 1 result from an estimated 1 matches for "rectangel".
2010 Mar 21
2
Find a rectangle of maximal area
...statistical purposes -- I
need to solve the following task:
Given n (e.g. n = 100 or 200) points in the unit square, more or less randomly
distributed. Find a rectangle of maximal area within the square that does not
contain any of these points in its interior.
If a, b are height and width of the rectangel, other constraints may have to be
imposed such as a, b <= 0.5 and/or 0.5 <= a/b <= 2.0 . The rectangle is
allowed to touch the border of the square.
For each new image the points will be identified by the application, like all
stars of a certain brightness on an astronomical picture. S...