• gylns's avatar
    Merge pull request #8910 from gylns:mser · 6d1cdcf6
    gylns authored
    fix the MSER history's size issue (#8910)
    
    * simplify growHistory and merge
    
    * add assertion for history's size
    
    * MSER: fix merging components' history
    6d1cdcf6
Name
Last commit
Last update
..
kaze Fixing some static analysis issues
opencl Merge pull request #3483 from wangyan42164:ocl_orb_improve
agast.cpp Eliminated use of obsolete 'register' keyword
agast_score.cpp Fixed out of bound reading in makeAgastOffsets
agast_score.hpp removing code duplicates and replace unsigned long by uint32_t
akaze.cpp Merge pull request #8869 from hrnr:akaze_part1
bagofwords.cpp Instrumentation for OpenCV API regions and IPP functions;
blobdetector.cpp Instrumentation for OpenCV API regions and IPP functions;
brisk.cpp Merge pull request #9075 from TonyLianLong:master
draw.cpp Instrumentation for OpenCV API regions and IPP functions;
dynamic.cpp moved nonfree and a part of features2d to opencv_contrib/xfeatures2d
evaluation.cpp Fixing some static analysis issues
fast.cpp Moved size restrictions for OpenVX processed images to corresponding cpp files
fast_score.cpp Normalized file endings.
fast_score.hpp Fix read after the end of local buffer in SSE-optimized TYPE_5_8 and TYPE_7_12 FAST cornerScore
feature2d.cpp fix regression issues in Feature2D and DescriptorMatcher interfaces
gftt.cpp Instrumentation for OpenCV API regions and IPP functions;
kaze.cpp Merge pull request #8869 from hrnr:akaze_part1
keypoint.cpp Merge branch '2.4'
main.cpp IPPInitSingelton was added to contain IPP related global variables;
matchers.cpp improved fix for java wrapper generator (gen_java.py) to avoid generation of java methods with duplicate signatures(v3)
mser.cpp Merge pull request #8910 from gylns:mser
orb.cpp fixed segfault at ORB::compute() near image's border
precomp.hpp HAL moved back to core