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

Add AI Virtual Drag and Drop project using OpenCV #863

Conversation

ashis2004
Copy link
Contributor

@ashis2004 ashis2004 commented Jun 24, 2024

issue #844 resolved
Description:
Captures video frames, detects hand positions, and moves a specified image around the frame based on the distance between the user's index finger and thumb. When the user brings their index finger and thumb close together (less than 20 pixels apart), they can move the image by pointing at a new location.
Implementation processes-
i. imported necessary library
ii. Video Capture and Hand Detector Initialization
iii. Load and Resize Image
iv. Initial Position of the Image
v. Capture Frame and Image Dimensions
vi. Flip frame
vii, Hand Detection
viii, Check if Hands are detected
ix. Find distance between fingers
x.Move if distance is less Than 20
xi. Overlay image on frame'
xii. Display frame.
drag

drop

Copy link

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

@ashis2004
Copy link
Contributor Author

ashis2004 commented Jun 24, 2024

@Niketkumardheeryan sir please check it

@invigorzz313
Copy link
Contributor

@ashis2004 Please tag the corresponding issue. The issue must be assigned to you before you submit the PR.
And the .py file should instead be in .ipynb format, with multiple cells and proper commenting.
Also, include a ReadMe.md file describing the project and the techstack used.

@ashis2004
Copy link
Contributor Author

issues #863 resolved please check it @invigorzz313

@invigorzz313
Copy link
Contributor

@ashis2004 You tagged the same PR again, not its issue.
Also .py file should be .ipynb instead and add Readme.md file

@Niketkumardheeryan
Copy link
Owner

@ashis2004 any update?

@ashis2004
Copy link
Contributor Author

i'm Trying

@Niketkumardheeryan
Copy link
Owner

@ashis2004 ??

@ashis2004
Copy link
Contributor Author

@ashis2004 ??

pls close the issue i'm unable to do

@Niketkumardheeryan Niketkumardheeryan merged commit 2579e65 into Niketkumardheeryan:master Jul 29, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants