Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

detect lines on xray image

Hi,

I am looking to detect lines on an x-ray image using openCV. I am aware of Hough transform. Is there any other reliable approach using openCV?

detect lines on xray image

Hi,

I am looking to detect lines on an x-ray image using openCV. Please see the attached sample images.

I am aware of Hough transform. Is there any other reliable approach using openCV? OpenCV or any other C++ library ? I am also looking to somehow determine the confidence for each detected line, such as line[20] has confidence of 1 (maximum), line[30] has next best confidence of 0.95 and so on

Sample Image

image description

Output Image (potential lines are highlighted in red circles)

image description

Any guidance will be really appreciated in this regard