-
Notifications
You must be signed in to change notification settings - Fork 0
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
utilizing edges and contours #14
Comments
PaulaScharf
changed the title
use edge detection to improve hand segmentation
foreground segmentation
Apr 8, 2021
There is a machine learning approach called graph-cut that does semantic segmentation using edge detection but I am not sure if it is fast enough. |
Interesting aproach to filling the mask until edges here. It will probably be too slow though... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
opencv provides a function called Canny to detect edges. maybe this could be used to improve the contours of the hand
The text was updated successfully, but these errors were encountered: