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>(); | ||||
} | } |