Class: Gsplat::IO::Colmap::ImageRecord
- Inherits:
-
Data
- Object
- Data
- Gsplat::IO::Colmap::ImageRecord
- Defined in:
- lib/gsplat/io/colmap.rb
Overview
Parsed registered-image pose and feature observations.
Instance Attribute Summary collapse
-
#camera_id ⇒ Object
readonly
Returns the value of attribute camera_id.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#point3d_ids ⇒ Object
readonly
Returns the value of attribute point3d_ids.
-
#points2d ⇒ Object
readonly
Returns the value of attribute points2d.
-
#qvec ⇒ Object
readonly
Returns the value of attribute qvec.
-
#rotation ⇒ Object
readonly
Returns the value of attribute rotation.
-
#tvec ⇒ Object
readonly
Returns the value of attribute tvec.
-
#world_to_camera ⇒ Object
readonly
Returns the value of attribute world_to_camera.
Instance Attribute Details
#camera_id ⇒ Object (readonly)
Returns the value of attribute camera_id
13 14 15 |
# File 'lib/gsplat/io/colmap.rb', line 13 def camera_id @camera_id end |
#id ⇒ Object (readonly)
Returns the value of attribute id
13 14 15 |
# File 'lib/gsplat/io/colmap.rb', line 13 def id @id end |
#name ⇒ Object (readonly)
Returns the value of attribute name
13 14 15 |
# File 'lib/gsplat/io/colmap.rb', line 13 def name @name end |
#point3d_ids ⇒ Object (readonly)
Returns the value of attribute point3d_ids
13 14 15 |
# File 'lib/gsplat/io/colmap.rb', line 13 def point3d_ids @point3d_ids end |
#points2d ⇒ Object (readonly)
Returns the value of attribute points2d
13 14 15 |
# File 'lib/gsplat/io/colmap.rb', line 13 def points2d @points2d end |
#qvec ⇒ Object (readonly)
Returns the value of attribute qvec
13 14 15 |
# File 'lib/gsplat/io/colmap.rb', line 13 def qvec @qvec end |
#rotation ⇒ Object (readonly)
Returns the value of attribute rotation
13 14 15 |
# File 'lib/gsplat/io/colmap.rb', line 13 def rotation @rotation end |
#tvec ⇒ Object (readonly)
Returns the value of attribute tvec
13 14 15 |
# File 'lib/gsplat/io/colmap.rb', line 13 def tvec @tvec end |
#world_to_camera ⇒ Object (readonly)
Returns the value of attribute world_to_camera
13 14 15 |
# File 'lib/gsplat/io/colmap.rb', line 13 def world_to_camera @world_to_camera end |