Feature extraction
From Free net encyclopedia
(Difference between revisions)
Current revision
Feature extraction is an area of image processing which involves using algorithms to detect and isolate various desired portions or shapes (features) of a digitized image or video stream.It is particularly important in the area of Optical Character Recognition.
Contents |
[edit]
Low-level
[edit]
Curvature
- Edge direction, changing intensity, autocorrelation.
[edit]
Image motion
- Area based, differential approach. Optical flow.
[edit]
Shape Based
[edit]
Thresholding
[edit]
Template matching
[edit]
Hough transform
- Lines
- Circles/Ellipse
- Arbitrary shapes (Generalized Hough Transform)
[edit]
Flexible methods
- Deformable, parameterized shapes
- Active contours (snakes)