com.supermap.videomap
Class CameraIntrinsic
- java.lang.Object
-
- com.supermap.videomap.CameraIntrinsic
-
public class CameraIntrinsic extends java.lang.Object
The camera parameters
-
-
Constructor Summary
Constructors Constructor and Description CameraIntrinsic()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.Double
getCenterX()
Get the X value of the center pointjava.lang.Double
getCenterY()
Get the Y value of the center pointjava.lang.Double
getFX()
Get the horizontal focal lengthjava.lang.Double
getFY()
Get the vertical focal lengthjava.lang.Boolean
getIsIntrinsic()
Gets the internal parameter state valuevoid
setCenterX(java.lang.Double centerX)
Set the X value of the center pointvoid
setCenterY(java.lang.Double centerY)
Set the Y value of the center pointvoid
setFX(java.lang.Double fovX)
Set the horizontal focal lengthvoid
setFY(java.lang.Double fovY)
Set the vertical focal lengthvoid
setIsIntrinsic(java.lang.Boolean isIntrinsic)
Sets the internal parameter state value
-
-
-
Method Detail
-
setCenterX
public void setCenterX(java.lang.Double centerX)
Set the X value of the center point- Parameters:
centerX
-
-
getCenterX
public java.lang.Double getCenterX()
Get the X value of the center point- Returns:
-
setCenterY
public void setCenterY(java.lang.Double centerY)
Set the Y value of the center point- Parameters:
centerY
-
-
getCenterY
public java.lang.Double getCenterY()
Get the Y value of the center point- Returns:
-
setFX
public void setFX(java.lang.Double fovX)
Set the horizontal focal length- Parameters:
fovX
-
-
getFX
public java.lang.Double getFX()
Get the horizontal focal length- Returns:
-
setFY
public void setFY(java.lang.Double fovY)
Set the vertical focal length- Parameters:
fovY
-
-
getFY
public java.lang.Double getFY()
Get the vertical focal length- Returns:
-
setIsIntrinsic
public void setIsIntrinsic(java.lang.Boolean isIntrinsic)
Sets the internal parameter state value- Parameters:
isIntrinsic
-
-
getIsIntrinsic
public java.lang.Boolean getIsIntrinsic()
Gets the internal parameter state value- Returns:
-
-