kuangliu / graph_seg

A matlab implementation of the algorithm described in the paper Efficient Graph-Based Image Segmentation.
7 stars 6 forks source link

In remove_small_components, the line uf.union(a, b) may be chaged to uf=uf.union(a, b) #1

Open xysue2000 opened 3 years ago

xysue2000 commented 3 years ago

Hello,

Please omit the last issue that I submitted. Now I may have figured out the problem. In remove_small_components, the line uf.union(a, b) may be chaged to uf=uf.union(a, b)

nmvbxcz commented 2 years ago

Hello,

Please omit the last issue that I submitted. Now I may have figured out the problem. In remove_small_components, the line uf.union(a, b) may be chaged to uf=uf.union(a, b)

Thanks!