Point Cloud Library (PCL) 1.12.0
Loading...
Searching...
No Matches
List of all members | Public Member Functions | Public Attributes
pcl::GrabCut< PointT >::NLinks Struct Reference

#include <pcl/segmentation/grabcut_segmentation.h>

Public Member Functions

 NLinks ()
 

Public Attributes

int nb_links
 
Indices indices
 
std::vector< floatdists
 
std::vector< floatweights
 

Detailed Description

template<typename PointT>
struct pcl::GrabCut< PointT >::NLinks

Definition at line 400 of file grabcut_segmentation.h.

Constructor & Destructor Documentation

◆ NLinks()

template<typename PointT >
pcl::GrabCut< PointT >::NLinks::NLinks ( )
inline

Definition at line 402 of file grabcut_segmentation.h.

Member Data Documentation

◆ dists

template<typename PointT >
std::vector<float> pcl::GrabCut< PointT >::NLinks::dists

Definition at line 406 of file grabcut_segmentation.h.

◆ indices

template<typename PointT >
Indices pcl::GrabCut< PointT >::NLinks::indices

Definition at line 405 of file grabcut_segmentation.h.

◆ nb_links

template<typename PointT >
int pcl::GrabCut< PointT >::NLinks::nb_links

Definition at line 404 of file grabcut_segmentation.h.

◆ weights

template<typename PointT >
std::vector<float> pcl::GrabCut< PointT >::NLinks::weights

Definition at line 407 of file grabcut_segmentation.h.


The documentation for this struct was generated from the following file: