MRPT  1.9.9
CFeatureLines.h
Go to the documentation of this file.
1 /* +---------------------------------------------------------------------------+
2  | Mobile Robot Programming Toolkit (MRPT) |
3  | https://www.mrpt.org/ |
4  | |
5  | Copyright (c) 2005-2017, Individual contributors, see AUTHORS file |
6  | See: https://www.mrpt.org/Authors - All rights reserved. |
7  | Released under BSD License. See details in https://www.mrpt.org/License |
8  +---------------------------------------------------------------------------+
9  */
10 #pragma once
11 
12 #include <mrpt/img/CImage.h>
13 #include <array>
14 #include <vector>
15 
16 namespace mrpt
17 {
18 namespace vision
19 {
20 /** This class wraps different line detectors and descriptors from OpenCV.
21  *
22  * \ingroup mrpt_vision_grp
23  */
25 {
26  public:
27  void extractLines(
28  const mrpt::img::CImage& image,
29  std::vector<std::array<int, 4>>& segments, size_t threshold,
30  const bool display = false);
31 
32 }; // end of class
33 
34 } // namespace vision
35 } // namespace mrpt
GLenum GLsizei GLenum GLenum const GLvoid * image
Definition: glext.h:3555
This class wraps different line detectors and descriptors from OpenCV.
Definition: CFeatureLines.h:24
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.
void extractLines(const mrpt::img::CImage &image, std::vector< std::array< int, 4 >> &segments, size_t threshold, const bool display=false)
A class for storing images as grayscale or RGB bitmaps.
Definition: img/CImage.h:147



Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: 8fe78517f Sun Jul 14 19:43:28 2019 +0200 at lun oct 28 02:10:00 CET 2019