Skip to content

Commit

Permalink
PERF: set numMeanShifts = 0
Browse files Browse the repository at this point in the history
  • Loading branch information
stnava committed Nov 25, 2023
1 parent d87f266 commit d1dee14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Utilities/itkSurfaceImageCurvature.h
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class SurfaceImageCurvature final : public SurfaceCurvatureBase<TSurface, 3>
* mean shift algorithm to find the best neighborhood.
*/
void
FindNeighborhood(unsigned int numMeanShifts = 2) override;
FindNeighborhood(unsigned int numMeanShifts = 0) override;

void
FindEuclideanNeighborhood(PointType p);
Expand Down

0 comments on commit d1dee14

Please sign in to comment.