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