-
Notifications
You must be signed in to change notification settings - Fork 291
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
Use of boolean mask #1311
Use of boolean mask #1311
Conversation
rolalaro
commented
Jan 17, 2024
- Possible to use a boolean mask along with vpImageFilter methods to compute desired points only
- Possible to use a boolean mask along with vpHistogram
- Possible to use a boolean mask along with vpCannyEdgeDetector
- Possible to use a boolean mask along with vpCircleHoughTransform
…ns, image histogram, canny filtering and circle Hough detection
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #1311 +/- ##
==========================================
- Coverage 53.60% 53.48% -0.13%
==========================================
Files 399 399
Lines 50509 50789 +280
==========================================
+ Hits 27076 27165 +89
- Misses 23433 23624 +191 ☔ View full report in Codecov by Sentry. |
82f6e13
to
871e6e1
Compare
871e6e1
to
6eb21f4
Compare