Link to stack overflow
This commit is contained in:
parent
8f3cd70d36
commit
3f4eb40021
@ -21,5 +21,6 @@ void Processing::processImage(Mat& inputPicture, int thresholdValue, int gaussKe
|
|||||||
|
|
||||||
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…
x
Reference in New Issue
Block a user