mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 03:30:34 +08:00
Update hull_demo.cpp
The Mat "src_copy" is never used.
This commit is contained in:
parent
413e985907
commit
d482b5c102
@ -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