Martin Rünz

Results 3 issues of Martin Rünz

It can be useful to open images from memory in python, for instance to show results generated with numpy. Such functionality is implemented in this pull request by overloading the...

I noticed that loading (`pangolin::LoadGeometry("mesh.obj");`) certain meshes in **obj** format takes a long time. Loading [this attached mesh](https://github.com/stevenlovegrove/Pangolin/files/3320576/mesh.zip), for instance, lasts for almost 30 seconds on my machine when using...

It is possible to input varying file types to VideoViewer and VideoConverter, for instance using `files:///dir/images*`. However, a fixed-size buffer is created at the beginning and changing input formates (jpg/png/...)...