Add tag16h5 support (#584)

* Fix target dropdown

* Add hamming and decision margin to UI, pipeline

* Run spotless

* Update index.html

* Update index.html

* Implement second apriltag size
This commit is contained in:
Matt
2022-11-10 21:48:41 -05:00
committed by GitHub
parent 209cdbf45f
commit c7aa84ca41
7 changed files with 94 additions and 7 deletions

View File

@@ -97,6 +97,8 @@ export default new Vuex.Store({
debug: false,
refineEdges: true,
numIterations: 1,
decisionMargin: 0,
hammingDist: 0,
}
}
],