Class: Gsplat::IO::Colmap::Dataset
- Inherits:
-
Data
- Object
- Data
- Gsplat::IO::Colmap::Dataset
- Defined in:
- lib/gsplat/io/colmap.rb
Overview
Complete sparse model returned by read.
Instance Attribute Summary collapse
-
#cameras ⇒ Object
readonly
Returns the value of attribute cameras.
-
#images ⇒ Object
readonly
Returns the value of attribute images.
-
#path ⇒ Object
readonly
Returns the value of attribute path.
-
#points3d ⇒ Object
readonly
Returns the value of attribute points3d.
Instance Attribute Details
#cameras ⇒ Object (readonly)
Returns the value of attribute cameras
19 20 21 |
# File 'lib/gsplat/io/colmap.rb', line 19 def cameras @cameras end |
#images ⇒ Object (readonly)
Returns the value of attribute images
19 20 21 |
# File 'lib/gsplat/io/colmap.rb', line 19 def images @images end |
#path ⇒ Object (readonly)
Returns the value of attribute path
19 20 21 |
# File 'lib/gsplat/io/colmap.rb', line 19 def path @path end |
#points3d ⇒ Object (readonly)
Returns the value of attribute points3d
19 20 21 |
# File 'lib/gsplat/io/colmap.rb', line 19 def points3d @points3d end |