I am a mere software engineer so my theoretical math knowledge is weak. I'm trying to get an intuitive understanding of tensors (in order to understand tensor voting). Here's how I'm thinking about it:
I have a point (a very small sphere) and for simplicity there's just two equal and opposite forces acting on it. Using vectors (first-order tensors) I could represent the sum of the force to show that it doesn't accelerate.
But let's say the sphere has some breaking strength, i.e. if the force on a point exceeds some threshold it will deform/break/etc. Using only vectors to sum the force on the sphere I get 0 net force, so that is not enough to tell me if the sphere will break or not.
So instead, I would represent the forces as tensors, and via tensor addition I could determine if the total force on the sphere exceeds the threshold.
Is that a sufficiently accurate way to think of a tensor? If not, could you explain why?