Matlab - How to detect time on analog clock image? -


this question exact duplicate of:

i'm new matlab , image-processing , got following exercise cant deal with: have segment hands on picture linked below , time position of clock hands.

http://imageshack.us/a/img600/9025/faliora.jpg

could give me clue how that? maybe example code

thanks in advance!

read wiki: hough transform detect lines on image.

every point in hough space 1 line on image. stronger peak on hough image - longer line on original image.

also hough image can tell widths of lines: wide line set of parallel lines close each other, on hough space r-coordinate of peak corresponding wide line broaden proportionally width, angular coordinate broaden, not noticeably.


Comments