#include <pcl/segmentation/grabcut.h>
Public Member Functions | |
| NLinks () | |
Public Attributes | |
| int | nb_links |
| std::vector< int > | indices |
| std::vector< float > | dists |
| std::vector< float > | weights |
Definition at line 403 of file grabcut.h.
| pcl::GrabCut< PointT >::NLinks::NLinks | ( | ) | [inline] |
| std::vector<float> pcl::GrabCut< PointT >::NLinks::dists |
Definition at line 409 of file grabcut.h.
Referenced by pcl::GrabCut< PointT >::computeBeta(), and pcl::GrabCut< PointT >::computeNLinks().
| std::vector<int> pcl::GrabCut< PointT >::NLinks::indices |
Definition at line 408 of file grabcut.h.
Referenced by pcl::GrabCut< PointT >::computeBeta(), pcl::GrabCut< PointT >::computeNLinks(), and pcl::GrabCut< PointT >::initGraph().
| int pcl::GrabCut< PointT >::NLinks::nb_links |
Definition at line 407 of file grabcut.h.
Referenced by pcl::GrabCut< PointT >::computeBeta(), pcl::GrabCut< PointT >::computeNLinks(), and pcl::GrabCut< PointT >::initGraph().
| std::vector<float> pcl::GrabCut< PointT >::NLinks::weights |
Definition at line 410 of file grabcut.h.
Referenced by pcl::GrabCut< PointT >::computeBeta(), pcl::GrabCut< PointT >::computeNLinks(), and pcl::GrabCut< PointT >::initGraph().