Machine vision in Python

前端 未结 7 1658
逝去的感伤
逝去的感伤 2020-12-28 16:45

I would like to perform a few basic machine vision tasks using Python and I\'d like to know where I could find tutorials to help me get started.

As far as I know, th

7条回答
  •  死守一世寂寞
    2020-12-28 17:33

    I've acquired image from FW camera using .NET and IronPython. On CPython I would checkout ctypes library, unless you find any library support for grabbing.

提交回复
热议问题