Skip to content

Feature/precise positioning

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