ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

What parameters are used in PCL's Bilateral Filter?

asked 2012-12-12 01:16:42 -0500

BillCheetham gravatar image

updated 2016-10-24 09:02:45 -0500

ngrennan gravatar image

I was trying to find out the parameters which are used as standard in PCL's bilateral filtering routine for Kinect images.

As I understand it, the required parameters for bilateral filtering are:

  • Spatial Gaussian width
  • Gaussian width in the range dimension
  • Width in pixels over which the filter operates

Are these parameters hard coded into the Bilateral filtering routine? If so, where can I find them? If not, what parameters are typically used with Kinect images?

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
1

answered 2013-03-18 00:54:45 -0500

sergey_alexandrov gravatar image

There are several bilateral filters in PCL:

  1. BilateralFilter, no defaults.
  2. FastBilateralFilter, default is 15.0f spatial width and 0.05f range sigma.
  3. Bilateral filter in KinFu, uses 4.5f spatial width and 0.03f range sigma.
edit flag offensive delete link more
0

answered 2013-05-07 20:11:05 -0500

ati gravatar image

updated 2013-05-07 20:13:07 -0500

Do you know what these two parameters mean?(in bilateral filter) SigmaSpatial & SigmaRange

Thanks :)

edit flag offensive delete link more

Comments

This is not a discussion forum. Please do not use an "answer" to ask another question.

joq gravatar image joq  ( 2013-05-08 04:53:45 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2012-12-12 01:16:42 -0500

Seen: 2,336 times

Last updated: May 07 '13