OpenCV provides 2 methods for inpainting:
INPAINT_NS
- Navier-Stokes based method.INPAINT_TELEA
- Method by Alexandru Telea
I have a few questions about the lacking docs:
- What are the relative trade-offs between the two?
- Is there a reference for the Navier-Stokes paper?
- Which of the algorithms is generally faster?