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...
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.