Computer Vision
From Algorithm wiki
[edit] OpenCV related
[edit] CxCore
- Connected component detection via contour functions
- Using line iterator to calculate sum of pixel values along the color line
- Reading an array of structures from file storage
- Clustering random samples of multi-gaussian distribution with k-means
- Partitioning 2d point set
- Use of Error Handling Macros
[edit] CvReference
- Log-polar transformation
- Detecting lines with Hough transform
- Detecting circles with Hough transform
- Calculating and displaying 2D Hue-Saturation histogram of a color image
- Building convex hull for a sequence or array of points
- Using Kalman filter to track a rotating point
- Using cascade of Haar classifiers to find objects
- Estimation of fundamental matrix using RANSAC algorithm

