Ask Your Question

kdupreez's profile - activity

2019-12-11 22:24:17 -0600 received badge  Necromancer (source)
2019-09-29 14:33:50 -0600 edited answer Best pattern/method for low resolution marker detection

You can try using Aruco codes.. 20x20 pixels should be plenty to find 4x4 markers. something like this: https://github.

2019-09-29 14:27:40 -0600 commented answer Compiling c++ code give an error "‘nameWindow’ was not declared in this scope"

oh, i didnt see the comment, seems they are the same suggest.. i would have thought you would provide an answer as an an

2019-09-29 11:51:20 -0600 answered a question Best pattern/method for low resolution marker detection

You can try using Aruco codes.. 20x20 pixels should be plenty to find 4x4 markers.

2019-09-29 11:18:06 -0600 answered a question Compiling c++ code give an error "‘nameWindow’ was not declared in this scope"

its namedWindow - you spelled the function wrong.

2019-09-27 23:54:53 -0600 answered a question OpenCV CUDA - method that works like inRange()

Just an update to this code, as of today, the InRange function still does not exist for GPU. The above code only does a