I have a series of continuous frames which record drawing by pens with real hands. (Those frames)
What I want to do is reconstruction the drawing strokes.
I want to remove the hand area.
I have thought about its property.
1.The drawing are thin lines.
2.The drawing are continuous.
3.The drawing won't change only if obscured by hands.
So, now I have came up with little idea.
Because I have all the frames already.
For the current frame's black pixel, I will check if afterward frames mostly the pixel is black or not(because sometimes obscured by hands), then I recognize it as drawing strokes.
But the effect isn't good.
I have checked some line detection, edge detection, contour detection but not what I want.
Could you give me some advice or direction? 1.How to extract thin line? 2.How to remove hand area?