Point Cloud Library (PCL)  1.14.0-dev
List of all members | Public Member Functions | Public Attributes
pcl::ColorModality< PointInT >::Candidate Struct Reference

#include <pcl/recognition/color_modality.h>

Public Member Functions

bool operator< (const Candidate &rhs)
 

Public Attributes

float distance
 
unsigned char bin_index
 
std::size_t x
 
std::size_t y
 

Detailed Description

template<typename PointInT>
struct pcl::ColorModality< PointInT >::Candidate

Definition at line 65 of file color_modality.h.

Member Function Documentation

◆ operator<()

template<typename PointInT >
bool pcl::ColorModality< PointInT >::Candidate::operator< ( const Candidate rhs)
inline

Member Data Documentation

◆ bin_index

template<typename PointInT >
unsigned char pcl::ColorModality< PointInT >::Candidate::bin_index

Definition at line 69 of file color_modality.h.

Referenced by pcl::ColorModality< PointInT >::extractFeatures().

◆ distance

template<typename PointInT >
float pcl::ColorModality< PointInT >::Candidate::distance

◆ x

template<typename PointInT >
std::size_t pcl::ColorModality< PointInT >::Candidate::x

Definition at line 71 of file color_modality.h.

Referenced by pcl::ColorModality< PointInT >::extractFeatures().

◆ y

template<typename PointInT >
std::size_t pcl::ColorModality< PointInT >::Candidate::y

Definition at line 72 of file color_modality.h.

Referenced by pcl::ColorModality< PointInT >::extractFeatures().


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