CameraInfo class

Constructors

CameraInfo({Header? header, int? height, int? width, String? distortion_model, List<double>? D, List<double>? K, List<double>? R, List<double>? P, int? binning_x, int? binning_y, RegionOfInterest? roi})

Properties

binning_x int
getter/setter pair
binning_y int
getter/setter pair
D List<double>
getter/setter pair
distortion_model String
getter/setter pair
fullType String
no setter
hashCode int
The hash code for this object.
no setterinherited
getter/setter pair
height int
getter/setter pair
K List<double>
getter/setter pair
md5sum String
no setter
messageDefinition String
no setter
P List<double>
getter/setter pair
R List<double>
getter/setter pair
roi RegionOfInterest
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width int
getter/setter pair

Methods

call({Header? header, int? height, int? width, String? distortion_model, List<double>? D, List<double>? K, List<double>? R, List<double>? P, int? binning_x, int? binning_y, RegionOfInterest? roi}) CameraInfo
deserialize(ByteDataReader reader) CameraInfo
getMessageSize() int
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serialize(ByteDataWriter writer) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

$prototype CameraInfo
getter/setter pair