Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

opencv.js vs opencv4nodejs

hi, can some one tell me what is the difference between opencv.js and opencv4nodejs .

Btw, if we want to run opencv.js as an external javascript file in the browser , do we need to install any thing else? or can we download the javascript files and just do require/import and point to the source. If this is possible, please point to the correct repository. please note, that the opencv files would be hosted online in some database.

Further ,If the above is true then can do the same, within nodejs locally? that means doing require('.\opencv')/require('.\opencv4nodejs') to call and execute the functions .

Thanks in advance.