How to compile Dictionary in Aruco
Following up from this question
When I follow the instructions at https://github.com/ganwenyao/opencv_js - it works (well, except for the regex replacement, but putting that aside)
I can see that the resulting build includes most of the aruco functions.
However - Dictionary and DetectorParameters do not seem to be added to the build, despite being specified here
Any ideas how to enable these remaining classes properly?