Skip to content
Snippets Groups Projects
Commit aa0c4529 authored by Lacroix Paul's avatar Lacroix Paul
Browse files

update paramètres

parent d9a28d3e
No related branches found
No related tags found
No related merge requests found
...@@ -26,8 +26,8 @@ coord_ext = [(i/diametre , j/diametre) for i,j in zip(pixel_x_ext, pixel_y_ext)] ...@@ -26,8 +26,8 @@ coord_ext = [(i/diametre , j/diametre) for i,j in zip(pixel_x_ext, pixel_y_ext)]
coord_int = [(i/diametre , j/diametre) for i,j in zip(pixel_x_int, pixel_y_int)] coord_int = [(i/diametre , j/diametre) for i,j in zip(pixel_x_int, pixel_y_int)]
### Paramètres ### ### Paramètres ###
sigma_position = 0.02 sigma_position = 0.1
sigma_direction = 0.05 sigma_direction = 30*3.1415/180
seuil_cone = 0.6 seuil_cone = 0.6
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment