Skip to content
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.

Zero size Blob #2195

Open
davidrapan opened this issue Sep 11, 2020 · 0 comments · May be fixed by #2198
Open

Zero size Blob #2195

davidrapan opened this issue Sep 11, 2020 · 0 comments · May be fixed by #2198

Comments

@davidrapan
Copy link

davidrapan commented Sep 11, 2020

Blob blob = new Blob(j, new Rectangle(x1[j], y1[j], x2[j] - x1[j], y2[j] - y1[j]));

Change it simply back or just handle zero size or + 1 at some point? Cause bounding box width of for example x1=1 and x2=1 should be 1, pixel is not zero sized.

(We reverted that change in our source version for now cause it's kinda don't match up now)

Regards, D.

@davidrapan davidrapan linked a pull request Sep 14, 2020 that will close this issue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant