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_numpyindata_dictand stores in an array indata_dictusing akeyandcount(as the number of point clouds to gather). An argumentglobal_index_keycan be used if need to make sure that only previously ungathered point clouds are gathered.combine_gathers: Combines gathered point clouds indata_dictusing aglobal_index_keyand stores them as single array indata_dictat indexkey.skip_frames: Skipsskipnumber of frames in a sequence of frames. An argumentglobal_index_keycan be used if need to make sure that only previously unskipped frames are skipped.