Image processing problem (counting is hard )

AI Thread Summary
The discussion revolves around a challenge in processing images containing horizontal lines, where the goal is to measure the width of each line while filtering out noise. The user has identified that the images contain small holes and extraneous pixels, complicating the measurement process. They propose using a pattern recognition algorithm to differentiate between actual line segments and noise. After some exploration, they found that the right image pattern recognition algorithm can significantly enhance the scanning process. The conversation highlights the importance of effective noise filtering in image processing tasks.
the.drizzle
Messages
10
Reaction score
0
Hiya! Long time registrant, have not used these forums is years though...

Anyhow, the problem I have is that I need to collect data from a very large number of images that are essentially horizontal lines on a page. I've attached a sample here, which has been processed to find the edges of the lines--the attached file shows the edges of nine lines, unevenly spaced. I want to measure the width of each line over all pixels, and export that data to an external file for later processing.

In theory this would be quite simple; start at the top (or bottom) of the page, scan down (up) until one hits a red pixel, record that position, record the position of the next one, and the difference gives us the width for that line at that position. We then continue down (up) for all n-lines, and across the page as well.

The tricky bit though is that images are noisy. That is, there are small "holes" in the lines and a few outside them as well. What I need to do is figure out a method of deciding which bits are noise, and which bits are not. I can't manually delete the "holes" from the data set, as there are literally thousands of these to process, and that would take weeks.

I'm thinking some sort of pattern recognition algorithm would be a good idea, but I'm not sure how they work...

Thus, what I'm looking for here are some possible ideas as to how one might go about filtering the noise from the image in some manner, or pehaps an algorithm that may be able to decide which points are line and which ones are noise when scanning the image. I've been at this for some time now, and am running out of ideas...

Thanks in advance for any help!
 

Attachments

  • red_line.jpg
    red_line.jpg
    28.6 KB · Views: 480
Engineering news on Phys.org
OK, got it sorted out and churning away nicely.
 
Yep. the image pattern recognition algorithm can influence the image scanning effection, as for how to set the image recognition algorithm and more info algotithm, you can have a search.
 
I need some assistance with calculating hp requirements for moving a load. - The 4000lb load is resting on ball bearing rails so friction is effectively zero and will be covered by my added power contingencies. Load: 4000lbs Distance to travel: 10 meters. Time to Travel: 7.5 seconds Need to accelerate the load from a stop to a nominal speed then decelerate coming to a stop. My power delivery method will be a gearmotor driving a gear rack. - I suspect the pinion gear to be about 3-4in in...
How did you find PF?: Via Google search Hi, I have a vessel I 3D printed to investigate single bubble rise. The vessel has a 4 mm gap separated by acrylic panels. This is essentially my viewing chamber where I can record the bubble motion. The vessel is open to atmosphere. The bubble generation mechanism is composed of a syringe pump and glass capillary tube (Internal Diameter of 0.45 mm). I connect a 1/4” air line hose from the syringe to the capillary The bubble is formed at the tip...
Thread 'Calculate minimum RPM to self-balance a CMG on two legs'
Here is a photo of a rough drawing of my apparatus that I have built many times and works. I would like to have a formula to give me the RPM necessary for the gyroscope to balance itself on the two legs (screws). I asked Claude to give me a formula and it gave me the following: Let me calculate the required RPM foreffective stabilization. I'll use the principles of gyroscopicprecession and the moment of inertia. First, let's calculate the keyparameters: 1. Moment of inertia of...
Back
Top