add todo note

nolock
Jan Petykiewicz 3 years ago committed by jan
parent 9a9a05d1d7
commit 7aa850a239

@ -116,6 +116,7 @@ def guillotine_bssf_sas(rect_sizes: numpy.ndarray,
sizes should be Nx2 sizes should be Nx2
regions should be Mx4 (xmin, ymin, xmax, ymax) regions should be Mx4 (xmin, ymin, xmax, ymax)
#TODO: test me! #TODO: test me!
# TODO add rectangle-merge?
""" """
rect_sizes = numpy.array(rect_sizes) rect_sizes = numpy.array(rect_sizes)
rect_locs = numpy.zeros_like(rect_sizes) rect_locs = numpy.zeros_like(rect_sizes)

Loading…
Cancel
Save