Releases: i3drobotics/phase
v0.3.0
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
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
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
v0.2.1-0
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
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
v0.1.2-8
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
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
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