luoyc a9c35a4807 opencv source code commit il y a 1 an
..
doc a9c35a4807 opencv source code commit il y a 1 an
include a9c35a4807 opencv source code commit il y a 1 an
misc a9c35a4807 opencv source code commit il y a 1 an
perf a9c35a4807 opencv source code commit il y a 1 an
samples a9c35a4807 opencv source code commit il y a 1 an
src a9c35a4807 opencv source code commit il y a 1 an
test a9c35a4807 opencv source code commit il y a 1 an
tutorials a9c35a4807 opencv source code commit il y a 1 an
CMakeLists.txt a9c35a4807 opencv source code commit il y a 1 an
README.md a9c35a4807 opencv source code commit il y a 1 an

README.md

Binary Descriptors for Line Segments

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.