Closed ilysenkov closed 12 years ago
sorry, the API was badly documented, you need to do: planeEstimator(points3d, normals, planesMask, planeCoefficients);
Thx !
Thank you. It works perfectly now.
A related question: how did you figure out the values for cameraMatrix? If you could point me to any resources, that'd be awesome.
Hi,
I'm trying to use RgbdPlane on a depth image located in object_recognition_transparent_objects/sample/depth.xml.gz but I get a segmentation fault when calling RgbdPlane::operator(..). I use ecto_opencv from the commit c2eda9364b and here is my code:
Also I get a segmentation fault if I call the plane estimator this way:
planeEstimator(depth, planesMask, planeCoefficients)
. Am I missing something?