Auxiliary Utility FunctionsΒΆ
There are some utility functions that are not processing functions but are used in the processing functions. These functions are defined in algo.util
package and can be imported in any processing function. The utility functions are:
gather_point_clouds
: Gatherscurrent_point_cloud_numpy
indata_dict
and stores in an array indata_dict
using akey
andcount
(as the number of point clouds to gather). An argumentglobal_index_key
can be used if need to make sure that only previously ungathered point clouds are gathered.combine_gathers
: Combines gathered point clouds indata_dict
using aglobal_index_key
and stores them as single array indata_dict
at indexkey
.skip_frames
: Skipsskip
number of frames in a sequence of frames. An argumentglobal_index_key
can be used if need to make sure that only previously unskipped frames are skipped.