Browse Source

Link to stack overflow

pull/1/head
Tim Zeuner 2 years ago
parent
commit
3f4eb40021
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      Processing/processing.cpp

+ 1
- 0
Processing/processing.cpp View File



std::vector<LFRLine> Processing::calculateLineSegments(const Mat& inputPicture) std::vector<LFRLine> Processing::calculateLineSegments(const Mat& inputPicture)
{ {
//https://stackoverflow.com/questions/45322630/how-to-detect-lines-in-opencv
return std::vector<LFRLine>(); return std::vector<LFRLine>();
} }

Loading…
Cancel
Save