Aruco Support for AprilTag Detection (Experimental) (#636)

Uses OpenCV's aruco module for AprilTag detection.
This commit is contained in:
Mohammad Durrani
2023-01-05 13:25:44 -05:00
committed by GitHub
parent b263fe19cc
commit 05198ef294
25 changed files with 1332 additions and 352 deletions

View File

@@ -153,7 +153,7 @@
v-model="currentPipelineType"
name="Type"
tooltip="Changes the pipeline type, which changes the type of processing that will happen on input frames"
:list="['Reflective Tape', 'Colored Shape', 'AprilTag']"
:list="['Reflective Tape', 'Colored Shape', 'AprilTag', 'Aruco']"
@input="e => showTypeDialog(e)"
/>
</v-col>