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