cars.applications.point_cloud_outliers_removing.points_removing_constants
file contains all the constants used in cloud fusion module
Module Contents
- cars.applications.point_cloud_outliers_removing.points_removing_constants.CLOUD_OUTLIER_REMOVING_RUN_TAG = 'points_removing_constants_run'
- cars.applications.point_cloud_outliers_removing.points_removing_constants.METHOD = 'method'
- cars.applications.point_cloud_outliers_removing.points_removing_constants.SMALL_COMPONENTS_FILTER = 'small_components_filter_activated'
- cars.applications.point_cloud_outliers_removing.points_removing_constants.SC_ON_GROUND_MARGIN = 'on_ground_margin'
- cars.applications.point_cloud_outliers_removing.points_removing_constants.SC_CONNECTION_DISTANCE = 'connection_distance'
- cars.applications.point_cloud_outliers_removing.points_removing_constants.SC_NB_POINTS_THRESHOLD = 'nb_points_threshold'
- cars.applications.point_cloud_outliers_removing.points_removing_constants.SC_CLUSTERS_DISTANCES_THRESHOLD = 'clusters_distance_threshold'
- cars.applications.point_cloud_outliers_removing.points_removing_constants.STATISTICAL_OUTLIER = 'statistical_outliers_filter_activated'
- cars.applications.point_cloud_outliers_removing.points_removing_constants.SO_K = 'k'
- cars.applications.point_cloud_outliers_removing.points_removing_constants.SO_STD_DEV_FACTOR = 'std_dev_factor'