add todo note

This commit is contained in:
Jan Petykiewicz 2021-06-15 15:22:30 -07:00 committed by jan
parent 9a9a05d1d7
commit 7aa850a239

View File

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