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