mirror of
https://github.com/zebrajr/opencv.git
synced 2026-01-15 12:15:17 +00:00
Update hull_demo.cpp
The Mat "src_copy" is never used.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user