Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

decomposeHomographyMat isn't working

I used findHomography, then:

int solutions = decomposeHomographyMat (H, K, R, T, N);

But this doesn't work properly. Rotation matrix has only "-nan" values. Homography martix is ok. It has values like:

2.44486e-39, 0.0466184, 1.25152e+23

I've tried to use unit matrix instead of homography, but it also didn't work.

decomposeHomographyMat isn't working

I used findHomography, then:

int solutions = decomposeHomographyMat (H, K, R, T, N);

But this doesn't work properly. Rotation matrix has only "-nan" values. Homography martix is ok. It has values like:

2.44486e-39, 0.0466184, 1.25152e+23

I've tried to use unit matrix instead of homography, but it also didn't work.

decomposeHomographyMat isn't doesn't working

I used findHomography, then:

int solutions = decomposeHomographyMat (H, K, R, T, N);

But this doesn't work properly. Rotation matrix has only "-nan" values. Homography martix is ok. It has values like:

2.44486e-39, 0.0466184, 1.25152e+23

I've tried to use unit matrix instead of homography, but it also didn't work.