image_save_back_tf

imgreg.util.helpers.image_save_back_tf(rot_tr_arr: numpy.ndarray, fnames: Sequence[str], src_path: str, dest_path: str)[source]

Creates backtransformed images

For an external program that compares images *_A.* with *_B.* this prepares images such that:

test00001.jpg -> test00001_A.png
test00021.jpg -> TR -> test00001_B.png, test00021_A.png

test00221.jpg -> TR -> test00201_B.png, test00221_A.png
test00241.jpg -> TR -> test00221_B.png

where TR denotes the backtransformation.