Skip to content
  • Luc Hermitte's avatar
    PERF: Optimize ClampFilter · b1af8365
    Luc Hermitte authored
    - to get rid of non efficient `ImageFunction` interface (w/ VLV pixels)
    - and loop manually over pixels
    - in a way that avoids the creation of new VLV pixels
    - thanks to `ConvertTypeFunctor` new interface
    b1af8365