Skip to content

Created planar approximation of points in the dataset#23

Open
thedavidchu wants to merge 6 commits intomainfrom
dchu/height_map
Open

Created planar approximation of points in the dataset#23
thedavidchu wants to merge 6 commits intomainfrom
dchu/height_map

Conversation

@thedavidchu
Copy link
Collaborator

Potential problems

  1. the x/y points may be reverse
  2. the pixels cannot be represented as a plane (maybe higher-order polynomial)

Solution

depth = solution: 0.000467 x + -0.010541 y + 3.041985

  • A planar approximation should not be a function of x, because this implies the camera is tilted in the yaw direction
    • Potential fix: add the average x value as a constant for all (i.e. 330/2)

…lem: (1) the x/y points may be reverse, (2) the pixels cannot be represented as a plane (maybe higher order polynomial).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants