How-to: Add a Custom Vendor Fiducial Dictionary
This guide will walk you through the process of adding a custom fiducial marker dictionary to Locus.
1. Overview
Locus supports extensible dictionaries. To add your own, you need to provide a JSON definition and implement the corresponding Rust trait if necessary.
2. Prepare the JSON Definition
(Content coming soon...)
3. Register the Dictionary
(Content coming soon...)