Hi, can someone show me how to declare a line. I am trying to do a Hough translation
B4X:
'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, one_degree...