Face Recognition

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

    #1

    Face Recognition

    Hi there!

    Has anyone made effort to try to create a python binding to a facial
    recognition software [1]?

    For those of you with some experience - would this be very hard?


    [1] An example: http://www.cs.colostate.edu/evalfacerec/

  • Diez B. Roggisch

    #2
    Re: Face Recognition

    Henrik Lied wrote:
    Hi there!
    >
    Has anyone made effort to try to create a python binding to a facial
    recognition software [1]?
    >
    For those of you with some experience - would this be very hard?

    OpenCV has a python-binding. And a ctypes-binding.

    Diez

    Comment

    • ce

      #3
      Re: Face Recognition

      On Jun 26, 5:37 pm, "Diez B. Roggisch" <d...@nospam.we b.dewrote:
      Henrik Lied wrote:
      Hi there!
      >
      Has anyone made effort to try to create a python binding to a facial
      recognitionsoft ware [1]?
      >
      For those of you with some experience - would this be very hard?
      >
      OpenCV has a python-binding. And a ctypes-binding.
      >
      Diez

      Comment

      • ce

        #4
        Re: Face Recognition

        On Jun 26, 5:37 pm, "Diez B. Roggisch" <d...@nospam.we b.dewrote:
        Henrik Lied wrote:
        Hi there!
        >
        Has anyone made effort to try to create a python binding to a facial
        recognitionsoft ware [1]?
        >
        For those of you with some experience - would this be very hard?
        >
        OpenCV has a python-binding. And a ctypes-binding.
        >
        Diez
        I would add that the OpenCV includes face recognition example.


        Comment

        Working...