diff --git a/README.md b/README.md index f3ca5e9e3..ac17899c2 100644 --- a/README.md +++ b/README.md @@ -225,9 +225,23 @@ Parameters shared by all supported models: | invalid_point_remove | bool | false | true, false | Enable ring based filter* | | invalid_regions | string | | | Invalid point regions to remove* | -*Ring based filter to remove reflected points and vehicle points. -Points will be removed from specified rings within the corresponding angle ranges. +*`invalid_point_remove` activates the ring based filter which removes points if they are within specified angle ranges. +*The format for an invalid region is [ring_id, start_angle, end_angle] + +*Angles are given in degrees and multiplied by 100. For instance, 34.44 degrees is represented as 3444. + +*Invalid regions are specified as a string containing a list of invalid regions. Ensure that you have quotation marks to make it string. For example: +```xml + + ... + + + +``` + +*Multiple invalid regions are possible for the same ring. ## Software design overview