Rosetta Code:Village Pump/Suggest a programming task: Difference between revisions

Image Processing - line detection
(→‎General: What sort of encryption? Suggest DES...)
(Image Processing - line detection)
Line 74:
===Mathematical Operations===
* Euler's method for approximating solutions to differential equations
===Image Processing===
* Line Detection using Hough Transform
Use the [[http://en.wikipedia.org/wiki/Hough_transform|Hough transform]]to detect lines in an image.
The Hough tranfrom maps points in x-y space to points in r-theta space.
===Color Spaces===
* Conversion from sRGB to HSL, HSV and CMYK.
Anonymous user