Clearing data into the detect method of the class cv::LineSegmentDetectorImpl

pull/10024/head
Iago Suárez 7 years ago
parent 7267e94be7
commit 42d942e19c
  1. 3
      modules/imgproc/src/lsd.cpp

@ -430,6 +430,9 @@ void LineSegmentDetectorImpl::detect(InputArray _image, OutputArray _lines,
if(w_needed) Mat(w).copyTo(_width);
if(p_needed) Mat(p).copyTo(_prec);
if(n_needed) Mat(n).copyTo(_nfa);
// Clear used structures
list.clear();
}
void LineSegmentDetectorImpl::flsd(std::vector<Vec4f>& lines,

Loading…
Cancel
Save