1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

Fix for #5481, removing repeated/useless assignment in contours.cpp

This commit is contained in:
Aman Verma
2015-10-12 16:16:27 +00:00
parent 0f1fdd885d
commit 411be4fde8
-1
View File
@@ -222,7 +222,6 @@ cvStartFindContours( void* _img, CvMemStorage* storage,
scanner->lnbd.x = 0;
scanner->lnbd.y = 1;
scanner->nbd = 2;
scanner->mode = (int) mode;
scanner->frame_info.contour = &(scanner->frame);
scanner->frame_info.is_hole = 1;
scanner->frame_info.next = 0;