-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Hi, I am trying to extract information using the xml file to compute the inverse transform of a contour and overlay it with the original image in a a section. I am not trying to use the GUI for RECONSTRUCT, as I would like to do this automatically in python.
My problem is that the x and y coordinates in the image space of a section do not match with the x and y coordinates in the contour space in the same section. I've included example images to try to illustrate the problem.
You can see that in the first image, the coordinates are in pixels and they are of a different number than in the second image, where the coordinates are in microns. I am talking about the 'position' as seen in the bottom bar. The mouse is in the same position for both images.
Where in the data (xml, code, ??) can I find the translation and mapping between these two coordinate systems? Thank you.

