Skip to content
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

a curve with endpoints #27

Open
pythonmobile opened this issue Jun 12, 2020 · 0 comments
Open

a curve with endpoints #27

pythonmobile opened this issue Jun 12, 2020 · 0 comments

Comments

@pythonmobile
Copy link

Can you please post an example of how to do this in python for an image where I know the start and end position?

Thanks.

========

Hi,

In general, no, it cannot be done. However, if your open curve has fixed end-points (i.e., you know where the curve starts and ends) then it might be possible to simulate this behavior using a closed contour that passes through the end-points and updating only the fragment of the contour between the end-points. Whether this will work or not depends on your particular problem.

Originally posted by @pmneila in #8 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant