Ask Your Question

MrZander's profile - activity

2019-07-10 11:17:59 -0600 received badge  Popular Question (source)
2019-02-14 10:04:58 -0600 received badge  Student (source)
2017-02-07 18:36:16 -0600 commented answer Aruco: Z-Axis flipping perspective

@chnbr @Tetragramm We inevitably fixed this by increasing the size of our codes... We still have the issue sometimes, but are filtering it using temporal smoothing. It is working okay, unfortunately I think the only way to truly fix something like this is to use stereo vision. I've tried a lot of different methods in attempt to "pick" the right perspective, but none really worked aside from the temporal approach. Thank you for the help though Tetra.

2017-01-27 11:50:47 -0600 received badge  Enthusiast
2017-01-20 18:25:13 -0600 commented question Aruco: Z-Axis flipping perspective

@Tetragramm Yes, I have calibrated the camera, I will try re-calibrating in case it wasn't sufficient. The video flickers between the correct and incorrect direction, I will say that it is usually correct. The board is pretty darn straight too. Is there any way to account for these errors in software? Or, for example, If I know how the camera is oriented in the world, can I exclude (or fix) the incorrect marker result?

2017-01-20 18:04:07 -0600 commented question Aruco: Z-Axis flipping perspective

http://imgur.com/a/0fe6I

2017-01-20 18:04:07 -0600 asked a question Aruco: Z-Axis flipping perspective

I am trying to do some simple AR with Aruco tags and I am having trouble determining the correct perspective.

The problem occurs when it is unclear which side of the tag is closer to the camera.

For example, in the image, the two codes are on the same plane pointing the same direction, but the z-axes are pointed in different directions (The code on the bottom is showing the correct orientation):

Image is posted in comments, I don't have high enough karma for links yet.

I am not doing anything fancy, just a simple detectMarkers with drawAxis call for the results.

What can be done to ensure I don't get these false perspective reads?