Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
struct
GS::Utils::COLMAPCamera
Inherits
Struct
<
Value
<
Object
COLMAP camera intrinsics
Constructors
new
(id :
Int32
, model :
GS::Utils::COLMAPCameraModel
, width :
Int32
, height :
Int32
, params :
Array
(
Float64
))
Source
Instance methods
height
Source
height=
(height :
Int32
)
Source
id
Source
id=
(id :
Int32
)
Source
model
Source
model=
(model :
COLMAPCameraModel
)
Source
params
Source
params=
(params :
Array
(
Float64
))
Source
to_gs_camera
(world_to_camera :
Tensor
) :
GaussianSplatting::Camera
Convert to GS::Camera format
Source
width
Source
width=
(width :
Int32
)
Source