Update hull_demo.cpp

The Mat "src_copy" is never used.
This commit is contained in:
Cartucho 2016-08-22 13:45:24 +02:00 committed by GitHub
parent 413e985907
commit d482b5c102

View File

@ -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;