I am trying to estimate pose of a Aruco Marker using opencv library. But the performance of the above Library is a bit slow since it runs on CPU.Is there a way so that I can run the above Library on GPU? .
I tried researching in OpenCV's documentation, it has some cuda enabled functions but for aruco functions it is not available