Corrects scanner distortions using a reference scan for realignment.
PlanoMetrix is an open-source tool designed to correct mechanical distortions in flatbed and document feeder scanners. Many scanners suffer from periodic errors caused by sensor motion mechanics and paper transport irregularities, leading to misaligned scans and horizontal scale inconsistencies.
This software realigns scanned documents by using a reference scan of graph paper, ensuring accurate and consistent output.
✔ Eliminates periodic scanner errors caused by mechanics\
✔ Reduces horizontal scale distortions in scans\
✔ Works with flatbed and document feeder scanners\
✔ Uses graph paper for easy calibration\
✔ Open-source and customizable
To install planoMetrix, follow these steps:
git clone https://sourceforge.net/projects/planometrix.git
cd planometrix
make
Alternatively, download the latest release from the SourceForge project page.
To run the software:
1.) To read a mesh image and store the rectification parameters:
planoMetrix -m <mesh image> -p <point file>
2.) To read rectification parameters and input image and to store the rectified output image:
planoMetrix -p <point file> -i <input image> -o <output image>
3.) To read a mesh image and an input image and store the rectified output image, do not store the rectification parameters:
planoMetrix -m <mesh image> -i <input image> -o <output image>
For more options, use:
planoMetrix --help
PlanoMetrix is released under a Commercial License. See LICENSE for details. See Third-Party Licenses for dependencies.
Contributions are welcome! Feel free to submit issues or pull requests on SourceForge.
For support or questions, visit the discussion forum or open an issue.