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
Right now the vanishing point computation (and some other things) depend on staff lines starting and ending with a bar line. Especially single instrument staves usually do not have such a starting line, resulting in various errors.
Basic idea:
Do staff line detection as already implemented
Draw blobs at the start and end of detected staff lines
Use Hough Transform on these "blob images" do detect the "non-existent bar lines"
Profit.
The text was updated successfully, but these errors were encountered:
Right now the vanishing point computation (and some other things) depend on staff lines starting and ending with a bar line. Especially single instrument staves usually do not have such a starting line, resulting in various errors.
Basic idea:
The text was updated successfully, but these errors were encountered: