-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Skeleton #9
Skeleton #9
Conversation
removed the double "save and remove lines" keep the best candidates for extremities
skeleton lines to points on mask used to closed gaps
create and keep lines to points on mask used to close gaps
Co-authored-by: leavauchier <120112647+leavauchier@users.noreply.github.com>
Co-authored-by: leavauchier <120112647+leavauchier@users.noreply.github.com>
Modify parameters "dilatation_size" to "dilation_size" in this function
Co-authored-by: leavauchier <120112647+leavauchier@users.noreply.github.com>
manually solved
to have valid polygons right at the start Fix the test to have the skeleton lines output
business being here
wrongly merged
import pandas as pd | ||
from shapely.geometry import Point | ||
|
||
sys.path.append('../lidro') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
up
test_close_holes_default that shouldn't be here
import pandas as pd | ||
from shapely.geometry import Point | ||
|
||
sys.path.append('../lidro') |
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
python [modulefilename] and not only with python -m [modulefilename]
io.skeleton in configs_lidro.yaml
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
J'ai remis un dernier commentaire (là c'est du pinaillage), et sinon c'est bon pour moi
First "clean" push, with working code and tests, for review