opencvlibrary320

  1. gezueb

    Android Question OCV Library / Declaration of a line/lines

    Hi, can someone show me how to declare a line. I am trying to do a Hough translation 'now do the Hough Dim lines As OCVMatOfPoint2f Dim K As Int lines.Initialize Dim Threshold As Int = CannyMax mImgProc.HoughLines1(tmpMat, lines, 1.0...
  2. O

    Android Question opencvlibrary320, How to get the face data ?

    After creating a face detection application with opencvlibrary320, how to get the face data and save it in a database, and then match it again as in the attendance machine, thx
Top