luoyc a9c35a4807 opencv source code commit %!s(int64=2) %!d(string=hai) anos
..
doc a9c35a4807 opencv source code commit %!s(int64=2) %!d(string=hai) anos
include a9c35a4807 opencv source code commit %!s(int64=2) %!d(string=hai) anos
misc a9c35a4807 opencv source code commit %!s(int64=2) %!d(string=hai) anos
perf a9c35a4807 opencv source code commit %!s(int64=2) %!d(string=hai) anos
samples a9c35a4807 opencv source code commit %!s(int64=2) %!d(string=hai) anos
src a9c35a4807 opencv source code commit %!s(int64=2) %!d(string=hai) anos
test a9c35a4807 opencv source code commit %!s(int64=2) %!d(string=hai) anos
tutorials a9c35a4807 opencv source code commit %!s(int64=2) %!d(string=hai) anos
CMakeLists.txt a9c35a4807 opencv source code commit %!s(int64=2) %!d(string=hai) anos
README.md a9c35a4807 opencv source code commit %!s(int64=2) %!d(string=hai) anos

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.