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

Image inpainting #3

Open
andreaceruti opened this issue May 26, 2022 · 2 comments
Open

Image inpainting #3

andreaceruti opened this issue May 26, 2022 · 2 comments

Comments

@andreaceruti
Copy link

Your repo has been very useful to me since I am trying to understand these operations in order to apply image inpainting.
I would like to ask you if you have some experience with image inpainting and if I can ask you some questions about my case here, otherwise feel free to close this issue.

@anshul-16
Copy link
Member

I am glad that the repo has been useful to your use case. I have basic understanding about image inpainting but would love to explore the topic with you. Hit me up with your questions.

@andreaceruti
Copy link
Author

@anshul-16 Thank you for your availability!
In my case I would like to inpaint invalid pixels of a depth image like in this case. The invalid pixels are probably due to the direct/reflected light on leaves/bunches. What do you think that could be the right approach to inpaint the pixels? Currently my approach is to enlarge the invalid pixels near the bunches with Opening and dilation approach, and then use an inpainting method of OpenCV. I am asking this since It could be that I am missing some base with morphological operations

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants