Public Member Functions | Public Attributes | List of all members
cPcdFilterPa Class Reference

#include <pcdfilter_pa.h>

Inheritance diagram for cPcdFilterPa:
Inheritance graph
[legend]

Public Member Functions

 cPcdFilterPa ()
 default constructor More...
 
std::vector< int > pointcloudFilter (const cv::Mat &pointcloud, std::vector< bool > &mask) const
 
 ~cPcdFilterPa ()
 default destructor More...
 

Public Attributes

cPcdFilterPaParameter params_
 specific parameter More...
 

Detailed Description

Definition at line 61 of file pcdfilter_pa.h.

Constructor & Destructor Documentation

cPcdFilterPa::cPcdFilterPa ( )

default constructor

Definition at line 58 of file pcdfilter_pa.cpp.

cPcdFilterPa::~cPcdFilterPa ( )

default destructor

Definition at line 62 of file pcdfilter_pa.cpp.

Member Function Documentation

std::vector< int > cPcdFilterPa::pointcloudFilter ( const cv::Mat &  pointcloud,
std::vector< bool > &  mask 
) const

filters the given pointcloud based on the internal filters the input pointcloud must be a [n x 3] float matrix (0=x; 1=y; 2=z) the output mask will mark all valid points as true the return value is a vector of ints counting the number of points replaced by each filter

Definition at line 66 of file pcdfilter_pa.cpp.

Member Data Documentation

cPcdFilterPaParameter cPcdFilterPa::params_

specific parameter

Definition at line 78 of file pcdfilter_pa.h.


The documentation for this class was generated from the following files:


pcdfilter_pa
Author(s):
autogenerated on Fri Jun 7 2019 21:53:31