Icon

public

This directory contains 4 workflows.

IconHoughLinesWorkflow 

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

IconMulti-Template Matching 

Perform object recognition in a list of images using a set of user-provided template image(s) Requires Python 3 environment with following packages: - […]