- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hey guys!
I would like to hear your opinion.I want to somehow detect only 1 blob(the blob of the right hand of the user) all the time, but the user is going to make pinch moves close to a table in front of him.That means that hand and part of the table become 1 single blob. and the effects I want my program to have fail.
What would you do?
Any papers/open source solutions that might help?Any easy ones?
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
There are a few alternatives.
If the sensor and table are not moving you could have a background model in 3D, and ignore it in your blob processing method.
If the sensor or the table also move, then you can try to detect the table as a rigid object and remove it. The hand will be a non-rigid object.
There are other ways of doing this, but will depend on the actual application, constraints, etc...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Well, only hand and sensor will be moving...
Regarding detecting table as a rigid object or plane, can I do it using RealSense or do I have to use PCL?Any easier alternatives instead of PCL?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
PCL definitely would be my suggestion.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page