Skip to content

OpenCV_virtual_painter which detect the color of the marker and so u can use marker virtually to draw on ur screen ...

Notifications You must be signed in to change notification settings

twister904/OpenCV_virtual_painter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Color Detection and Tracking using OpenCV

This project uses OpenCV to detect and track specific colors in a live video feed from your computer's camera.

Feature Highlights

  • Real-time color detection and tracking.
  • Supports multiple colors (currently green and blue).
  • Draws colored circles around detected color objects.
  • Provides the center point of detected color objects.

Usage Examples

  1. Running the Application

  2. Install OpenCV

Make sure you have OpenCV installed and properly configured in your C++ development environment. Refer to the OpenCV documentation for installation instructions.

  1. Compile and Run
  • Navigate to the project directory.

  • Compile the code using your preferred C++ compiler. Ensure that you link the OpenCV libraries correctly.

  • Run the compiled binary.

Make sure your webcam is connected and accessible by the application for live video feed. Adjust color ranges and parameters in the code as needed for your specific color detection requirements.

Feel free to modify and enhance this project as per your needs. If you encounter any issues or have suggestions for improvement, please open an issue or submit a pull request.

Happy color detection and tracking!

About

OpenCV_virtual_painter which detect the color of the marker and so u can use marker virtually to draw on ur screen ...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages