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

add callback to active contour model #2586

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

noahstier
Copy link
Contributor

@noahstier noahstier commented Mar 26, 2017

Description

Add an option for a callback function in active_contour.
The callback is called every (convergence_order + 1) iterations which in this case is every 11 iterations.

Checklist

References

implements enhancement #2092

@pep8speaks
Copy link

pep8speaks commented Mar 26, 2017

Hello @noahstier! Thanks for updating the PR.

Line 97:80: E501 line too long (80 > 79 characters)
Line 118:17: E127 continuation line over-indented for visual indent
Line 168:25: E131 continuation line unaligned for hanging indent
Line 169:25: E131 continuation line unaligned for hanging indent
Line 261:20: E128 continuation line under-indented for visual indent

Line 19:13: E128 continuation line under-indented for visual indent
Line 32:13: E128 continuation line under-indented for visual indent
Line 45:13: E128 continuation line under-indented for visual indent
Line 64:13: E128 continuation line under-indented for visual indent
Line 70:13: E128 continuation line under-indented for visual indent
Line 74:13: E128 continuation line under-indented for visual indent
Line 87:14: E128 continuation line under-indented for visual indent
Line 88:14: E128 continuation line under-indented for visual indent
Line 91:13: E128 continuation line under-indented for visual indent
Line 92:13: E128 continuation line under-indented for visual indent
Line 95:13: E128 continuation line under-indented for visual indent
Line 96:13: E128 continuation line under-indented for visual indent
Line 106:29: E127 continuation line over-indented for visual indent
Line 108:29: E127 continuation line over-indented for visual indent

Comment last updated on March 27, 2017 at 02:58 Hours UTC

@noahstier noahstier force-pushed the active-contour-callback branch 4 times, most recently from 8238ead to 9c6a991 Compare March 26, 2017 23:17
@noahstier noahstier mentioned this pull request Mar 26, 2017
2 tasks
@noahstier noahstier force-pushed the active-contour-callback branch 2 times, most recently from 6c68b5e to 62bcf52 Compare March 27, 2017 01:52
Base automatically changed from master to main February 18, 2021 18:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants