Skip to content

Commit

Permalink
Update src/Plugins/ITKImageProcessing/src/ITKImageProcessing/Filters/…
Browse files Browse the repository at this point in the history
…ITKThresholdMaximumConnectedComponentsImageFilter.cpp

Co-authored-by: Jared Duffey <[email protected]>
  • Loading branch information
imikejackson and JDuffeyBQ authored Aug 29, 2024
1 parent a079037 commit 02a1215
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ using FilterOutputType = uint8;
struct ITKThresholdMaximumConnectedComponentsImageFilterFunctor
{
uint32 minimumObjectSizeInPixels = 0u;
float64 upperBoundary = 65536.0f;
float64 upperBoundary = 65536.0;
uint8 insideValue = 1u;
uint8 outsideValue = 0u;

Expand Down

0 comments on commit 02a1215

Please sign in to comment.