Home
last modified time | relevance | path

Searched refs:lmap_host_ (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/gpu/people/src/
H A Dbodyparts_detector.cpp148 lmap_host_.resize(rows * cols); in allocate_buffers()
188 labels_smoothed_.download(lmap_host_, c); in process()
227 int label = lmap_host_[k]; in process()
283 labels_smoothed_.download(lmap_host_, c); in processSmooth()
321 int label = lmap_host_[k]; in processSmooth()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/gpu/people/include/pcl/gpu/people/
H A Dbodyparts_detector.h145 std::vector<unsigned char> lmap_host_; variable