Skip to content

Releases: i3drobotics/phase

v0.3.0

20 Sep 10:24
f6a4da3

Choose a tag to compare

Phase

WARNING: This is an early release so may be unstable with breaking changes and have missing documentaiton. Use with caution.

Documentation is available here

Changelog

Improvements

  • Added function to find the connected device availability
  • Added demo to print available device
  • Added creation of stereo camera from CameraDeviceInfo in C-API

v0.2.1-3

16 Sep 13:38
f6a4da3

Choose a tag to compare

v0.2.1-3 Pre-release
Pre-release

Phase

WARNING: This is an early release so may be unstable with breaking changes and have missing documentaiton. Use with caution.

Documentation is available here

Changelog

Improvements

  • Added function to find the connected device availability
  • Added demo to print available device
  • Added creation of stereo camera from CameraDeviceInfo in C-API
  • Added interface type of USB or GigE

Bug fixes

  • Fixed device busy and get available device error

v0.2.1-2

15 Sep 16:30
f6a4da3

Choose a tag to compare

v0.2.1-2 Pre-release
Pre-release

Phase

WARNING: This is an early release so may be unstable with breaking changes and have missing documentaiton. Use with caution.

Documentation is available here

Changelog

Improvements

  • Added function to find the connected device availability
  • Added demo to print available device
  • Added creation of stereo camera from CameraDeviceInfo in C-API

v0.2.1-1

12 Sep 15:59
f6a4da3

Choose a tag to compare

v0.2.1-1 Pre-release
Pre-release

Phase

WARNING: This is an early release so may be unstable with breaking changes and have missing documentaiton. Use with caution.

Documentation is available here

Changelog

v0.2.1-0

09 Sep 12:02
f6a4da3

Choose a tag to compare

v0.2.1-0 Pre-release
Pre-release

Phase

WARNING: This is an early release so may be unstable with breaking changes and have missing documentaiton. Use with caution.

Documentation is available here

Changelog

Improvements

  • Added function to find the connected device availability
  • Added demo to print available device

v0.2.0

02 Sep 10:17
0812e97

Choose a tag to compare

Phase

WARNING: This is an early release so may be unstable with breaking changes and have missing documentaiton. Use with caution.

Documentation is available here

Changelog

Improvements

  • Added ability to calibration from series of checkerboard images (calibrationFromImages in StereoCameraCalibration)
  • Added documentation for all classes
  • Added documentation for all tests
  • Improved placement of types in code file structure
  • Added C-API for CameraCalibration class
  • Consistent naming convension for C-API
  • Improved demos
  • Improved unit tests
  • Added get methods for stereo matcher parameters
  • Added performance tests
  • Added C-API unit tests
  • Added C-API performance tests
  • Added C-API demos

Breaking changes

  • Removed StereoProcess and StereoVision
  • Removed RGBDVideoStreamer and RGBDVideoWriter
  • Moved CameraDeviceInfo (header and source) from 'types' to 'stereocamera' folder
  • Moved all contents in 'types/common.h' to other classes and removed 'types/common.h'
  • Moved StereoMatcherType and StereoMatcherComputeResult to AbstractStereoMatcher
  • Moved CameraReadResult to AbstractStereoCamera
  • Created 'types/stereo.h'
  • Moved StereoImagePair to 'types/stereo.h'
  • Renamed phase_export.h to export.h
  • Renamed phaseversion.h and phaseversion.cpp to version.h and version.cpp
  • Rename enableOccInterpol in StereoI3DRSGM to enableOcclusionInterpolation
  • Rename C-API PhaseCreateStereoMatcher to PhaseCreateStereoMatcherFromMatcherType
  • Added C-API PhaseCreateStereoMatcherFromStereoParams
  • Moved timeout to last parameter in the C-API function PhaseAbstractStereoCameraRead

Bug fixes

  • Fixed linker issue in cuda libraries
  • Fixed linker issues for I3DRSGM
  • Fixed linker issue preventing pyPhase from integrating new changes
  • Fixed type conversion truncation warnings

v0.1.2-9

19 Aug 14:31
0812e97

Choose a tag to compare

v0.1.2-9 Pre-release
Pre-release

Phase

WARNING: This is an early alpha release so may be unstable with breaking changes and have missing documentaiton. Use with caution.

Bug fixes

  • Added cmake config version file

Documentation is available here

v0.1.2-8

19 Aug 10:40
0812e97

Choose a tag to compare

v0.1.2-8 Pre-release
Pre-release

Phase

WARNING: This is an early release so may be unstable with breaking changes and have missing documentaiton. Use with caution.

Features

  • Add documentation for all classes
  • Add documentation for all tests
  • Improved placement of types in code file structure
  • Add C-API for CameraCalibration class

Breaking changes

  • Remove StereoProcess and StereoVision
  • Removed RGBDVideoStreamer and RGBDVideoWriter
  • Moved CameraDeviceInfo (header and source) from 'types' to 'stereocamera' folder
  • Moved all contents in 'types/common.h' to other classes and removed 'types/common.h'
  • Moved StereoMatcherType and StereoMatcherComputeResult to AbstractStereoMatcher
  • Moved CameraReadResult to AbstractStereoCamera
  • Created 'types/stereo.h'
  • Moved StereoImagePair to 'types/stereo.h'

Bug fixes

  • Fixed linker issue in cuda libraries
  • Fixed linker issues for I3DRSGM

Documentation is available here

v0.1.2-7

19 Aug 08:37
0812e97

Choose a tag to compare

v0.1.2-7 Pre-release
Pre-release

Phase

WARNING: This is an early release so may be unstable with breaking changes and have missing documentaiton. Use with caution.

Features

  • Add documentation for all classes
  • Add documentation for all tests
  • Improved placement of types in code file structure
  • Add C-API for CameraCalibration class

Breaking changes

  • Remove StereoProcess and StereoVision
  • Removed RGBDVideoStreamer and RGBDVideoWriter
  • Moved CameraDeviceInfo (header and source) from 'types' to 'stereocamera' folder
  • Moved all contents in 'types/common.h' to other classes and removed 'types/common.h'
  • Moved StereoMatcherType and StereoMatcherComputeResult to AbstractStereoMatcher
  • Moved CameraReadResult to AbstractStereoCamera
  • Created 'types/stereo.h'
  • Moved StereoImagePair to 'types/stereo.h'

Bug fixes

  • Fixed linker issue in cuda libraries
  • Fixed linker issues for I3DRSGM

Documentation is available here

v0.1.2-6

18 Aug 11:05
0812e97

Choose a tag to compare

v0.1.2-6 Pre-release
Pre-release

Phase

WARNING: This is an early release so may be unstable with breaking changes and have missing documentaiton. Use with caution.

Features

  • Add documentation for all classes
  • Add documentation for all tests
  • Improved placement of types in code file structure
  • Add C-API for CameraCalibration class

Breaking changes

  • Remove StereoProcess and StereoVision
  • Removed RGBDVideoStreamer and RGBDVideoWriter
  • Moved CameraDeviceInfo (header and source) from 'types' to 'stereocamera' folder
  • Moved all contents in 'types/common.h' to other classes and removed 'types/common.h'
  • Moved StereoMatcherType and StereoMatcherComputeResult to AbstractStereoMatcher
  • Moved CameraReadResult to AbstractStereoCamera
  • Created 'types/stereo.h'
  • Moved StereoImagePair to 'types/stereo.h'

Bug fixes

  • Fixed linker issue in cuda libraries

Documentation is available here