Class: Gsplat::IO::Colmap::ImageRecord

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

Overview

Parsed registered-image pose and feature observations.

Instance Attribute Summary collapse

Instance Attribute Details

#camera_idObject (readonly)

Returns the value of attribute camera_id

Returns:

  • (Object)

    the current value of camera_id



13
14
15
# File 'lib/gsplat/io/colmap.rb', line 13

def camera_id
  @camera_id
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



13
14
15
# File 'lib/gsplat/io/colmap.rb', line 13

def id
  @id
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



13
14
15
# File 'lib/gsplat/io/colmap.rb', line 13

def name
  @name
end

#point3d_idsObject (readonly)

Returns the value of attribute point3d_ids

Returns:

  • (Object)

    the current value of point3d_ids



13
14
15
# File 'lib/gsplat/io/colmap.rb', line 13

def point3d_ids
  @point3d_ids
end

#points2dObject (readonly)

Returns the value of attribute points2d

Returns:

  • (Object)

    the current value of points2d



13
14
15
# File 'lib/gsplat/io/colmap.rb', line 13

def points2d
  @points2d
end

#qvecObject (readonly)

Returns the value of attribute qvec

Returns:

  • (Object)

    the current value of qvec



13
14
15
# File 'lib/gsplat/io/colmap.rb', line 13

def qvec
  @qvec
end

#rotationObject (readonly)

Returns the value of attribute rotation

Returns:

  • (Object)

    the current value of rotation



13
14
15
# File 'lib/gsplat/io/colmap.rb', line 13

def rotation
  @rotation
end

#tvecObject (readonly)

Returns the value of attribute tvec

Returns:

  • (Object)

    the current value of tvec



13
14
15
# File 'lib/gsplat/io/colmap.rb', line 13

def tvec
  @tvec
end

#world_to_cameraObject (readonly)

Returns the value of attribute world_to_camera

Returns:

  • (Object)

    the current value of world_to_camera



13
14
15
# File 'lib/gsplat/io/colmap.rb', line 13

def world_to_camera
  @world_to_camera
end