Update hull_demo.cpp

The Mat "src_copy" is never used.
pull/7149/head
Cartucho 9 years ago committed by GitHub
parent 413e985907
commit d482b5c102
  1. 1
      samples/cpp/tutorial_code/ShapeDescriptors/hull_demo.cpp

@ -49,7 +49,6 @@ int main( int, char** argv )
*/
void thresh_callback(int, void* )
{
Mat src_copy = src.clone();
Mat threshold_output;
vector<vector<Point> > contours;
vector<Vec4i> hierarchy;

Loading…
Cancel
Save