Skip to content

Commit

Permalink
Comment out B-spline constant flow for each iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
sumanthratna committed May 8, 2020
1 parent 82312f5 commit 312a973
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pathflow_mixmatch/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@ def affine_register(im1, im2, iterations=1000, lr=0.01, transform_type='similari
# start the registration
registration.start()

if transform_type == 'bspline':
constant_flow = transformation.get_flow()
# if transform_type == 'bspline':
# constant_flow = transformation.get_flow()

# set the intensities back to the original for the visualisation
fixed_image.image = 1 - fixed_image.image
Expand Down

0 comments on commit 312a973

Please sign in to comment.