Структура точки, представляющая евклидовы координаты xyz и значение интенсивности. Подробнее...
#include <pcl/recognition/point_types.h>
Общедоступные члены-функции | |
| PCL_MAKE_ALIGNED_OPERATOR_NEW bool | operator< (const GradientXY &rhs) const |
Общедоступные атрибуты | |
| union { | |
| struct { | |
| float x | |
| float y | |
| float angle | |
| float magnitude | |
| } | |
| float data [4] | |
| }; | |
Подробное описание
Структура точки, представляющая евклидовы координаты xyz и значение интенсивности.
Определение в строке 52 файла point_types.h.
Документация по функциям-членам
operator<()
| inline |
Определение в строке 67 файла point_types.h.
Ссылки на magnitude.
Документация по данным-членам
| union { ... } |
angle
| float pcl::GradientXY::angle |
data
| float pcl::GradientXY::data[4] |
Определение в строке 63 файла point_types.h.
magnitude
| float pcl::GradientXY::magnitude |
Определение в строке 61 файла point_types.h.
Используется в pcl::ColorGradientDOTModality< PointInT >::computeMaxColorGradients(), pcl::ColorGradientModality< PointInT >::computeMaxColorGradients(), pcl::ColorGradientModality< PointInT >::computeMaxColorGradientsSobel(), pcl::ColorGradientModality< PointInT >::extractAllFeatures(), pcl::ColorGradientModality< PointInT >::extractFeatures(), pcl::ColorGradientDOTModality< PointInT >::Candidate::operator<(), pcl::ColorGradientModality< PointInT >::Candidate::operator<(), operator<() и pcl::operator<<().
x
| float pcl::GradientXY::x |
y
| float pcl::GradientXY::y |
Документация для этой структуры была сгенерирована из следующего файла:
- pcl/recognition/point_types.h
© 2009–2012, Willow Garage, Inc.
© 2012–, Open Perception, Inc.
Licensed under the BSD License.
https://pointclouds.org/documentation/structpcl_1_1_gradient_x_y.html