Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sean Fitzgibbon
SlideR 🍔
Commits
08b9a447
Commit
08b9a447
authored
Aug 03, 2021
by
Sean Fitzgibbon
Browse files
exposed nonlinear maskmode to config
parent
92e06e96
Changes
2
Hide whitespace changes
Inline
Side-by-side
slider/resources/slide.yaml
View file @
08b9a447
...
...
@@ -141,6 +141,7 @@ regparams:
kernel
:
MK_FULL
export
:
true
snapshot
:
true
maskmode
:
or
...
...
slider/slide_reg.py
View file @
08b9a447
...
...
@@ -796,7 +796,7 @@ def diffreg2d(fixed, moving, cnf):
# kernel=MK_FULL,
# kernel=MK_STAR,
kernel
=
kernel
,
maskmode
=
"or"
,
maskmode
=
q
.
maskmode
,
)
# np.save(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment