For my project, I need only the calib3d
subpart of the opencv.js
module. Since I am trying to create this file for a website, the whole file/folder cannot be more than 2 MB, where as opencv.js
itself is around 13 MB.
Specifically, I need only solvePnP
, ProjectPoints
and Rodrigues
functions.
Is there any way to extract only the calib3d
part of the opencv.js
module?