8#include "RshPluginScript/RshPluginScriptDefines.h"
9#include "RshBasePrivate/Unit/RshUnits.h"
10#include "RshDisplay/SComp/DAbstractImage.h"
11#include "RshDisplay/SComp/SImage.h"
12#include "RshPluginScript/SClass/SComp.h"
13#include <QtScript/Array>
14#include <QtScript/QScriptable>
17namespace rsh::ScriptBinding
137 :
public SObjectStatic
179Q_DECLARE_METATYPE(SCameraInternal::_SCameraInternalDummy);
186Q_DECLARE_METATYPE(rsh::ScriptBinding::SCameraInternal);
This class is only available if you have the Survey plugin. .
Definition: SCameraInternal.h:30
Number GetFocalLength()
Get the focal length in mm.
Number GetPPAy()
Get Y value of the principal point of autocollimation in mm.
SetPPS(Number xPPS, Number yPPS)
Set the principal point of symmetry in mm.
SetTangentialDistortion(Array< Number > iCoefP)
Set the tangential distortion coefficients. The input table should have 2 elements.
Number GetPPAx()
Get X value of the principal point of autocollimation in mm.
static SCameraInternal New(SCameraInternal iOther)
Constructs a SCameraInternal by copying the SCameraInternal Other.
SetPixelSize(Number iPixelSize)
Set the pixel size in mm.
Number GetSensorWidth()
Get the sensor width in mm.
SetSensorSize(Number iSensorWidth, Number iSensorHeight)
Set the sensor size in mm.
Number GetSensorHeight()
Get the sensor height in mm.
SetPPA(Number xPPA, Number yPPA)
Set the principal point of autocollimation in mm.
Number GetPixelSize()
Get the pixel size in mm.
static Array FromFile(String iFileName)
Function to import an .incam file and create a new SCameraInternal from file.
Number GetPPSy()
Get Y value of the principal point of symmetry in mm.
SetRadialDistortion(Array< Number > iCoefK)
Set the radial distortion coefficients. The input table should have 7 elements.
Array GetRadialDistortion()
Get the radial distortion coefficients.
Number GetPPSx()
Get X value of the principal point of symmetry in mm.
Array GetTangentialDistortion()
Get the tangential distortion coefficients.
SetFocalLength(Number iFocalLength)
Set the focal length in mm.
String toString()
Get the type of the variable.
static SCameraInternal New()
Default constructor.
This class is an abstract class, you can use these function in its derived classes.
Definition: SObject.h:35