Point Cloud Library (PCL)
1.14.1-dev
|
This is the complete list of members for pcl::gpu::people::FaceDetector, including all inherited members.
configure(std::string cascade_file_name) | pcl::gpu::people::FaceDetector | |
ConstPtr typedef | pcl::gpu::people::FaceDetector | |
FaceDetector(int cols, int rows) | pcl::gpu::people::FaceDetector | |
getCascadeFileName() const | pcl::gpu::people::FaceDetector | inline |
getCols() const | pcl::gpu::people::FaceDetector | inline |
getDeviceId() const | pcl::gpu::people::FaceDetector | inline |
getLargestObject() const | pcl::gpu::people::FaceDetector | inline |
getRows() const | pcl::gpu::people::FaceDetector | inline |
loadFromNVBIN(const std::string &filename, HaarClassifierCascadeDescriptor &haar, std::vector< HaarStage64 > &haar_stages, std::vector< HaarClassifierNode128 > &haarClassifierNodes, std::vector< HaarFeature64 > &haar_features) | pcl::gpu::people::FaceDetector | static |
loadFromXML2(const std::string &filename, HaarClassifierCascadeDescriptor &haar, std::vector< HaarStage64 > &haar_stages, std::vector< HaarClassifierNode128 > &haarClassifierNodes, std::vector< HaarFeature64 > &haar_features) | pcl::gpu::people::FaceDetector | |
ncvHaarGetClassifierSize(const std::string &filename, Ncv32u &numStages, Ncv32u &numNodes, Ncv32u &numFeatures) | pcl::gpu::people::FaceDetector | |
ncvHaarLoadFromFile_host(const std::string &filename, HaarClassifierCascadeDescriptor &haar, NCVVector< HaarStage64 > &h_haar_stages, NCVVector< HaarClassifierNode128 > &h_haar_nodes, NCVVector< HaarFeature64 > &h_haar_features) | pcl::gpu::people::FaceDetector | |
NCVprocess(pcl::PointCloud< pcl::RGB > &cloud_in, pcl::PointCloud< pcl::Intensity32u > &cloud_out, HaarClassifierCascadeDescriptor &haar, NCVVector< HaarStage64 > &d_haar_stages, NCVVector< HaarClassifierNode128 > &d_haar_nodes, NCVVector< HaarFeature64 > &d_haar_features, NCVVector< HaarStage64 > &h_haar_stages, INCVMemAllocator &gpu_allocator, INCVMemAllocator &cpu_allocator, cudaDeviceProp &device_properties, Ncv32u width=640, Ncv32u height=480, NcvBool bFilterRects=false, NcvBool bLargestFace=true) | pcl::gpu::people::FaceDetector | |
process(pcl::PointCloud< pcl::RGB > &cloud, pcl::PointCloud< pcl::Intensity32u > &cloud_out) | pcl::gpu::people::FaceDetector | |
Ptr typedef | pcl::gpu::people::FaceDetector | |
setCascadeFileName(std::string cascadeFileName) | pcl::gpu::people::FaceDetector | inline |
setCols(int cols) | pcl::gpu::people::FaceDetector | inline |
setDeviceId(int id) | pcl::gpu::people::FaceDetector | |
setLargestObject(bool largest_object) | pcl::gpu::people::FaceDetector | inline |
setRows(int rows) | pcl::gpu::people::FaceDetector | inline |