an-kumar
an-kumar
There is a C API, is there a C library to link to? What is the plan for running gluon in c/c++ (if any)?
This PR introduces support for packages that distribute types via the PEP 561 (https://www.python.org/dev/peps/pep-0561/) proposal. There are a few reasons you may not want to merge this, though. The mechanism...
The computation of the fundamental matrix from two key frames (signature: cv::Mat LocalMapping::ComputeF12(KeyFrame *&pKF1, KeyFrame *&pKF2)) seems to be incorrect, when comparing to e.g Hartley and Zisserman's Multiple View Geometry....
Looking through the DataChannel.hpp channel types, there doesn't seem to be an unreliable option. Perhaps I am mis-understanding what webRTC means by unreliable -- is "reliable_unordered" what I am looking...
Currently building binaries involves full copies of all the node modules. Would it be possible to provide a flag to use symlinks instead of full copies? In some docker containers,...