Moments of inertia in image processing

AI Thread Summary
The discussion centers on calculating the moment of inertia for gray scale pixels to differentiate fibers from noise in image processing. The user seeks guidance on incorporating pixel intensity into the moment of inertia calculation, moving beyond the uniform approach. Suggestions include using existing software like MATLAB and ImageJ, which have routines for this type of analysis. The eigenvalues of the inertial matrix are identified as representing the principal axes of the identified shapes. The user is encouraged to explore the 'regionprops' tool in MATLAB's Image Processing toolbox for potential solutions.
psycovic23
Messages
47
Reaction score
0
Hi,

I'm currently working on an imaging problem that oddly requires some physics. Basically, I'm given a set of gray scale pixels and I have to determine whether they're a fiber or just random noise. My question is, how do I calculate the moment of inertia of the pixels while considering their gray scale value? I know how to calculate a uniform moment of inertia (\sum r^{2}), but not when I have to consider discrete, non uniform weights to each pixel.

A continuation of that part is, how might I quantize the "blob-iness" of the pixels? A professor suggested finding the eigenvalues of the inertial matrix [m_x m_xy; m_xy m_y], but I'm not entirely sure what the eigenvalues end up representing. Any ideas?

Thanks!
 
Physics news on Phys.org
I found this to be a very confusing question with regards to the moment of inertia and imaging until I pondered "grey scale"

Are you referring to an electron microscope?
 
What you are trying to do is a fairly standard analysis, and many programs out there (MatLab, ImageJ, etc) have routines for this already. Essentially, you are weighting the calculation by intensity rather than mass, but the idea is the same, and the eigenvalues are the "principal axes", if you like, of the blob.

http://en.wikipedia.org/wiki/Image_moments
 
Andy Resnick said:
What you are trying to do is a fairly standard analysis, and many programs out there (MatLab, ImageJ, etc) have routines for this already. Essentially, you are weighting the calculation by intensity rather than mass, but the idea is the same, and the eigenvalues are the "principal axes", if you like, of the blob.

http://en.wikipedia.org/wiki/Image_moments

I'm using Matlab, but have been unable to find any functions to do it. Are there functions in the Image Processing kit that I'm missing?
 
I'm surprised there's not an obvious choice... the 'regionprops' tool has a few things that may work for you.
 
The rope is tied into the person (the load of 200 pounds) and the rope goes up from the person to a fixed pulley and back down to his hands. He hauls the rope to suspend himself in the air. What is the mechanical advantage of the system? The person will indeed only have to lift half of his body weight (roughly 100 pounds) because he now lessened the load by that same amount. This APPEARS to be a 2:1 because he can hold himself with half the force, but my question is: is that mechanical...
Some physics textbook writer told me that Newton's first law applies only on bodies that feel no interactions at all. He said that if a body is on rest or moves in constant velocity, there is no external force acting on it. But I have heard another form of the law that says the net force acting on a body must be zero. This means there is interactions involved after all. So which one is correct?
Thread 'Beam on an inclined plane'
Hello! I have a question regarding a beam on an inclined plane. I was considering a beam resting on two supports attached to an inclined plane. I was almost sure that the lower support must be more loaded. My imagination about this problem is shown in the picture below. Here is how I wrote the condition of equilibrium forces: $$ \begin{cases} F_{g\parallel}=F_{t1}+F_{t2}, \\ F_{g\perp}=F_{r1}+F_{r2} \end{cases}. $$ On the other hand...
Back
Top