This website requires JavaScript.
Explore
Help
Sign In
generic-library
/
opencv
Watch
1
Star
0
Fork
0
You've already forked opencv
Code
Issues
Pull Requests
Releases
Wiki
Activity
opencv
/
modules
/
objdetect
History
lluis
b50185e160
Fix a bug in the er tree clean-up process (see discussion in
https://github.com/Itseez/opencv/pull/1520
). It's not necessary to walk the er tree in order to clean up the memory since it's possible to cleanup the regions in the stack just by iterating over the er_stack vector instead of walking the tree structure. This turns out to be safer because the tree structure of those regions may have been modified previously in er_save function.
2013-10-15 19:44:08 +02:00
..
doc
erGrouping now uses a classifier for group validation instead of a set of heuristical ifos.
2013-09-27 19:19:45 +02:00
include
/opencv2
erGrouping now uses a classifier for group validation instead of a set of heuristical ifos.
2013-09-27 19:19:45 +02:00
perf
War on Whitespace, master edition: file endings.
2013-08-27 14:23:26 +04:00
src
Fix a bug in the er tree clean-up process (see discussion in
https://github.com/Itseez/opencv/pull/1520
). It's not necessary to walk the er tree in order to clean up the memory since it's possible to cleanup the regions in the stack just by iterating over the er_stack vector instead of walking the tree structure. This turns out to be safer because the tree structure of those regions may have been modified previously in er_save function.
2013-10-15 19:44:08 +02:00
test
Boring changes - objdetect.
2013-09-05 19:02:58 +04:00
CMakeLists.txt
Class-specific Extremal Region Filter algorithm as proposed in :
2013-07-20 01:10:05 +02:00