Class: Gsplat::IO::Colmap::Dataset

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

Overview

Complete sparse model returned by read.

Instance Attribute Summary collapse

Instance Attribute Details

#camerasObject (readonly)

Returns the value of attribute cameras

Returns:

  • (Object)

    the current value of cameras



19
20
21
# File 'lib/gsplat/io/colmap.rb', line 19

def cameras
  @cameras
end

#imagesObject (readonly)

Returns the value of attribute images

Returns:

  • (Object)

    the current value of images



19
20
21
# File 'lib/gsplat/io/colmap.rb', line 19

def images
  @images
end

#pathObject (readonly)

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



19
20
21
# File 'lib/gsplat/io/colmap.rb', line 19

def path
  @path
end

#points3dObject (readonly)

Returns the value of attribute points3d

Returns:

  • (Object)

    the current value of points3d



19
20
21
# File 'lib/gsplat/io/colmap.rb', line 19

def points3d
  @points3d
end