@@ -158,7 +158,6 @@ namespace pcl
158158 namespace traits
159159 {
160160 template <> struct descriptorSize <BRISKSignature512> { static constexpr const int value = 512 ; };
161- template <> struct descriptorSize <GASDSignature7992> { static constexpr const int value = 7992 ; };
162161 template <> struct descriptorSize <GFPFHSignature16> { static constexpr const int value = 16 ; };
163162 template <> struct descriptorSize <Narf36> { static constexpr const int value = 36 ; };
164163 template <int N> struct descriptorSize <Histogram<N>> { static constexpr const int value = N; };
@@ -1094,20 +1093,6 @@ namespace pcl
10941093 friend std::ostream& operator << (std::ostream& os, const BRISKSignature512& p);
10951094 };
10961095
1097- PCL_EXPORTS std::ostream& operator << (std::ostream& os, const GASDSignature7992& p);
1098- /* * \brief A point structure representing the Globally Aligned Spatial Distribution (GASD) shape and color descriptor.
1099- * \ingroup common
1100- */
1101- struct GASDSignature7992
1102- {
1103- float histogram[7992 ] = {0 .f };
1104- static constexpr int descriptorSize () { return detail::traits::descriptorSize_v<GASDSignature7992>; }
1105-
1106- inline constexpr GASDSignature7992 () = default;
1107-
1108- friend std::ostream& operator << (std::ostream& os, const GASDSignature7992& p);
1109- };
1110-
11111096 PCL_EXPORTS std::ostream& operator << (std::ostream& os, const GFPFHSignature16& p);
11121097 /* * \brief A point structure representing the GFPFH descriptor with 16 bins.
11131098 * \ingroup common
@@ -1509,10 +1494,6 @@ POINT_CLOUD_REGISTER_POINT_STRUCT (pcl::BRISKSignature512,
15091494 (unsigned char [64 ], descriptor, brisk_descriptor512)
15101495)
15111496
1512- POINT_CLOUD_REGISTER_POINT_STRUCT (pcl::GASDSignature7992,
1513- (float [7992 ], histogram, gasd)
1514- )
1515-
15161497POINT_CLOUD_REGISTER_POINT_STRUCT (pcl::Narf36,
15171498 (float [36 ], descriptor, descriptor)
15181499)
0 commit comments