Seeded region growing with opencv

后端 未结 1 510
逝去的感伤
逝去的感伤 2021-01-14 15:03

I need to select a pixel value and apply the region growing in terms of the seed pixel. After trying to write the code, the result was always a black image regardless of wha

1条回答
  •  南方客
    南方客 (楼主)
    2021-01-14 15:31

    Making GrowColor a recursive function may result in an infinite loop. Check the code in that function once.

    0 讨论(0)
提交回复
热议问题