Function cwipc_encoder_feed

Function Documentation

void cwipc_encoder_feed(cwipc_encoder *obj, cwipc_pointcloud *pc)

Encode a pointcloud (C interface).

This call presents the encoder with a new pointcloud to encode.

Parameters:
  • obj – The cwipc_encoder object.

  • pc – The pointcloud to encode.