-
##### System information (version)
- OpenCV => 4.2
- Operating System / Platform => Windows 10 64bit, Linux 20.04 64bit
- Compiler => prebuilt opencv-python & opencv plugin for matlab with …
-
Hi there,
I am trying to make a LSL app to make a new inlet for APDM Opal Accelerometers that receives info from its software motion studio into labstreaminglayer.
For this line of code
```
result…
-
## Main discussions
Stéphane: building matrices, vectors, to work with SciPy
Matthieu: Numpy is able to access the memory directly (there are examples)
There are some Python modules in Complian…
-
After 20 hours it was merged, the test of one line matlab installer failed.
Last Successful Build: https://github.com/robotology/robotology-superbuild/runs/6810705069
First CI Fail: https://github…
-
-
**What did you expect to happen?**
moving to another workspace and returning should not change the window layout of the original workspace we stated at.
**What actually happened?**
every time I l…
-
www.github.com/glotaran/TIMP
-
I am building nix-mx on high sierra with MATLAB 2018a and NIX 1.4.2 from Homebrew. NIX is installed in usr/local/nix/Cellar/1.4.2/. It's linked in use/local
I got a error message when running `cmak…
-
**Is your feature request related to a problem? Please describe.**
Right now the documentation of the C api is always a bit lagging apart from the doxygen code documentation. It would be nice if the…
-
I identified multiple issues while trying to run the following code
// generate data
vector x{0,1,2,3};
vector y{.0,.2,.5,1.5};
// plot
Mat plotMat;
Ptr plot;
plot = plot::createPlot…