Skip to content
This repository has been archived by the owner on Jul 13, 2022. It is now read-only.

Releases: CUASAS/pixel-gantry-vision

Version 1.4 - Corner Finding

23 Feb 21:54
Compare
Choose a tag to compare

This release adds the ability to find corners of rectangles. This feature can be used by specifying the pointSelect parameter in the find_rects method. Values are

  • 0: center
  • 1: bottom-left corner
  • 2: top-left corner
  • 3: top-right corner
  • 4: bottom-right corner

Version 1.3 - Rectangle finding

27 Jan 18:35
Compare
Choose a tag to compare

Adds rectangle finding for identifying wirebond pads

Version 1.2 - Multiple iterations of method

17 Dec 20:58
Compare
Choose a tag to compare

In this release, the pattern recognition will re-run up to 10 times on the event of failing to find any fiducials in the input image.

Version 1.1 - Tests & VC Redistributable

03 Dec 19:21
Compare
Choose a tag to compare

This release includes the pattern recognition tests into the distribution and also packages the correct VC redistributable package for running the code on systems without Visual Studio installed.

Version 1.0 - Circle finding

01 Dec 22:36
Compare
Choose a tag to compare

This release adds a new fiducial pattern recognition method - Hough Circles. It also adds a unified interface for calling the different pattern recognition methods.