I am trying to extract a triangular traffic sign from an image. I applied a Hough line transform after thresholding the image and the lines were successfully detected. The problem is cropping it out.
1 | initial version |
I am trying to extract a triangular traffic sign from an image. I applied a Hough line transform after thresholding the image and the lines were successfully detected. The problem is cropping it out.