Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How to compile Aruco and Rodrigues

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

Would also need Rodrigues from the calib3d module

Any ideas how to enable these remaining classes properly?

How to compile Aruco and Rodrigues

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

Would also need Rodrigues from the calib3d module

Any ideas how to enable these remaining classes properly?

How to compile Aruco and RodriguesDictionary 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

Would also need Rodrigues from the calib3d module

Any ideas how to enable these remaining classes properly?