mirror of
https://github.com/opencv/opencv.git
synced 2025-06-07 17:44:04 +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* )
|
void thresh_callback(int, void* )
|
||||||
{
|
{
|
||||||
Mat src_copy = src.clone();
|
|
||||||
Mat threshold_output;
|
Mat threshold_output;
|
||||||
vector<vector<Point> > contours;
|
vector<vector<Point> > contours;
|
||||||
vector<Vec4i> hierarchy;
|
vector<Vec4i> hierarchy;
|
||||||
|
Loading…
Reference in New Issue
Block a user