Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Distance and position detection seems odd #2

Closed
martialgallorini opened this issue Oct 16, 2014 · 1 comment
Closed

Distance and position detection seems odd #2

martialgallorini opened this issue Oct 16, 2014 · 1 comment

Comments

@martialgallorini
Copy link
Owner

In UI, detected positions seems erratic :

  • when object approaches right border of ROI, distance rises up !
  • nothing detected otherwise

Notes :

  • maybe a centroid position error due to a scale problem.
  • when ROI = size of kinect image there are no problem. Once ROI is resized, problem appears.
@martialgallorini
Copy link
Owner Author

blobs are shifted by the ROI offset, so if the ROI starts at x = 100, then a blob that normally is at position x = 150 is now at position x = 50, so we need to add roi.x to blob x position to have it in the right place again.

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

No branches or pull requests

1 participant