Revision 3ab276ae226e9353ff570233987d42473dd5b88d (click the page title to view the current version)

Corner Detection

Changes from 3ab276ae226e9353ff570233987d42473dd5b88d to 09824acb7a3f524af5850b2105d1919a9882a1db

---
title: Corner Detection
categories: session
---

# Test123

# Briefing

# A collapsible section with markdown
<details>
  <summary>Click to expand!</summary>

  ## Heading

  1. A numbered
  2. list
     * With some
     * Sub bullets

  ```python
  #!/usr/bin/env python3

  print("Hello World!")
  ```
</details>

## Corners and Feature Points

## Differentiation

## Harris Feature Detector

# Exercises

# Debrief