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

#include <pcl/recognition/color_gradient_dot_modality.h>

+ Collaboration diagram for pcl::ColorGradientDOTModality< PointInT >::Candidate:

Public Member Functions

bool operator< (const Candidate &rhs)
 

Public Attributes

GradientXY gradient
 
int x
 
int y
 

Detailed Description

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

Definition at line 58 of file color_gradient_dot_modality.h.

Member Function Documentation

◆ operator<()

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

Member Data Documentation

◆ gradient

template<typename PointInT >
GradientXY pcl::ColorGradientDOTModality< PointInT >::Candidate::gradient

◆ x

template<typename PointInT >
int pcl::ColorGradientDOTModality< PointInT >::Candidate::x

Definition at line 62 of file color_gradient_dot_modality.h.

◆ y

template<typename PointInT >
int pcl::ColorGradientDOTModality< PointInT >::Candidate::y

Definition at line 63 of file color_gradient_dot_modality.h.


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