#include <grabcut.h>
List of all members.
Detailed Description
Definition at line 226 of file grabcut.h.
Constructor & Destructor Documentation
Initialize GMM with ddesired number of gaussians.
Definition at line 230 of file grabcut.h.
Initialize GMM with ddesired number of gaussians.
Definition at line 232 of file grabcut.h.
Member Function Documentation
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.
- Returns:
- the computed probability density of a color in this GMM
Definition at line 617 of file grabcut.cpp.
- Returns:
- the computed probability density of a color in just one Gaussian
Definition at line 628 of file grabcut.cpp.
Member Data Documentation
array of gaussians
Definition at line 256 of file grabcut.h.
The documentation for this class was generated from the following files: