Skip to content
Snippets Groups Projects

Feature/precise positioning

Merged RABijl requested to merge feature/precise-positioning into develop

This MR adds the precise positioning functionality of OpenCV found by @hleistra as a function and includes tests for this function. The way the function works is as follows: the function takes an image and optionally the corner points of either the image itself or reference image or both. it then warps the image so that the corner markers align with the reference markers. It finishes by returning the image and new corner markers. This function makes use of the fix_corner_markers function as it needs 4 points to work. A slight change has been made to fix_corner_markers to now insert the corner markers at the right index of the list.

Edited by RABijl

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading