Version 1.1.20, 2020-09-15
New Features
I-CONIC API
New Features
- Enabled processing images in a folder the same way as frames in a video. Still experimental stage.
I-CONIC API
- Processing of still images enabled with the same API as video processing.
- Bayer demosaicking implemented on GPU. Enables real time generation of RGB images from Bayer raw images.
- Added separable 1D image filters on GPU.
- Improved non-GUI processing from video streams; (i)blocks further initialization until enough data
for determining codec type has been received, (ii)OpenGL interoperability not required, (iii) video data
and video model data (sensor parameters) can be sent to processor in different streams simultaneously,
(iv) video ortho photos can be generated at different pyramid levels from streaming video, (v) Java interface
with JNI implemented
- Video projects verified to run on Intel GPU:s and CPU:s as well as several different NVidia GPU:s
- Added interface to select a specific GPU device as primary GpuContext
- Added some methods to BundleAdjustment: GetNumberOfObservations GetObservation ToString GetPixelCoordinates
- Fixed bugs when video/image format is 'portrait' instead of typical 'landscape'