Skip to content

Commit

Permalink
BUG: Fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
ntustison committed Oct 26, 2023
1 parent 75d150a commit 95e39d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/lungSegmentation.R
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ lungPulmonaryArterySegmentation <- function( ct, lungMask = NULL,
{
message( "Predict patches and reconstruct." )
}
probabilityImage <- reconstructImageFromPatches( drop( prediction[,,,,2] ),
probabilityImage <- reconstructImageFromPatches( drop( prediction[,,,,] ),
strideLength = patchStrideLength,
domainImage = lungMask,
domainImageIsMask = TRUE )
Expand Down

0 comments on commit 95e39d9

Please sign in to comment.