You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, we use a dictionary to hold a bunch of things about a contour, such as bounding box values, area, etc. This is done so that we don't calculate these values multiple times.
We should create a small class to handle this. For each value, it can see if it has it, if not calculate it, and then return it.
Also, the class can hold extra info such as the reason that contour was cut (eg see 2021 galactic_search).
The text was updated successfully, but these errors were encountered:
Right now, we use a dictionary to hold a bunch of things about a contour, such as bounding box values, area, etc. This is done so that we don't calculate these values multiple times.
We should create a small class to handle this. For each value, it can see if it has it, if not calculate it, and then return it.
Also, the class can hold extra info such as the reason that contour was cut (eg see 2021 galactic_search).
The text was updated successfully, but these errors were encountered: