Uses of Class
com.agisoft.metashape.RPCModel
| Package | Description |
|---|---|
| com.agisoft.metashape |
-
Uses of RPCModel in com.agisoft.metashape
Methods in com.agisoft.metashape that return RPCModel Modifier and Type Method Description RPCModelCalibration. getRPCModel()RPC model.Methods in com.agisoft.metashape with parameters of type RPCModel Modifier and Type Method Description static voidMetashapeJNI. Calibration_setRPCModel(long jarg1, Calibration jarg1_, long jarg2, RPCModel jarg2_)static longRPCModel. getCPtr(RPCModel obj)static longMetashapeJNI. new_RPCModel__SWIG_1(long jarg1, RPCModel jarg1_)static longMetashapeJNI. RPCModel_getImageOffset(long jarg1, RPCModel jarg1_)static longMetashapeJNI. RPCModel_getImageScale(long jarg1, RPCModel jarg1_)static double[]MetashapeJNI. RPCModel_getLineDenCoeff(long jarg1, RPCModel jarg1_)static double[]MetashapeJNI. RPCModel_getLineNumCoeff(long jarg1, RPCModel jarg1_)static longMetashapeJNI. RPCModel_getObjectOffset(long jarg1, RPCModel jarg1_)static longMetashapeJNI. RPCModel_getObjectScale(long jarg1, RPCModel jarg1_)static double[]MetashapeJNI. RPCModel_getSampleDenCoeff(long jarg1, RPCModel jarg1_)static double[]MetashapeJNI. RPCModel_getSampleNumCoeff(long jarg1, RPCModel jarg1_)static voidMetashapeJNI. RPCModel_setImageOffset(long jarg1, RPCModel jarg1_, long jarg2, Vector2d jarg2_)static voidMetashapeJNI. RPCModel_setImageScale(long jarg1, RPCModel jarg1_, long jarg2, Vector2d jarg2_)static voidMetashapeJNI. RPCModel_setLineDenCoeff(long jarg1, RPCModel jarg1_, double[] jarg2)static voidMetashapeJNI. RPCModel_setLineNumCoeff(long jarg1, RPCModel jarg1_, double[] jarg2)static voidMetashapeJNI. RPCModel_setObjectOffset(long jarg1, RPCModel jarg1_, long jarg2, Vector3d jarg2_)static voidMetashapeJNI. RPCModel_setObjectScale(long jarg1, RPCModel jarg1_, long jarg2, Vector3d jarg2_)static voidMetashapeJNI. RPCModel_setSampleDenCoeff(long jarg1, RPCModel jarg1_, double[] jarg2)static voidMetashapeJNI. RPCModel_setSampleNumCoeff(long jarg1, RPCModel jarg1_, double[] jarg2)voidCalibration. setRPCModel(RPCModel rpc)RPC model.Constructors in com.agisoft.metashape with parameters of type RPCModel Constructor Description RPCModel(RPCModel region)