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

Apply Thresholding to Foreground Mask #21

Open
Blindspot22 opened this issue Aug 13, 2024 · 0 comments
Open

Apply Thresholding to Foreground Mask #21

Blindspot22 opened this issue Aug 13, 2024 · 0 comments
Labels
ticket issues

Comments

@Blindspot22
Copy link
Owner

Description:

  • Import the necessary OpenCV functions for thresholding, such as threshold.

Implementation Steps:

  • Import the necessary OpenCV functions for thresholding, such as threshold.
  • Apply a binary threshold to the foreground mask where pixel values greater than a set threshold are converted to white (255) and the rest to black (0).
  • Experiment with different threshold values to determine the optimal level for isolating the moving objects from the background.
  • Ensure the thresholding process is applied efficiently in the video processing loop.
  • Test the thresholding by displaying the binary image and checking that it accurately represents the areas of movement.
@Blindspot22 Blindspot22 added the ticket issues label Aug 13, 2024
@Blindspot22 Blindspot22 mentioned this issue Aug 13, 2024
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ticket issues
Projects
Status: Ready
Development

No branches or pull requests

1 participant