public class TrifocalExtractEpipoles
extends java.lang.Object
Extracts the epipoles for views 2 and 3 with respect to view 1 from the trifocal tensor. Epipoles are found in homogeneous coordinates. Singular value decomposition is used to compute each vector and is robust to noise and epipoles will have a norm of one..
Properties:
where F1i is a fundamental matrix from image 1 to i.
References:
| Constructor and Description |
|---|
TrifocalExtractEpipoles() |
| Modifier and Type | Method and Description |
|---|---|
void |
process(TrifocalTensor tensor,
georegression.struct.point.Point3D_F64 e2,
georegression.struct.point.Point3D_F64 e3)
Extracts the epipoles from the trifocal tensor.
|
public void process(TrifocalTensor tensor, georegression.struct.point.Point3D_F64 e2, georegression.struct.point.Point3D_F64 e3)
tensor - Input: Trifocal tensor. Not Modifiede2 - Output: Epipole in image 2. Homogeneous coordinates. Modifiede3 - Output: Epipole in image 3. Homogeneous coordinates. Modified