Struct azure_kinect::image::Image[][src]

pub struct Image<'a> { /* fields omitted */ }

Implementations

👎 Deprecated since 0.2:

Factory::image_create

Create a blank image

👎 Deprecated since 0.2:

Factory::image_create_from_buffer

Create an image from a pre-allocated buffer

Get the image buffer

Get the mutable image buffer

Get the image buffer size in bytes

Get the image format of the image

Get the image width in pixels

Get the image height in pixels

Get the image stride in bytes

Get the image’s device timestamp in microseconds

Get the image’s system timestamp in nanoseconds

Get the image exposure time in microseconds

Get the image white balance in Kelvin (color images only)

Get the image’s ISO speed (color images only)

Set the image’s device timestamp in microseconds

Set the image’s system timestamp in nanoseconds

Set the image exposure time in microseconds

Set the image white balance in Kelvin (color images only)

Set the image’s ISO speed (color images only)

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Executes the destructor for this type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.