Skip to content

Commit

Permalink
BUG: Forgot to return ouput image for 3D
Browse files Browse the repository at this point in the history
  • Loading branch information
ntustison committed Jul 15, 2024
1 parent 0e8322b commit 389e2a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HessianObjectness.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ try
inputImage, s4_outputImage, objectDimension, isBrightObject, sigmaMin,
sigmaMax, numberOfSigmaSteps, useSigmaLogarithmicSpacing, alpha,
beta, gamma, setScaleObjectnessMeasure );
return( outputImage );
return( outputImage );
}
else
{
Expand Down

0 comments on commit 389e2a2

Please sign in to comment.