mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 11:10:21 +08:00
Merge pull request #8796 from liurs1990:master
This commit is contained in:
commit
d962b3f499
2
modules/features2d/src/mser.cpp
Normal file → Executable file
2
modules/features2d/src/mser.cpp
Normal file → Executable file
@ -335,6 +335,8 @@ public:
|
||||
head = comp1->head;
|
||||
tail = comp2->tail;
|
||||
size = comp1->size + comp2->size;
|
||||
// update the history size
|
||||
history->size =size;
|
||||
|
||||
CompHistory *h1 = history->child_;
|
||||
CompHistory *h2 = comp2->history;
|
||||
|
Loading…
Reference in New Issue
Block a user