I’m working on a project to complete occluded shapes.
I browsed the internet and turns out we can use interpolation methods to complete incomplete curves but the only problems is that in the data I used (in a csv file containing the points for each curve), the curve is closed… any idea on how to do this?
Like for this image given below, the input is a csv file containing data points for 3 curves which are all closed. If I separately plot the occluded ellipse’s input points they will appear like the second photo instead of just the incomplete ellipse boundary curve.
The output should look like this:
Areena is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
3