This class is only available if you have the Survey plugin.
.
More...
Public Slots | |
static Array | FromFile (String iFileName) |
Function to import an .incam file and create a new SCameraInternal from file. More... | |
Number | GetFocalLength () |
Get the focal length in mm. More... | |
Number | GetPixelSize () |
Get the pixel size in mm. More... | |
Number | GetPPAx () |
Get X value of the principal point of autocollimation in mm. More... | |
Number | GetPPAy () |
Get Y value of the principal point of autocollimation in mm. More... | |
Number | GetPPSx () |
Get X value of the principal point of symmetry in mm. More... | |
Number | GetPPSy () |
Get Y value of the principal point of symmetry in mm. More... | |
Array | GetRadialDistortion () |
Get the radial distortion coefficients. More... | |
Number | GetSensorHeight () |
Get the sensor height in mm. More... | |
Number | GetSensorWidth () |
Get the sensor width in mm. More... | |
Array | GetTangentialDistortion () |
Get the tangential distortion coefficients. More... | |
static SCameraInternal | New () |
Default constructor. More... | |
static SCameraInternal | New (SCameraInternal iOther) |
Constructs a SCameraInternal by copying the SCameraInternal Other. More... | |
SetFocalLength (Number iFocalLength) | |
Set the focal length in mm. More... | |
SetPixelSize (Number iPixelSize) | |
Set the pixel size in mm. More... | |
SetPPA (Number xPPA, Number yPPA) | |
Set the principal point of autocollimation in mm. More... | |
SetPPS (Number xPPS, Number yPPS) | |
Set the principal point of symmetry in mm. More... | |
SetRadialDistortion (Array< Number > iCoefK) | |
Set the radial distortion coefficients. The input table should have 7 elements. More... | |
SetSensorSize (Number iSensorWidth, Number iSensorHeight) | |
Set the sensor size in mm. More... | |
SetTangentialDistortion (Array< Number > iCoefP) | |
Set the tangential distortion coefficients. The input table should have 2 elements. More... | |
String | toString () |
Get the type of the variable. More... | |
String | toString () |
Get the type of the variable. More... | |
Public Slots inherited from SObject | |
Clear () | |
To deallocate memory of the object. More... | |
String | toString () |
Get the type of the variable. More... | |
This class is only available if you have the Survey plugin.
.
|
staticslot |
Function to import an .incam file and create a new SCameraInternal from file.
Array.ErrorCode | The error code:
|
Array.CameraInternal | The camera internal parameters |
[in] | iFileName | path and name of the .incam file to import |
|
slot |
Get the focal length in mm.
|
slot |
Get the pixel size in mm.
|
slot |
Get X value of the principal point of autocollimation in mm.
|
slot |
Get Y value of the principal point of autocollimation in mm.
|
slot |
Get X value of the principal point of symmetry in mm.
|
slot |
Get Y value of the principal point of symmetry in mm.
|
slot |
Get the radial distortion coefficients.
Array.CoefK | The table of radial distortion coefficients |
|
slot |
Get the sensor height in mm.
|
slot |
Get the sensor width in mm.
|
slot |
Get the tangential distortion coefficients.
Array.CoefP | The table of tangential distortion coefficients |
|
staticslot |
Default constructor.
|
staticslot |
Constructs a SCameraInternal by copying the SCameraInternal Other.
|
slot |
Set the focal length in mm.
|
slot |
Set the pixel size in mm.
|
slot |
Set the principal point of autocollimation in mm.
|
slot |
Set the principal point of symmetry in mm.
|
slot |
Set the radial distortion coefficients. The input table should have 7 elements.
|
slot |
Set the sensor size in mm.
|
slot |
Set the tangential distortion coefficients. The input table should have 2 elements.
|
slot |
Get the type of the variable.
|
slot |
Get the type of the variable.