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.37k stars 660 forks source link

Fix algorithm usage #4757

Closed hjmjohnson closed 4 days ago

hjmjohnson commented 5 days ago

ENH: Fix algorithm to better match data types

Update stl algorithm based on suggestions which explictly warns against the anti-pattern used for toupper and tolower string manipulations.

https://en.cppreference.com/w/cpp/string/byte/toupper with std algorithms

PR Checklist