mirror of
https://github.com/opencv/opencv.git
synced 2024-11-28 21:20:18 +08:00
Merge pull request #7149 from Cartucho:patch-1
This commit is contained in:
commit
e00e8ebea9
@ -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…
Reference in New Issue
Block a user