opencvlibrary320

  1. M

    Android Question opencv detect circle

    Hello, I am looking for someone to help me I designed an application to read the exam paper for the student, which consists of multiple-choice questions, so that the student shades the symbol for the correct answer in the form of a circle, as in Picture No. (1). When applying the attached code...
  2. 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...
  3. 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