Point Cloud Library (PCL)  1.7.0
Public Member Functions | Public Attributes
pcl::ColorModality< PointInT >::Candidate Struct Reference

#include <pcl/recognition/color_modality.h>

List of all members.

Public Member Functions

bool operator< (const Candidate &rhs)

Public Attributes

float distance
unsigned char bin_index
size_t x
size_t y

Detailed Description

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

Definition at line 62 of file color_modality.h.


Member Function Documentation

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

Member Data Documentation

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

Definition at line 66 of file color_modality.h.

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

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

Definition at line 68 of file color_modality.h.

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

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

Definition at line 69 of file color_modality.h.

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


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