Simplify pregrader
1 unresolved thread
1 unresolved thread
This merge request processes the SIG feedback related to fix_corner_markers()
Edited by RABijl
Merge request reports
Activity
- tests/test_images.py 0 → 100644
1 import cv2 2 import os 3 import numpy as np 4 import pytest 5 6 from zesje.images import get_delta, get_corner_marker_sides, fix_corner_markers, add_tup, sub_tup 7 from zesje.scans import find_corner_marker_keypoints 8 9 10 @pytest.mark.parametrize( 11 'shape,corners,expected', 12 [((240, 200, 3), [(50, 50), (120, 50), (50, 200)], (120, 200)), 13 ((240, 200, 3), [(120, 50), (50, 200), (120, 200)], (50, 50))], changed this line in version 2 of the diff
added 1 commit
- 9bd9b158 - adds more parametrized tests for test three straight corners and test delta
added 133 commits
-
9bd9b158...9e46344d - 132 commits from branch
develop
- fae5c2e6 - fixes merge conflicts with develop
-
9bd9b158...9e46344d - 132 commits from branch
enabled an automatic merge when the pipeline for fae5c2e6 succeeds
mentioned in commit 5dc67747
mentioned in issue #60 (closed)
Please register or sign in to reply