Apollo  6.0
Open source self driving car software
Namespaces | Functions
i_util.h File Reference
#include <limits>
#include "modules/perception/common/i_lib/core/i_blas.h"
Include dependency graph for i_util.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 apollo
 PlanningContext is the runtime context in planning. It is persistent across multiple frames.
 
 apollo::perception
 apollo::perception
 
 apollo::perception::common
 

Functions

template<typename T >
void apollo::perception::common::IGetPointcloudsDimWBound (const T *threeds, int n, int start_offset, int element_size, T *dim_min_x, T *dim_max_x, T *dim_min_y, T *dim_max_y, T *dim_min_z, T *dim_max_z, T bound_min_x, T bound_max_x, T bound_min_y, T bound_max_y, T bound_min_z, T bound_max_z)