Size: 2222
Comment:
|
Size: 3006
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 46: | Line 46: |
* Tibia digitized CS | * Tibia digitized CS - transformation matrix between the Tibia CS (TIB) and mounted optoelectronic marker CS (TibWorld) * The tibia coordinate system is defined for a right knee. It should be mirrored when used for a left knee. * Digitized points *T1. Medial tibial plateau *T2. Lateral tibial plateau *T3. Medial malleolus of the tibia *T4. Lateral malleolus of the fibula * Algorithm: 1. TIB origin - center of tibial plateau: Otib = (T1+T2)/2 * TIB X-axis to point medially: Xtib = normalize(T1-T2); * TIB Y-axis to point posteriorly: Ytib = normalize(cross(Otib-(T3+T4)/2,Xtib)) * TIB Z-axis to point superiorly: Ztib = cross(Xtib,Ytib) * Store results in 4x4 matrix: T_TibWorld_TIB = [Xtib Ytib Ztib Otib; 0 0 0 1]; |
Target Outcome
Prerequisites
Infrastructure
For more details see ["Infrastructure/ExperimentationMechanics"].
Previous Protocols
For more details see ["Specifications/Specimens"].
For more details see ["Specifications/ExperimentationJointMechanics"].
For more details see ["Specifications/ExperimentationAnatomicalImaging"]
For more details see ["Specifications/SpecimenPreparation"].
Protocols
Overview
Registration of the knee includes three main steps:
- Register imaged (MRI) anatomical landmarks to MRI compatible registration markers. See ["Specifications/ExperimentationAnatomicalImaging"]
- Register robot-controlled clinical coordinate system to MRI compatible registration markers
- Register digitized anatomical landmarks on each bone with respect to an optoelectronic sensor rigidly mounted on each bone
- Register digitized MRI compatible registration markers on each bone with respect to an optoelectronic sensor rigidly mounted on each bone
- Register robot-controlled clinical coordinate system with respect to imaged (MRI) anatomical landmarks
Coordinate System Definition
In order to perform proper registration, the following coordinate systems (CS) must be identified and defined:
- Tibia
- Tibia MRI marker CS ["Specifications/SpecimenPreparation"]
- Consists of three spheres (positioned medial(S1), lateral (S2), posterior (S3))
- Origin - S1
- X-axis - unit vector S1 to S2
- Z-axis - unit vector of X-axis cross vector of S1 to S3
- Y-axis - Z-axis cross the X-axis
Tibia digitized CS - transformation matrix between the Tibia CS (TIB) and mounted optoelectronic marker CS (TibWorld)
- The tibia coordinate system is defined for a right knee. It should be mirrored when used for a left knee.
- Digitized points
- T1. Medial tibial plateau
- T2. Lateral tibial plateau
- T3. Medial malleolus of the tibia
- T4. Lateral malleolus of the fibula
- Algorithm:
- TIB origin - center of tibial plateau: Otib = (T1+T2)/2
- TIB X-axis to point medially: Xtib = normalize(T1-T2);
- TIB Y-axis to point posteriorly: Ytib = normalize(cross(Otib-(T3+T4)/2,Xtib))
- TIB Z-axis to point superiorly: Ztib = cross(Xtib,Ytib)
Store results in 4x4 matrix: T_TibWorld_TIB = [Xtib Ytib Ztib Otib; 0 0 0 1];
- Tibia MRI marker CS ["Specifications/SpecimenPreparation"]
- Femur
- Femur MRI marker CS ["Specifications/SpecimenPreparation"]
- Consists of three spheres (positioned anterior(S1), medial (S2), lateral (S3))
- Origin - S1
- X-axis - unit vector S1 to S2
- Z-axis - unit vector of X-axis cross vector of S1 to S3
- Y-axis - Z-axis cross the X-axis
- Femur digitized CS
- Femur MRI marker CS ["Specifications/SpecimenPreparation"]
- Patella
- Patella MRI marker CS ["Specifications/SpecimenPreparation"]
- Patella digitized CS