Pattern Recognition using OpenCV

前端 未结 1 689
猫巷女王i
猫巷女王i 2020-12-30 10:40

I am trying to detect a pattern on an object on a green field, made up of three colors (two pink markers to the sides and a blue one in the middle) arranged like a traffic l

相关标签:
1条回答
  • 2020-12-30 11:09

    I'd suggest you check out Shervin's tutorial on blob detection, using colors
    http://www.shervinemami.info/blobs.html

    EDIT

    You night try retinex to help improve results

    http://www.ipol.im/pub/algo/lmps_retinex_poisson_equation/

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