RegionOfInterestParameters Struct Reference

Attributes

float depth_far_threshold_meters = 2.5
 Filtering how far object in the ROI should be considered, this is useful for a vehicle for instance. More...
 
float image_height_ratio_cutoff = 0.5
 By default consider only the lower half of the image, can be useful to filter out the sky. More...
 
std::unordered_set< MODULEauto_apply_module = {MODULE::ALL}
 Once computed the ROI computed will be automatically applied. More...
 

Variables

◆ depth_far_threshold_meters

float depth_far_threshold_meters = 2.5

Filtering how far object in the ROI should be considered, this is useful for a vehicle for instance.

Default: 2.5 meters

◆ image_height_ratio_cutoff

float image_height_ratio_cutoff = 0.5

By default consider only the lower half of the image, can be useful to filter out the sky.

Default: 0.5, correspond to the lower half of the image

◆ auto_apply_module

std::unordered_set<MODULE> auto_apply_module = {MODULE::ALL}

Once computed the ROI computed will be automatically applied.

Default: All modules