Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

Releases: kylecorry31/Robot-Vision-API

v1.1.2

08 Jan 19:59
Compare
Choose a tag to compare

Bug Fixes:

  • Aspect ratio is now calculated based on the bounding rect (instead of rotated rect, which gives weird results)

v1.1.1

07 Jan 20:27
f22d35a
Compare
Choose a tag to compare

Added:

  • Javadoc comments

v1.1.0

07 Jan 17:04
Compare
Choose a tag to compare

Added:

  • TargetUtils class for combining targets
  • FRC 2019 vision target example

Changed:

  • Target skew spans from -90 to 90 (bug fix)

v1.0.1

31 Dec 14:14
Compare
Choose a tag to compare
  • Remove Geometry API dependency

v1.0

31 Dec 13:48
Compare
Choose a tag to compare
  • New vision pipeline to better support custom targeting
  • API stabilized

v0.7

05 Jan 23:41
2665fcd
Compare
Choose a tag to compare
v0.7 Pre-release
Pre-release
  • Improve architecture
  • Improve testing
  • Removed deprecated builders
  • Removed processors
  • Allow custom target filters

v0.6

12 Mar 17:16
Compare
Choose a tag to compare
v0.6 Pre-release
Pre-release
  • Changed the way the angle is returned by the camera (now from 0 to 180, where 0 completely to the right of the camera, 180 is completely to the left of the camera, and 90 is directly in front of the camera)
  • Added sources to jar to see documentation while programming

v0.5

19 Feb 15:31
Compare
Choose a tag to compare
v0.5 Pre-release
Pre-release
  • Add support for MultiCameraSource (without a detector)

v0.4.2

18 Feb 17:56
Compare
Choose a tag to compare
v0.4.2 Pre-release
Pre-release
  • Switch to geometry package

v0.4.1

12 Feb 16:56
Compare
Choose a tag to compare
v0.4.1 Pre-release
Pre-release