ouster_clib v1.0
C library for Ouster LiDAR
Loading...
Searching...
No Matches
Fields and destagger

Provides network functionality. More...

Functions

void ouster_field_init (ouster_field_t fields[], int count, ouster_meta_t *meta)
 
void ouster_field_fini (ouster_field_t fields[], int count)
 
void ouster_destagger (void *data, int cols, int rows, int depth, int rowsize, int pixel_shift_by_row[])
 
void ouster_field_destagger (ouster_field_t fields[], int count, ouster_meta_t *meta)
 
void ouster_field_apply_mask_u32 (ouster_field_t *field, ouster_meta_t *meta)
 
void ouster_field_zero (ouster_field_t fields[], int count)
 
void ouster_field_cpy (ouster_field_t dst[], ouster_field_t src[], int count)
 

Detailed Description

Provides network functionality.