progressive-x
progressive-x copied to clipboard
fixed a bug in python binding for findPlanes function
The C++ code returns 4 values (a, b, c, d) for each plane, but the corresponding python binding was assuming only three values. Because of this, the planes returned from the python binding were completely wrong.