You are here: Start » AVL.NET » CornerResponseMethod Enumeration
CornerResponseMethod Enumeration
Corner detection method
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.TS.dll |
Members
| Member name | Description |
|---|---|
| Harris | Harris' corner response is calculated as follows: \(H = \mathrm{det}(M) - k \mathrm{tr}^2(M)\) where \(M\) denotes convolution matrix. |
| KanadeTomasi | \(KT = \mathrm{min}(\lambda_1, \lambda_2)\), where \(\lambda_1, \lambda_2\) are eigenvalues of convolution matrix. |
