CameraPose

scalacv.CameraPose
final case class CameraPose(rotation: Seq[Seq[Double]], translation: Seq[Double])

A camera's absolute pose: the 3×3 rotation and 3-vector translation that map world points into the camera frame (x_cam = R·x_world + t).

Attributes

Source
Localizer.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def position: Seq[Double]

The camera's position in world coordinates, -Rᵀ·t.

The camera's position in world coordinates, -Rᵀ·t.

Attributes

Source
Localizer.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product