Merge pull request #7149 from Cartucho:patch-1

This commit is contained in:
Vadim Pisarevsky 2016-08-26 11:39:51 +00:00
commit e00e8ebea9

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;