Niklas Hambüchen

Results 209 issues of Niklas Hambüchen

In https://hackage.haskell.org/package/aeson-2.1.1.0/docs/Data-Aeson-Key.html#t:Key there are no haddocks, and the "[How to use this library](https://hackage.haskell.org/package/aeson-2.1.1.0/docs/Data-Aeson.html#g:1)" section has not a single example that shows non-literal keys being used (coming e.g. from `Text`). It...

help wanted

Currently, the `pl2pl_N_impulses` `chromosome -> DVs` computation is inlined in the `pretty()` function in https://github.com/esa/pykep/blob/6425e53f0efd74997a7ad6873791f355e2ae2e93/pykep/trajopt/_pl2pl_N_impulses.py#L234-L283 This makes it inconvenient to get those values out. It would be nice to get...

In this PR I modernise `opencv`: * Proper OpenCV 4 support. * Until now, `opencv-extra` code didn't seem to compile. * GHC 9.2 support. * Single-line `TemplateHaskell` change in the...

I know that sshfs is not currently actively developed, but writing this down here because so many people have had problems with this topic and it is not properly documented...

Like the other functions do. It only works on the examples because they put `viewer` into the `window` scope.

I found two problems with the way kfusion measures how long the individual kernels take: - Use of `return double(std::clock())/CLOCKS_PER_SEC` This is not an atomic clock, and worse it depends...

(This is based on #4, so this is only a work-in-progress until I've finished with that one, and it also looks much bigger than it is.) I've added the possibility...

I added OpenNI 2 support, which allows using KFusion with the Asus Xtion and other Primesense devices. I also included a few other fixes and changed the Makefile so that...

`NiViewer` shows some artifacts in the depth image, usually 2 to 8 vertical bars (and sometimes more). It is especially visible when you turn NiViewer into `Psychedelic Depth` mode (press...