Open mpatalberta opened 7 years ago
Please clarify which parameters?
openniSmoothDepth: grab RGB-D frames from an openni device, smooth the depth image using a fast GPU enhanced guided filter and display it. Allowed options: -h [ --help ] produce help message -e [ --eps ] arg sqrt of the epsilon parameter of the guided filter -b [ --B ] arg guided filter windows size (size will be (2B+1)x(2B+1))
We have a 640x480 XYZ with Intensity and confidence value How do you decide how to set the two sets of parameter.
Well the code is meant to filter a single channel (namely the depth) of an RGB-D camera. Most of the parameter setting will depend on the kind of noise your sensor has. I think I used eps=0.04 and B=10 for an Xtion PRO sensor.
Julian, I appreciate the quick response here.
I am using a set of 4 kinectv2 what settings would suggest. Thanks Mobile Patrick Brown 631 880 1188 1 Locust AVE North Medford NY 11763 USA
-------- Original message -------- From: Julian Straub notifications@github.com Date: 2/10/17 7:24 PM (GMT-05:00) To: jstraub/cudaPcl cudaPcl@noreply.github.com Cc: "Brown, Patrick" Patrick.Brown@zebra.com, Author author@noreply.github.com Subject: Re: [jstraub/cudaPcl] Give guidance for parameter selection (#3)
Well the code is meant to filter a single channel (namely the depth) of an RGB-D camera. Most of the parameter setting will depend on the kind of noise your sensor has. I think I used eps=0.04 and B=10 for an Xtion PRO sensor.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/jstraub/cudaPcl/issues/3#issuecomment-279102511, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AF-hoUMeqSm3D2HY44lW87SbT4I9Zbymks5rbP_OgaJpZM4L8Mo1.
This email and any files transmitted with it are confidential, and may also be legally privileged. If you are not the intended recipient, you may not review, use, copy, or distribute this message. If you receive this email in error, please notify the sender immediately by reply email and then delete this email.
I have not used Kinect V2. But I hear that it has lower noise so you should be able to use the same settings or even smaller eps. Just try it and look at the surface normal image; tweak the parameters till it looks smooth on planar regions and hopefully not too smooth across depth discontinuities.
Can some one supply some guidance on parameter selection.