OpenCV.js can throw pointers to internal exceptions. By itself such a pointer is completely useless as no other contextual information is included. Luckily the library supports retrieving the exception behind a pointer using the exceptionFromPtr function.
This PR adds types for this function.
OpenCV.js can throw pointers to internal exceptions. By itself such a pointer is completely useless as no other contextual information is included. Luckily the library supports retrieving the exception behind a pointer using the
exceptionFromPtr
function. This PR adds types for this function.