Read@CVL
LSDDetector.h File Reference
#include <map>
#include <vector>
#include <list>
#include <inttypes.h>
#include <stdio.h>
#include <iostream>
#include <opencv2/imgproc.hpp>
#include <opencv2/features2d.hpp>
#include <opencv2/core.hpp>
Include dependency graph for LSDDetector.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  lsd::KeyLine
 A class to represent a line. More...
 
class  lsd::LSDDetector
 

Namespaces

 lsd
 

Macros

#define UINT64_1   ((UINT64)0x01)
 
#define UINT32_1   ((UINT32)0x01)
 

Typedefs

typedef uint64_t UINT64
 
typedef uint32_t UINT32
 
typedef uint16_t UINT16
 
typedef uint8_t UINT8
 

Macro Definition Documentation

#define UINT32_1   ((UINT32)0x01)
#define UINT64_1   ((UINT64)0x01)

Typedef Documentation

typedef uint16_t UINT16
typedef uint32_t UINT32
typedef uint64_t UINT64
typedef uint8_t UINT8