We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3009b2e + 9893682 commit b7904ddCopy full SHA for b7904dd
_pages/exercises/ComputerVision/marker_visual_loc.md
@@ -124,7 +124,7 @@ The intrinsic parameters are used in:
124
125
Projection Matrix (P): Converts 3D world coordinates to 2D image coordinates.
126
127
-{% include gallery caption="Matrix" %}
+{% include matrix caption="Matrix" %}
128
129
### AprilTag Detection
130
@@ -134,7 +134,7 @@ The detection process includes:
134
- Decoding: Analyzing the binary pattern to extract the tag's unique ID.
135
- Pose Estimation: Computing the 6-DoF pose of the tag with respect to the camera.
136
137
-{% include gallery caption="Exampletag" %}
+{% include exampletag caption="Exampletag" %}
138
139
### PnP (Perspective-n-Point)
140
0 commit comments