clariusdev / mobileapi

Android API Allowing IPC with the Clarius App
https://www.clarius.com
BSD 3-Clause "New" or "Revised" License
12 stars 4 forks source link

Parameter `micronsPerPixel` from class `ProcessedImageInfo` might be describing mm/pixel #23

Closed pcanas closed 2 years ago

pcanas commented 2 years ago

We have currently changed our pipeline to ingest images through the Mobile API instead of from the Clarius exported exams. However, our results are varying quite a bit, and in our inspection, we have seen that the values describing the real distance and pixel relation are very different. I have the feeling that the variable micronsPerPixel is not really representing microns but mm, because if not the physical relationship is extremely low when transforming this variable to mm.

Would you mind having a look into this? Thank you for your help!

pcanas commented 2 years ago

Sorry about this guys, the problem is on our side.