- Notifications
You must be signed in to change notification settings - Fork5.9k
ximgproc: add hole filling for run-length encoded images#3972
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:4.x
Are you sure you want to change the base?
Conversation
yuchangminghit commentedAug 14, 2025
Hi@asmorkalov , gentle reminder on the RLE hole filling PR. Ready for review. |
yuchangminghit commentedDec 8, 2025
Hi@asmorkalov , gentle ping. I’m really hoping to contribute this hole-filling function to the run-length morphology component in the ximgproc module, as I believe it would be a useful addition. Regarding the CI status: I checked the logs and the failures appear to be due to network timeouts . This suggests it’s not a code issue. If possible, could you help trigger a re-run of the CI checks? I’m very interested in getting this feature into opencv_contrib and am ready to make any needed adjustments. Thank you for your time. |
asmorkalov commentedDec 8, 2025
Could you update the PR to trigger new CI iteration (e.g. rebase on top of current 4.x) |
2d7b714 to6ae9163Compare6ae9163 to60b36c2Compareyuchangminghit commentedDec 8, 2025
Thank you for the reminder. |
Uh oh!
There was an error while loading.Please reload this page.
This PR introduces a new function
fillHoles()to the run-length morphology module:Pull Request Readiness Checklist
See details athttps://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request
Patch to opencv_extra has the same branch name.