class documentation

class OrthographicProjectionMetadata(DynamicEmbeddedDocument, fol._HasMedia): (source)

View In Hierarchy

Class for storing metadata about orthographic projections.

Parameters
filepaththe path to the orthographic projection on disk
min_boundthe [xmin, ymin] of the image in the projection plane
max_boundthe [xmax, ymax] of the image in the projection plane
normalthe normal vector of the plane onto which the projection was performed. If not specified, [0, 0, 1] is assumed
widththe width of the image, in pixels
heightthe height of the image, in pixels
Class Variable filepath Undocumented
Class Variable height Undocumented
Class Variable max_bound Undocumented
Class Variable min_bound Undocumented
Class Variable normal Undocumented
Class Variable width Undocumented
Constant _MEDIA_FIELD Undocumented
filepath: None = (source)

Undocumented

Undocumented

max_bound: None = (source)

Undocumented

min_bound: None = (source)

Undocumented

Undocumented

Undocumented

_MEDIA_FIELD: str = (source)

Undocumented

Value
'filepath'