darrenlafreniere / lafarren-image-completer

Implementation of the research titled: "Image Completion Using Efficient Belief Propagation via Priority Scheduling and Dynamic Pruning"
http://www.lafarren.com/image-completer/
GNU General Public License v3.0
32 stars 18 forks source link

Strange results #48

Closed daviddoria closed 13 years ago

daviddoria commented 13 years ago

I tried filling just the depth image by itself. You can imagine this was simply a grayscale image instead of this blue=close , red=far away coloring that I have on:

http://www.rpi.edu/~doriad/Upload/catDepth/

The dark blue pixels are the masked region. You can see that the base of the cat and the chair on the left are filled reasonably. However, the chairs in the top right have a lot of blue in the filled region, but there was no blue there to start with. Can you attempt to explain this?

darrenlafreniere commented 13 years ago

Possibly related to:

https://github.com/darrenlafreniere/lafarren-image-completer/issues/#issue/50

daviddoria commented 13 years ago

Yes, in fact this part makes me feel like the bug in #50 is indeed using the values of the unknown pixels in the matching and not just in the blending (they should not be used at all).

daviddoria commented 13 years ago

I think this is resolved when Darren fixed my deriving from the wrong Policy bug.