Skip to content

Commit

Permalink
Merge pull request #82 from ANTsX/HypoAdjustSize
Browse files Browse the repository at this point in the history
BUG:  Ensure correct size.
  • Loading branch information
ntustison authored Jan 2, 2025
2 parents ddd46de + 7744e1f commit 4c58240
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/hypothalamusSegmentation.R
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ hypothalamusSegmentation <- function( t1, verbose = FALSE )
croppedImage <- cropImage( croppedImage, labelImage = croppedImage, label = 1 )

t1Warped <- applyAntsrTransformToImage( xfrm, t1, croppedImage )
t1Warped <- padOrCropImageToSize( t1Warped, c( 204, 256, 256 ) )

################################
#
Expand Down

0 comments on commit 4c58240

Please sign in to comment.