|
|
2 年之前 | |
|---|---|---|
| .. | ||
| doc | 2 年之前 | |
| include | 2 年之前 | |
| misc | 2 年之前 | |
| perf | 2 年之前 | |
| samples | 2 年之前 | |
| src | 2 年之前 | |
| test | 2 年之前 | |
| tutorials | 2 年之前 | |
| CMakeLists.txt | 2 年之前 | |
| README.md | 2 年之前 | |
This module shows how to extract line segments from an image by 2 different methods: First segmenting lines with Line Segment Detector LSDDetector and then (or just) using the Binary Descriptor to get the lines and give them a descriptor -- BinaryDescriptor. Finally, we can then match line segments using the BinaryDescriptorMatcher class.