opencv Mser的用法

  • Post author:
  • Post category:其他


opencv Mser的用法


delta it compares (size_i − size

{i−delta}) / size_{i−delta}, default 5

_min_area prune the area which smaller than minArea

_max_area prune the area which bigger than maxArea

_max_variation prune the area have similar size to its children

_min_diversity for color image, trace back to cut off mser with diversity less than min_diversity

_max_evolution for color image, the evolution steps

_area_threshold for color image, the area threshold to cause re-initialize

_min_margin for color image, ignore too small margin

_edge_blur_size for color image, the aperture size for edge blur



版权声明:本文为yuanxue18原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。