Class: Gsplat::IO::Colmap::Camera

Inherits:
Data
  • Object
show all
Defined in:
lib/gsplat/io/colmap.rb

Overview

Parsed camera calibration record.

Instance Attribute Summary collapse

Instance Attribute Details

#distortionObject (readonly)

Returns the value of attribute distortion

Returns:

  • (Object)

    the current value of distortion



11
12
13
# File 'lib/gsplat/io/colmap.rb', line 11

def distortion
  @distortion
end

#heightObject (readonly)

Returns the value of attribute height

Returns:

  • (Object)

    the current value of height



11
12
13
# File 'lib/gsplat/io/colmap.rb', line 11

def height
  @height
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



11
12
13
# File 'lib/gsplat/io/colmap.rb', line 11

def id
  @id
end

#intrinsicsObject (readonly)

Returns the value of attribute intrinsics

Returns:

  • (Object)

    the current value of intrinsics



11
12
13
# File 'lib/gsplat/io/colmap.rb', line 11

def intrinsics
  @intrinsics
end

#modelObject (readonly)

Returns the value of attribute model

Returns:

  • (Object)

    the current value of model



11
12
13
# File 'lib/gsplat/io/colmap.rb', line 11

def model
  @model
end

#paramsObject (readonly)

Returns the value of attribute params

Returns:

  • (Object)

    the current value of params



11
12
13
# File 'lib/gsplat/io/colmap.rb', line 11

def params
  @params
end

#widthObject (readonly)

Returns the value of attribute width

Returns:

  • (Object)

    the current value of width



11
12
13
# File 'lib/gsplat/io/colmap.rb', line 11

def width
  @width
end