Skip to content

Releases: sonic41592/ImgAlign

ImgAlign 4.1

28 Feb 14:24
Compare
Choose a tag to compare

Added in Automatic quality stepper to minimize artifacts, log file of outputs with possible artifacting, and the option to specify output folder

ImgAlign 4.0

19 Feb 04:42
Compare
Choose a tag to compare

Added RAFT optical flow neural network to further improve alignment results. Torch with CUDA is recommended for best performance if your GPU supports it, and must be installed from https://pytorch.org/get-started/locally/
Install as you would any other python package with the command:
pip install ImgAlign

ImgAlign 3.1

13 Sep 21:42
84d2f26
Compare
Choose a tag to compare

Added semi-automatic points, shaped points to help distinguish matching pairs, and post alignment color matching.

ImgAlign 3.0

31 Jan 00:36
b02c76d
Compare
Choose a tag to compare

Many new features such as manual point selection and thin plate spline warping.

ImgAlign

25 Dec 16:50
bfca469
Compare
Choose a tag to compare

Now supports full homography mapping (warping), use option -f or --full to enable.
Better alignment algorithm implemented for more accurate matching.
4x scale now much more reliable.
Batch processing now does not halt when a match isn't found.
Generates a log file for failed matches.