Autosegmentation offset
When creating an auto-segmentation (according to color histogram), a lot of the segments seem to be more or less regularly set off a few frames. --> Needs a lot of time to re-adjust all segments for a long film
Yes, it's true, often there is a small error.
This is actually expected, because the movie is subsampled to a fixed rate, e.g. one frame per second, the result can be off. We can however improve that method
We could extend the algorithm as follows: After the clustering: For each cluster border, identify the two frames f, f - rate < f < f-rate identify the two frames with the largest squared mean error, this is most probably the cut between two segments.
@JonathanSchaber can you check if the current implementation fixes the problems?
is this pushed to the master branch or do I have to checkout to another?
On the Milestone-0.9.0 branch
hm, I think the issue is still there
