Skip to content
  • Daniel Drake's avatar
    Custom image resizing · e3451158
    Daniel Drake authored
    mindtct appears to completely ignore the pixels-per-mm input parameter
    (ippmm). When processing AES4000 images, the binarized image is
    completely mangled and a lot of ridge information is lost.
    
    Resizing the AES4000's small images results in a huge imaging performance
    gain.
    
    We use imagemagick for the resizing, as it's resizing code resamples the
    image too (smoothing it out), which further improves performance.
    e3451158