luoyc a9c35a4807 opencv source code commit | пре 1 година | |
---|---|---|
.. | ||
doc | пре 1 година | |
include | пре 1 година | |
misc | пре 1 година | |
perf | пре 1 година | |
samples | пре 1 година | |
src | пре 1 година | |
test | пре 1 година | |
tutorials | пре 1 година | |
CMakeLists.txt | пре 1 година | |
README.md | пре 1 година |
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.