ximgproc: add hole filling for run-length encoded images#3972
ximgproc: add hole filling for run-length encoded images#3972yuchangminghit wants to merge 2 commits intoopencv:4.xfrom
Conversation
|
Hi @asmorkalov , gentle reminder on the RLE hole filling PR. Ready for review. |
|
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. |
|
Could you update the PR to trigger new CI iteration (e.g. rebase on top of current 4.x) |
2d7b714 to
6ae9163
Compare
6ae9163 to
60b36c2
Compare
Thank you for the reminder. |
This PR introduces a new function
fillHoles()to the run-length morphology module:Pull Request Readiness Checklist
See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request
Patch to opencv_extra has the same branch name.