Page MenuHomePhabricator

US Telemed devices: get image geometry from device
Closed, ResolvedPublic

Description

At the moment only the pixels are copied, the geometry of the image is not touched.

Some geometry (e.g. pixel spacing) is already known by the device and is available through the method IUsgImageProperties::GetResolution.

Also update this geometry from the API.

Event Timeline

User franza has pushed new remote branch:

bug-17911-TelemedImageGeometry

implementation is finished, branch is ready for merge

[6dfbdc]: Merge branch 'bug-17911-TelemedImageGeometry'

Merged commits:

2014-07-09 21:13:47 Alfred Franz [717bb2]
finally works now


2014-07-09 20:55:06 Alfred Franz [76172f]
works now... only reinit is still needed


2014-07-09 19:46:54 Alfred Franz [d0870b]
Geometry is triggered now... still needs to be adapted


2014-07-09 18:56:48 Alfred Franz [9c8bde]
started implementation of getting image geometry from the API. Not finished yet.

[3bdc7f]: Merge branch 'bug-17911-TelemedImageGeometry'

Merged commits:

2014-07-10 17:22:57 Alfred Franz [1eeb41]
COMP (#17911): added upcast of geometry for linux compilers