ReadFramework
|
#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>
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 |
#define UINT32_1 ((UINT32)0x01) |
#define UINT64_1 ((UINT64)0x01) |
typedef uint16_t UINT16 |
typedef uint32_t UINT32 |
typedef uint64_t UINT64 |
typedef uint8_t UINT8 |