You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
@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
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.
The text was updated successfully, but these errors were encountered: