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 point
      java.lang.Double getCenterY()
      Get the Y value of the center point
      java.lang.Double getFX()
      Get the horizontal focal length
      java.lang.Double getFY()
      Get the vertical focal length
      java.lang.Boolean getIsIntrinsic()
      Gets the internal parameter state value
      void setCenterX(java.lang.Double centerX)
      Set the X value of the center point
      void setCenterY(java.lang.Double centerY)
      Set the Y value of the center point
      void setFX(java.lang.Double fovX)
      Set the horizontal focal length
      void setFY(java.lang.Double fovY)
      Set the vertical focal length
      void setIsIntrinsic(java.lang.Boolean isIntrinsic)
      Sets the internal parameter state value
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CameraIntrinsic

        public CameraIntrinsic()
    • 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: