hdl_people_tracking icon indicating copy to clipboard operation
hdl_people_tracking copied to clipboard

Why detect people in the cloud named "filtered"?

Open FishInWave opened this issue 3 years ago • 0 comments

Hi, @koide3 In apps/hdl_people_detection_nodelet.cpp, there are codes as:

    auto filtered = backsub->filter(cloud);
    auto clusters = detector->detect(filtered);

And it seems to detect people in the filtered cloud that only contains voxels with less than "occupy_thresh "(default value is 2). May I ask what assumptions they are based on?

FishInWave avatar Sep 21 '20 08:09 FishInWave