ALfuhrmann
ALfuhrmann
I wrote a simple script which [masks the filtered depth maps](https://github.com/alicevision/meshroom/issues/566#issuecomment-527121184). It performs the final masking step, using masks generated externally (using Imagemagick at the moment).  At the moment,...
Never mind, I figured it out from the sources. I now have a node-based workflow for masking, see #566
I posted this on the [other thread](https://github.com/alicevision/meshroom/issues/566#issuecomment-527822623): > Here is everything you should need for testing: > > [masking_patch.zip](https://github.com/alicevision/meshroom/files/3573743/masking_patch.zip) > > Copy the "lib" folder from the ZIP in your...
This would work fine, but requires twice as many images to be taken. I have tentatively implemented a "MakeMaskFilter" for meshroom, which uses [background subtraction ](https://docs.opencv.org/3.4/d1/dc5/tutorial_background_subtraction.html)to generate masks. Additionally I...
I'd have to take a look at #715 first. Since I am lazy, my nodes are python only, I would have to change to C++ for a usable implementation. I'll...
Sure: https://pastebin.com/rFf14QUY This has worked fine for me, but I am sure there is lots of room for improvement. It even has some comments(!) but message me if you need...
Tested this with two different keyboards connected at the same time: - Old DELL keyboard, mapped "start calculator" key to "Sleep": not working (mapping to e.g. "mute" works) - Slightly...
Thanks. Phw? Sent from my android device. -----Original Message----- From: John Stowers [email protected] To: strawlab/flyvr [email protected] Sent: Thu, 29 Aug 2013 22:25 Subject: [flyvr] pinhole_wizard should roundtrip json too (#6)...
Phw = pinhole Wizard My acronym. Sorry not quite awake yet Toni Sent from my android device. -----Original Message----- From: John Stowers [email protected] To: strawlab/flyvr [email protected] Sent: Thu, 29 Aug...
You are welcome, glad to contribute!