Area calculation by laser points? #619
-
Beta Was this translation helpful? Give feedback.
Answered by
mzur
Jun 27, 2023
Replies: 1 comment 1 reply
-
You seem to calculate the laser distance only from the difference in x coordinates (in 1D). BIIGLE calculates the euclidean distance between the (x,y) points (in 2D). For the first pair of points, if you calculate √((1334.06 - 1244.06)² + (365.19 - 380.19)²) then you get a laser distance of 91.24 px. With a laser distance of 0.08 m this is 0.000876795 m/px and 0.000000769 m²/px. With 1920x1088 px you get 1.605928676 m² (1.61 m²). |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
MonaFuhrmann
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You seem to calculate the laser distance only from the difference in x coordinates (in 1D). BIIGLE calculates the euclidean distance between the (x,y) points (in 2D). For the first pair of points, if you calculate √((1334.06 - 1244.06)² + (365.19 - 380.19)²) then you get a laser distance of 91.24 px. With a laser distance of 0.08 m this is 0.000876795 m/px and 0.000000769 m²/px. With 1920x1088 px you get 1.605928676 m² (1.61 m²).