You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
STYLE: Declare PyBuffer variables for number of pixels and length const
Using `itk::ImageRegion::GetNumberOfPixels()` and
`itk::Size::CalculateProductOfElements()`.
Also adjusted the type of `numberOfComponents` according to the return type of
`itk::Image::GetNumberOfComponentsPerPixel()`.
0 commit comments