~shadowrobot/sr-taco/feature-sr-pcl-tracking

« back to all changes in this revision

Viewing changes to sr_taco_openni/include/sr_taco_openni/sr_taco_openni.h

  • Committer: markpitchless
  • Date: 2012-11-22 16:55:13 UTC
  • Revision ID: markpitchless@gmail.com-20121122165513-lnzecneqvya8b2m8
Add a z filter

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
 
71
71
        // Leaf size (xyz) to downsample the camera feed
72
72
        double downsampling_grid_size_;
 
73
        double filter_z_min_, filter_z_max_;
73
74
 
74
75
        // Cloud to work with, has been filtered and downsampled
75
76
        CloudPtr target_cloud_;