Orbbec SDK K4A Wrapper
|
This is the complete list of members for k4a::image, including all inherited members.
create(k4a_image_format_t format, int width_pixels, int height_pixels, int stride_bytes) | k4a::image | inlinestatic |
create_from_buffer(k4a_image_format_t format, int width_pixels, int height_pixels, int stride_bytes, uint8_t *buffer, size_t buffer_size, k4a_memory_destroy_cb_t *buffer_release_cb, void *buffer_release_cb_context) | k4a::image | inlinestatic |
get_buffer() noexcept | k4a::image | inline |
get_buffer() const noexcept | k4a::image | inline |
get_device_timestamp() const noexcept | k4a::image | inline |
get_exposure() const noexcept | k4a::image | inline |
get_format() const noexcept | k4a::image | inline |
get_height_pixels() const noexcept | k4a::image | inline |
get_iso_speed() const noexcept | k4a::image | inline |
get_size() const noexcept | k4a::image | inline |
get_stride_bytes() const noexcept | k4a::image | inline |
get_system_timestamp() const noexcept | k4a::image | inline |
get_white_balance() const noexcept | k4a::image | inline |
get_width_pixels() const noexcept | k4a::image | inline |
handle() const noexcept | k4a::image | inline |
image(k4a_image_t handle=nullptr) noexcept | k4a::image | inline |
image(const image &other) noexcept | k4a::image | inline |
image(image &&other) noexcept | k4a::image | inline |
is_valid() const noexcept | k4a::image | inline |
operator bool() const noexcept | k4a::image | inlineexplicit |
operator!=(const image &other) const noexcept | k4a::image | inline |
operator!=(std::nullptr_t) const noexcept | k4a::image | inline |
operator=(const image &other) noexcept | k4a::image | inline |
operator=(image &&other) noexcept | k4a::image | inline |
operator=(std::nullptr_t) noexcept | k4a::image | inline |
operator==(const image &other) const noexcept | k4a::image | inline |
operator==(std::nullptr_t) const noexcept | k4a::image | inline |
reset() noexcept | k4a::image | inline |
set_exposure_time(std::chrono::microseconds exposure) noexcept | k4a::image | inline |
set_iso_speed(uint32_t iso_speed) noexcept | k4a::image | inline |
set_timestamp(std::chrono::microseconds timestamp) noexcept | k4a::image | inline |
set_white_balance(uint32_t white_balance) noexcept | k4a::image | inline |
~image() (defined in k4a::image) | k4a::image | inline |