#include <pcl/segmentation/grabcut_segmentation.h>
Definition at line 222 of file grabcut_segmentation.h.
◆ GMM() [1/2]
pcl::segmentation::grabcut::GMM::GMM |
( |
| ) |
|
|
inline |
◆ GMM() [2/2]
pcl::segmentation::grabcut::GMM::GMM |
( |
std::size_t |
K | ) |
|
|
inline |
◆ ~GMM()
pcl::segmentation::grabcut::GMM::~GMM |
( |
| ) |
|
|
default |
◆ getK()
std::size_t pcl::segmentation::grabcut::GMM::getK |
( |
| ) |
const |
|
inline |
◆ operator[]() [1/2]
Gaussian& pcl::segmentation::grabcut::GMM::operator[] |
( |
std::size_t |
pos | ) |
|
|
inline |
◆ operator[]() [2/2]
const Gaussian& pcl::segmentation::grabcut::GMM::operator[] |
( |
std::size_t |
pos | ) |
const |
|
inline |
◆ probabilityDensity() [1/2]
float pcl::segmentation::grabcut::GMM::probabilityDensity |
( |
const Color & |
c | ) |
|
- Returns
- the computed probability density of a color in this GMM
◆ probabilityDensity() [2/2]
float pcl::segmentation::grabcut::GMM::probabilityDensity |
( |
std::size_t |
i, |
|
|
const Color & |
c |
|
) |
| |
- Returns
- the computed probability density of a color in just one Gaussian
◆ resize()
void pcl::segmentation::grabcut::GMM::resize |
( |
std::size_t |
K | ) |
|
|
inline |
The documentation for this class was generated from the following file: