This directory contains 4 workflows.
Requires Python3 with openCV. Classical Hough Line: Detect lines in a binary image. NB: Good practice to skeletonize the image before, to avoid too many lines
Perform object recognition in a list of images using a set of user-provided template image(s) Requires Python 3 environment with following packages: - […]