Ask Your Question

abgg's profile - activity

2017-01-19 03:47:01 -0600 commented question AndroidStudio/NDK - finished with non-zero exit value2

this solution did not work for me

2016-11-23 04:18:58 -0600 received badge  Necromancer (source)
2016-06-11 14:19:44 -0600 received badge  Enthusiast
2015-12-03 12:01:33 -0600 answered a question Assertion failure calling cv fisheye::calibrate

No need to shift the origin to the center of the chessboard for object points.

The problem was just with the for loops. Milosz has changed the order for the for loops which made it correct as per opencv order. First go across the height and then across the width.

I tried subtracting the half of width and height (which actually was not done by Milosz in his code as can be seen clearly) but it did not work. Then I noticed the for loop and tried the for loop by Milosz without subtracting half of the width and heights and it worked without the assertion.

2014-05-05 02:56:36 -0600 received badge  Supporter (source)