I am trying to estimate an Essential Matrix from point correspondences. I set my init values to [rx,ry,rz,tx,ty,tz] to 0. But the first problem I encounter is, the Essential Matrix will be zero if all translation vector entries are zero. Am I right that Essential Matrix can not be used if I got pure rotation?
Math:
E = R [R^T t]x
Hartley,Zisserman: Multiple View Geometry p.257
Should I use a linear Algorithm like 'normalized 8-point' for calculating init values?