InsightSoftwareConsortium / ITK

Insight Toolkit (ITK) -- Official Repository. ITK builds on a proven, spatially-oriented architecture for processing, segmentation, and registration of scientific images in two, three, or more dimensions.
https://itk.org
Apache License 2.0
1.38k stars 661 forks source link

STYLE: Allocate local GaussianOperator objects (`oper`) on the stack #4545

Closed N-Dekker closed 3 months ago

N-Dekker commented 3 months ago

Following C++ Core Guidelines, "Prefer scoped objects, don’t heap-allocate unnecessarily"

dzenanz commented 3 months ago

Why are there 2 commits?