#include </__w/1/s/gpu/people/include/pcl/gpu/people/probability_processor.h>
|
| ProbabilityProcessor () |
|
void | SelectLabel (const Depth &depth, Labels &labels, pcl::device::LabelProbability &probabilities) |
| This will merge the votes from the different trees into one final vote, including probabilistic's. More...
|
|
void | CombineProb (const Depth &depth, pcl::device::LabelProbability &probIn1, float weight1, pcl::device::LabelProbability &probIn2, float weight2, pcl::device::LabelProbability &probOut) |
| This will combine two probabilities according their weight. More...
|
|
void | WeightedSumProb (const Depth &depth, pcl::device::LabelProbability &probIn, float weight, pcl::device::LabelProbability &probOut) |
| This will sum a probability multiplied with it's weight. More...
|
|
float * | CreateGaussianKernel (float sigma, int kernelSize) |
| This will create a Gaussian Kernel. More...
|
|
int | GaussianBlur (const Depth &depth, pcl::device::LabelProbability &probIn, DeviceArray< float > &kernel, pcl::device::LabelProbability &probOut) |
| This will do a GaussianBlur over the LabelProbability. More...
|
|
int | GaussianBlur (const Depth &depth, pcl::device::LabelProbability &probIn, DeviceArray< float > &kernel, pcl::device::LabelProbability &probTemp, pcl::device::LabelProbability &probOut) |
| This will do a GaussianBlur over the LabelProbability. More...
|
|
Definition at line 60 of file probability_processor.h.
◆ ConstPtr
◆ Depth
◆ Labels
◆ Ptr
◆ ProbabilityProcessor()
pcl::gpu::people::ProbabilityProcessor::ProbabilityProcessor |
( |
| ) |
|
◆ CombineProb()
This will combine two probabilities according their weight.
◆ CreateGaussianKernel()
float* pcl::gpu::people::ProbabilityProcessor::CreateGaussianKernel |
( |
float |
sigma, |
|
|
int |
kernelSize |
|
) |
| |
This will create a Gaussian Kernel.
◆ GaussianBlur() [1/2]
This will do a GaussianBlur over the LabelProbability.
◆ GaussianBlur() [2/2]
This will do a GaussianBlur over the LabelProbability.
◆ SelectLabel()
This will merge the votes from the different trees into one final vote, including probabilistic's.
◆ WeightedSumProb()
This will sum a probability multiplied with it's weight.
The documentation for this class was generated from the following file: