Content deleted Content added
m Reverted edit by 2409:40C1:1027:DAC:75C0:2722:DE75:3207 (talk) to last version by CommonsDelinker |
Citation bot (talk | contribs) Altered first. | Use this bot. Report bugs. | Suggested by Abductive | Category:Image processing | #UCB_Category 109/260 |
||
Line 3:
== Hough transform ==
The [[Hough transform]]<ref name="Caltech">{{Cite web|url=http://web.ipac.caltech.edu/staff/fmasci/home/astro_refs/HoughTrans_lines_09.pdf|title=Line Detection by Hough transformation}}</ref> can be used to detect lines and the output is a parametric description of the lines in an image, for example ρ = r cos(θ) + c sin(θ).<ref name=":0" /> If there is a line in a row and column based image space, it can be defined ρ, the distance from the origin to the line along a perpendicular to the line, and θ, the angle of the perpendicular projection from the origin to the line measured in degrees clockwise from the positive row axis. Therefore, a line in the image corresponds to a point in the Hough space.<ref>{{cite web|url=http://vision.stanford.edu/teaching/cs231a_autumn1112/lecture/lecture4_edges_lines_cs231a_marked.pdf |title=Finding lines: from detection to model fitting |first=
== [[Kernel (image processing)|Convolution]]-based technique ==
|