HV SDK HV SDK HV SDK
  • HV SDK
  • Guide
    • Python
    • C/C++
  • Camera docs
/
  • 1.0.0-beta.4 (dev)
  • 0.10.2 (stable)
  • 0.10.1
  • 0.9.2

Getting started

  • Installation
  • Hyperspectral data
  • Basic usage

Guide

  • Introduction
  • Pipelines
    • Image Operations
    • Streaming frames
    • Custom operations
    • Internals
  • Files and metadata
  • Annotations
  • Camera Integration
  • Buteo Integration
  • Preprocessing
  • Machine Learning
  • Recipes
  • On-board camera processing

Reference

  • Python
    • Basics
    • Pipelines
      • Image
      • Streams
    • Camera control
    • Buteo Control
    • Preprocessing
    • Utilities
    • Machine Learning
    • Metadata
    • Annotations
    • Type specific classes and iterators
  • C/C++
    • Basics
    • Image
      • Image
      • Slicing
      • Operations
      • Scalar operations
      • Streams
    • Camera control
    • Metadata
    • File IO
    • Arrays
    • Utilities
      • Array slices
      • Print functions

Resources

  • Packages
  • Migration
  • Changelog
  • Glossary

On this page

  • Debug format functions
    • hv_band_list_debug_fmt()
    • hv_calibration_meta_debug_fmt()
    • hv_camera_meta_debug_fmt()
    • hv_crop_info_debug_fmt()
    • hv_dimension_debug_fmt()
    • hv_display_meta_debug_fmt()
    • hv_encoding_meta_debug_fmt()
    • hv_horizontal_crop_debug_fmt()
    • hv_image_meta_debug_fmt()
    • hv_measurement_limits_debug_fmt()
    • hv_radiometric_meta_debug_fmt()
    • hv_sensor_meta_debug_fmt()
    • hv_shape_debug_fmt()
    • hv_shape_meta_debug_fmt()
    • hv_spatial_meta_debug_fmt()
    • hv_spatial_roi_debug_fmt()
    • hv_spectral_meta_debug_fmt()
    • hv_temporal_meta_debug_fmt()
    • hv_wavelength_meta_debug_fmt()
  1. HV SDK /
  2. C/C++ /
  3. Utilities /
  4. Print functions

Print functions¶

Debug format functions¶

char *hv_band_list_debug_fmt(hv_band_list_t const *band_list)¶

Debug format for band_list_t.

Parameters:

band_list – Reference to band_list_t

Returns:

Debug format string

char *hv_calibration_meta_debug_fmt(hv_calibration_meta_t const *calibration_meta)¶

Debug format for calibration_meta_t.

Parameters:

calibration_meta – Reference to calibration_meta_t

Returns:

Debug format string

char *hv_camera_meta_debug_fmt(hv_camera_meta_t const *camera_meta)¶

Debug format for camera_meta_t.

Parameters:

camera_meta – Reference to camera_meta_t

Returns:

Debug format string

char *hv_crop_info_debug_fmt(hv_crop_info_t const *crop_info)¶

Debug format for crop_info_t.

Parameters:

crop_info – Reference to crop_info_t

Returns:

Debug format string

char *hv_dimension_debug_fmt(hv_dimension_t const *dimension)¶

Debug format for dimension_t.

Parameters:

dimension – Reference to dimension_t

Returns:

Debug format string

char *hv_display_meta_debug_fmt(hv_display_meta_t const *display_meta)¶

Debug format for display_meta_t.

Parameters:

display_meta – Reference to display_meta_t

Returns:

Debug format string

char *hv_encoding_meta_debug_fmt(hv_encoding_meta_t const *encoding_meta)¶

Debug format for encoding_meta_t.

Parameters:

encoding_meta – Reference to encoding_meta_t

Returns:

Debug format string

char *hv_horizontal_crop_debug_fmt(hv_horizontal_crop_t const *horizontal_crop)¶

Debug format for horizontal_crop_t.

Parameters:

horizontal_crop – Reference to horizontal_crop_t

Returns:

Debug format string

char *hv_image_meta_debug_fmt(hv_image_meta_t const *image_meta)¶

Debug format for image_meta_t.

Parameters:

image_meta – Reference to image_meta_t

Returns:

Debug format string

char *hv_measurement_limits_debug_fmt(hv_measurement_limits_t const *measurement_limits)¶

Debug format for measurement_limits_t.

Parameters:

measurement_limits – Reference to measurement_limits_t

Returns:

Debug format string

char *hv_radiometric_meta_debug_fmt(hv_radiometric_meta_t const *radiometric_meta)¶

Debug format for radiometric_meta_t.

Parameters:

radiometric_meta – Reference to radiometric_meta_t

Returns:

Debug format string

char *hv_sensor_meta_debug_fmt(hv_sensor_meta_t const *sensor_meta)¶

Debug format for sensor_meta_t.

Parameters:

sensor_meta – Reference to sensor_meta_t

Returns:

Debug format string

char *hv_shape_debug_fmt(hv_shape_t const *shape)¶

Debug format for shape_t.

Parameters:

shape – Reference to shape_t

Returns:

Debug format string

char *hv_shape_meta_debug_fmt(hv_shape_meta_t const *shape_meta)¶

Debug format for shape_meta_t.

Parameters:

shape_meta – Reference to shape_meta_t

Returns:

Debug format string

char *hv_spatial_meta_debug_fmt(hv_spatial_meta_t const *spatial_meta)¶

Debug format for spatial_meta_t.

Parameters:

spatial_meta – Reference to spatial_meta_t

Returns:

Debug format string

char *hv_spatial_roi_debug_fmt(hv_spatial_roi_t const *spatial_roi)¶

Debug format for spatial_roi_t.

Parameters:

spatial_roi – Reference to spatial_roi_t

Returns:

Debug format string

char *hv_spectral_meta_debug_fmt(hv_spectral_meta_t const *spectral_meta)¶

Debug format for spectral_meta_t.

Parameters:

spectral_meta – Reference to spectral_meta_t

Returns:

Debug format string

char *hv_temporal_meta_debug_fmt(hv_temporal_meta_t const *temporal_meta)¶

Debug format for temporal_meta_t.

Parameters:

temporal_meta – Reference to temporal_meta_t

Returns:

Debug format string

char *hv_wavelength_meta_debug_fmt(hv_wavelength_meta_t const *wavelength_meta)¶

Debug format for wavelength_meta_t.

Parameters:

wavelength_meta – Reference to wavelength_meta_t

Returns:

Debug format string

Previous
Array slices
Next
Packages

2024-2025, Qtechnology A/S

Made with Sphinx and Shibuya theme.