#include <pcl/segmentation/grabcut_segmentation.h>
Определение в строке 222 файла 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 |
- Возвращает
- константную ссылку на гауссовское распределение по заданной позиции
Определение в строке 242 файла grabcut_segmentation.h.
probabilityDensity() [1/2]
| float pcl::segmentation::grabcut::GMM::probabilityDensity | ( | const Color & | c |
) | |
- Возвращает
- вычисленную плотность вероятности цвета в данном GMM
probabilityDensity() [2/2]
| float pcl::segmentation::grabcut::GMM::probabilityDensity | ( | std::size_t |
i, |
| | const Color & |
c |
| ) | |
|
- Возвращает
- вычисленную плотность вероятности цвета в одной Гауссиане
resize()
| void pcl::segmentation::grabcut::GMM::resize | ( | std::size_t | K |
) | | | inline |
The documentation for this class was generated from the following file: