#include <pcl/segmentation/grabcut.h>
Definition at line 226 of file grabcut.h.
pcl::segmentation::grabcut::GMM::GMM |
( |
| ) |
|
|
inline |
Initialize GMM with ddesired number of gaussians.
Definition at line 230 of file grabcut.h.
pcl::segmentation::grabcut::GMM::GMM |
( |
std::size_t |
K | ) |
|
|
inline |
Initialize GMM with ddesired number of gaussians.
Definition at line 232 of file grabcut.h.
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 |
- Returns
- a reference to the gaussian at a given position
Definition at line 243 of file grabcut.h.
const Gaussian& pcl::segmentation::grabcut::GMM::operator[] |
( |
std::size_t |
pos | ) |
const |
|
inline |
- Returns
- a const reference to the gaussian at a given position
Definition at line 246 of file grabcut.h.
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:
- /builddir/build/BUILD/pcl-pcl-1.7.0/segmentation/include/pcl/segmentation/grabcut.h