Skip to content
Snippets Groups Projects

Simplify pregrader

Merged Ghost User requested to merge fix/simplify-pregrader into develop
1 unresolved thread

This merge request processes the SIG feedback related to fix_corner_markers()

Edited by RABijl

Merge request reports

Pipeline #18501 passed

Pipeline passed for fae5c2e6 on fix/simplify-pregrader

Test coverage 53.00% (1.00%) from 1 job

Merged by RABijlRABijl 5 years ago (Jun 14, 2019 2:02pm UTC)

Loading

Pipeline #18503 passed

Pipeline passed for 5dc67747 on develop

Test coverage 53.00% (1.00%) from 1 job

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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))],
  • RABijl marked as a Work In Progress

    marked as a Work In Progress

  • RABijl added 1 commit

    added 1 commit

    • 9bd9b158 - adds more parametrized tests for test three straight corners and test delta

    Compare with previous version

  • RABijl added 133 commits

    added 133 commits

    Compare with previous version

  • RABijl unmarked as a Work In Progress

    unmarked as a Work In Progress

  • RABijl enabled an automatic merge when the pipeline for fae5c2e6 succeeds

    enabled an automatic merge when the pipeline for fae5c2e6 succeeds

  • merged

  • RABijl mentioned in commit 5dc67747

    mentioned in commit 5dc67747

  • Ghost User mentioned in issue #60 (closed)

    mentioned in issue #60 (closed)

  • Please register or sign in to reply
    Loading