I wish to find the line of symmetry (LOS) for the object in this image (link below) and align the image so that the LOS is vertical.The object isn't perfectly symmetrical.
I'm working with c#,using aforge.net for image processing. The output I'm looking for is this:
I've tried determining two diameters by drawing tangents in the x & y directions (find the image in the comment below) and found a center from their point of intersection.
I'm stuck at this point not knowing how to proceed..any help would be greatly appreciated,thank you!