Package boofcv.alg.geo.pose
Class PnPJacobianRodrigues
java.lang.Object
boofcv.alg.geo.pose.PnPJacobianRodrigues
- All Implemented Interfaces:
FunctionInOut
,FunctionNtoMxN<DMatrixRMaj>
Computes the Jacobian of the error function in
PnPResidualReprojection
. For a calibrated
camera given observations in normalized image coordinates. The rotation matrix is assumed to be
parameterized using Rodrigues_F64
coordinates.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
int
void
process
(double[] input, DMatrixRMaj J) void
setObservations
(List<Point2D3D> observations)
-
Constructor Details
-
PnPJacobianRodrigues
public PnPJacobianRodrigues()
-
-
Method Details
-
setObservations
-
getNumOfInputsN
public int getNumOfInputsN()- Specified by:
getNumOfInputsN
in interfaceFunctionInOut
-
getNumOfOutputsM
public int getNumOfOutputsM()- Specified by:
getNumOfOutputsM
in interfaceFunctionInOut
-
process
- Specified by:
process
in interfaceFunctionNtoMxN<DMatrixRMaj>
-
declareMatrixMxN
- Specified by:
declareMatrixMxN
in interfaceFunctionNtoMxN<DMatrixRMaj>
-