luoyc a9c35a4807 opencv source code commit | hace 1 año | |
---|---|---|
.. | ||
doc | hace 1 año | |
include | hace 1 año | |
misc | hace 1 año | |
perf | hace 1 año | |
samples | hace 1 año | |
src | hace 1 año | |
test | hace 1 año | |
tutorials | hace 1 año | |
CMakeLists.txt | hace 1 año | |
README.md | hace 1 año |
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.