Commit d482b5c1 authored by Cartucho's avatar Cartucho Committed by GitHub

Update hull_demo.cpp

The Mat "src_copy" is never used.
parent 413e9859
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment