Replies: 1 comment 5 replies
-
You can find information on the coordinate systems here: http://perk-software.cs.queensu.ca/plus/doc/nightly/user/ApplicationfCalCoordinateSystemDefinitions.html. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
I have some questions regarding the image to probe calibration process.
I am using NDI, an ultrasound probe from supersonic imagine and in an old xml (config file), I can find for a dedicated probe (Probe_L14-5_38):
Also, there is the transform From="Image" To="TransducerOriginPixel"
Matrix="
1 0 0 -355
0 1 0 86
0 0 1 0
0 0 0 1"
In my case, as I am using a frame grabber and a different ultrasound system, the image I have includes not only the US image but also information (type of probe...) so is the center of the frame of reference placed at the left corner of the overall image and then I have to know where the transducerOrigin Pixel is situated? Please see the attachments to better understand what i mean
Last, with the calibration I did (maybe false because of the matrix I didn't get with my own US probe), I don't know why but I have to multiply by 10 the matrix to have something relatively consistent, except the transformations..
Thanks a lot!
Beta Was this translation helpful? Give feedback.
All reactions