Model Pipeline - Corner detection (Harris)
This pipeline detects corners in images using the Harris corner detection method. It finds points where the image brightness changes sharply in multiple directions, which often correspond to corners.
This pipeline detects corners in images using the Harris corner detection method. It finds points where the image brightness changes sharply in multiple directions, which often correspond to corners.
No training loss curve because this is a non-learning algorithm
| Epoch | Loss ↓ | Accuracy ↑ | Observation |
|---|---|---|---|
| 1 | N/A | N/A | Harris corner detection is a classical algorithm, no training involved |