From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

staff line detection and removal

Good day,

I am trying to find a way to remove staff lines from music score for further processing. I am working on OMR (optical music recognition). I am not sure if it is possible with labview but there are some similiar projects using opencv and python. but my work is based on labview. So i was wondering of i can actually use anything to get it done. 

 

I know the steps for staves detection using C++.

1. line detection (using histogram profiling or hough transform)

2. filter the line from original image

 

my problem is that

1. I can use hough transform to detect line but theoritically it won't provide me with enough pixels to remove the whole staff but only a part. so I am wondering if someone has used histogram profiling to detect lines?

2. how to filter the line from original image?

3. any way to import  opencv to labview? ( problem remains because i am using 64 bit system and can't call 32 bit .dll, really stuck on this one.)

 

Thank you so much for any suggestions and help.

0 Kudos
Message 1 of 3
(3,206 Views)

please mention it when you cross-post


We have two ears and one mouth so that we can listen twice as much as we speak.

Epictetus

Antoine Chalons

0 Kudos
Message 2 of 3
(3,181 Views)
All of the thing that you told is possible in labview But your project is so big than any beginner in labview could handle it well in short time
also it is better to break your question in several part
some part of your questions were answered before
i was familiar with OMR in one of TED Conference . That is nice but so far from being
trust able methods
Message 3 of 3
(3,173 Views)