This repository has been archived by the owner on Jul 13, 2022. It is now read-only.
Releases: CUASAS/pixel-gantry-vision
Releases · CUASAS/pixel-gantry-vision
Version 1.4 - Corner Finding
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
Adds rectangle finding for identifying wirebond pads
Version 1.2 - Multiple iterations of method
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
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
This release adds a new fiducial pattern recognition method - Hough Circles. It also adds a unified interface for calling the different pattern recognition methods.