Skip to content
  • Luc Hermitte's avatar
    PERF: Improve FunctorImageFilter performances · d4644f20
    Luc Hermitte authored and Victor Poughon's avatar Victor Poughon committed
    `itk::UnaryFunctorImageFilter` only updates the progress reporter once per
    line.
    This commit mimics that behaviour.
    
    The performance improvment is small, less than 10% on simple filters like a
    scaling filter that multiplies pixel values.
    d4644f20