Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fix] shift registrar synthetic and white image test cases
The old test cases tried to check whether the accuracy was within 1 pixel, but actually checked whether it was withing 1 meter. Therefore it passed even though the stitching might have been off. The synthetic image used was of a black image with a white border, this then got cropped into two tiles, but there were no distinct features to stitch, therefore the test case failed after fixing the meter pixel bug. The updated test case creates a synthetic image with randomly placed horizontal and vertical lines.
- Loading branch information