pattern matching

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • azrael

    #1

    pattern matching

    can someone give me good links for pattern matching in images using
    python

  • Diez B. Roggisch

    #2
    Re: pattern matching

    azrael wrote:
    can someone give me good links for pattern matching in images using
    python
    There is a python-binding available for the OpenCV library, a collection of
    state-of-the-art CV algorithms.

    And it comes with a free manual....

    Diez

    Comment

    Working...