A corner can be defined as the point where two non-parallel edges meet, or ought to meet.
Corner Detection is an important low-level step in many object detection and recognition tasks. Common approaches are:
- Template Matching
- Second-order Derivative Schemes
- Plessey Corner Detector (also known as the Harris detector)
- Median filter based corner detection.
- Hough Transform approach