Skip to content

Commit

Permalink
change of the thersheold, will need update oon
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre-Bonneau committed Jan 20, 2021
1 parent 68651d0 commit e4c3051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyuwds3/utils/allocentric_spatial_relations.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import math

INSIDE_EPSILON = 0.025 # 2.5cm
ONTOP_EPSILON = 0.02 # 2cm
ONTOP_EPSILON = 0.04 # 2cm
ISABOVE_EPSILON = 0.06 # 6cm

def bb_center(bb):
Expand Down

0 comments on commit e4c3051

Please sign in to comment.