Simple object recognition

前端 未结 5 1213
醉梦人生
醉梦人生 2020-12-24 00:07

===SOLVED===

Thanks for your suggestions and comments. By working on the flood_fill algorithm given in Beginning Python Visualization book (Chapter

5条回答
  •  温柔的废话
    2020-12-24 00:38

    Looking at the image you provided, all you need to do next is to apply a simple region growing algorithm.

    If I were using MATLAB, I would use bwlabel/bwboundaries functions. I believe there's an equivalent function somewhere in Numpy, or use OpenCV with python wrappers as suggested by @kwatford

提交回复
热议问题