Ask Your Question
0

Where is Rodrigues in OpenCV.JS?

asked 2018-11-18 03:18:11 -0600

dakom gravatar image

The build instructions for OpenCV.JS don't seem to include the Rodrigues function... is it buried in there somewhere?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2018-11-18 03:30:28 -0600

berak gravatar image

there are no js wrappers for anything from the calib3d module yet, so no Rodrigues

you can take a look here to see, what's in (or not..)

edit flag offensive delete link more

Comments

1

The instructions here seem to include some things from calib3d: https://github.com/ganwenyao/opencv_js ... maybe it's possible to tweak it to include Rodrigues?

dakom gravatar imagedakom ( 2018-11-18 03:33:35 -0600 )edit
1

i see aruco but nothing from calib3d there. (calib3d is a c++ dependancy for the aruco module, so the c++ lib has to be built)

but yes, you'd have to add further functions / modules in the same way there.

berak gravatar imageberak ( 2018-11-18 03:41:16 -0600 )edit

It was easy enough to add Rodrigues via calib3d - but I just can't seem to get the Dictionary class to turn up... if you have any tips, please let me know!

dakom gravatar imagedakom ( 2018-11-19 15:31:52 -0600 )edit

Posted as a separate question here: http://answers.opencv.org/question/20...

dakom gravatar imagedakom ( 2018-11-19 15:38:16 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2018-11-18 03:18:11 -0600

Seen: 444 times

Last updated: Nov 18 '18