maxrect icon indicating copy to clipboard operation
maxrect copied to clipboard

Find the maximally inscribed, axis-aligned rectangle for a given polygon

Results 4 maxrect issues
Sort by recently updated
recently updated
newest added

coordinates1 = [ [ 340, 657 ], [ 710, 697 ], [ 1391, 781 ], [ 2239, 861 ], [ 2256, 827 ], [ 2285, 752 ], [ 2343, 659...

cvxpy is substantially different now. CVXOPT cannot solve the problem, and the default autosolve approach works just fine with convex coordinates. the resolved values have a different shape, so we...

Hi, how can the problem be reformulated in `cvxp` to find the largest rectangle of a **given aspect ratio**? http://www.geometrictools.com/Documentation/MaximumAreaAspectRectangle.pdf Thanks, Antonio