1 | initial version |
The two input-vectors (in your case 'pixel' and 'mn') need to have the same format. So both Vec3f
or both Mat1f(1,3)
or both Mat1f(3,1)
(and of course your inverse covariance matrix 'i_cvm' should have the type Mat1f(3,3)
).