pcl::segmentation::grabcut::GMM Class Reference
#include <pcl/segmentation/grabcut.h>
List of all members.
Detailed Description
Definition at line 226 of file grabcut.h.
Constructor & Destructor Documentation
| 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] |
Member Function Documentation
| std::size_t pcl::segmentation::grabcut::GMM::getK |
( |
|
) |
const [inline] |
| 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.
| 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.
| 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
| float pcl::segmentation::grabcut::GMM::probabilityDensity |
( |
const Color & |
c |
) |
|
| 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.1/segmentation/include/pcl/segmentation/grabcut.h