Class: Gsplat::IO::Colmap::Camera
- Inherits:
-
Data
- Object
- Data
- Gsplat::IO::Colmap::Camera
- Defined in:
- lib/gsplat/io/colmap.rb
Overview
Parsed camera calibration record.
Instance Attribute Summary collapse
-
#distortion ⇒ Object
readonly
Returns the value of attribute distortion.
-
#height ⇒ Object
readonly
Returns the value of attribute height.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#intrinsics ⇒ Object
readonly
Returns the value of attribute intrinsics.
-
#model ⇒ Object
readonly
Returns the value of attribute model.
-
#params ⇒ Object
readonly
Returns the value of attribute params.
-
#width ⇒ Object
readonly
Returns the value of attribute width.
Instance Attribute Details
#distortion ⇒ Object (readonly)
Returns the value of attribute distortion
11 12 13 |
# File 'lib/gsplat/io/colmap.rb', line 11 def distortion @distortion end |
#height ⇒ Object (readonly)
Returns the value of attribute height
11 12 13 |
# File 'lib/gsplat/io/colmap.rb', line 11 def height @height end |
#id ⇒ Object (readonly)
Returns the value of attribute id
11 12 13 |
# File 'lib/gsplat/io/colmap.rb', line 11 def id @id end |
#intrinsics ⇒ Object (readonly)
Returns the value of attribute intrinsics
11 12 13 |
# File 'lib/gsplat/io/colmap.rb', line 11 def intrinsics @intrinsics end |
#model ⇒ Object (readonly)
Returns the value of attribute model
11 12 13 |
# File 'lib/gsplat/io/colmap.rb', line 11 def model @model end |
#params ⇒ Object (readonly)
Returns the value of attribute params
11 12 13 |
# File 'lib/gsplat/io/colmap.rb', line 11 def params @params end |
#width ⇒ Object (readonly)
Returns the value of attribute width
11 12 13 |
# File 'lib/gsplat/io/colmap.rb', line 11 def width @width end |