MarkerPose

scalacv.MarkerPose
final case class MarkerPose(marker: ArucoMarker, pose: Pose3D)

A detected marker together with the pose recovered for it — what image.arMarkers returns.

Attributes

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

Members list

Value members

Concrete methods

def id: Int

Attributes

Source
Ar.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Exports

Defined exports

def distance: Double
Exported from Pose3D

Straight-line distance from camera to object, in the marker's units.

Straight-line distance from camera to object, in the marker's units.

Attributes

Source
Ar.scala