vault backup: 2023-03-14 13:29:38

This commit is contained in:
Jet Hughes 2023-03-14 13:29:38 +13:00
parent 21e0a60bcf
commit 291dc0ce02
2 changed files with 8 additions and 2 deletions

View File

@ -46,6 +46,7 @@ A SIMPLE FEATURE DESCRIPTOR
Feature invariance Feature invariance
![](https://i.imgur.com/DTsADVj.png) ![](https://i.imgur.com/DTsADVj.png)
> [!INFO] does not handle rotation, changing scale or brightness
![](https://i.imgur.com/mNxr2XK.png) ![](https://i.imgur.com/mNxr2XK.png)
SIFT: SCALE-INVARIANT FEATURE TRANSFORM SIFT: SCALE-INVARIANT FEATURE TRANSFORM
@ -58,6 +59,12 @@ SIFT: SCALE-INVARIANT FEATURE TRANSFORM
- Rotation invariance by estimating feature orientation - Rotation invariance by estimating feature orientation
- Window is oriented to the dominant image gradient - Window is oriented to the dominant image gradient
> [!INFO] not just direct comparision, compared on multiple, permutations
> [!QUESTION] how is this different from doing different perumtations of grayscale vlues
> [!INFO]
SIFT FEATURE DETECTION/DESCRIPTION SIFT FEATURE DETECTION/DESCRIPTION
- Detect blob features and determine their scale - Detect blob features and determine their scale
- Compute a Histogram of Gradients around the blob - Compute a Histogram of Gradients around the blob
@ -65,4 +72,3 @@ SIFT FEATURE DETECTION/DESCRIPTION
- A square region is used to compute the descriptor - A square region is used to compute the descriptor
- Squares size from the blob size; orientation from HoG peaks - Squares size from the blob size; orientation from HoG peaks

View File

@ -21,7 +21,7 @@ tags:
- [x] [[02-colour-representation]] - [x] [[02-colour-representation]]
- [x] [[03-2d-transforms]] - [x] [[03-2d-transforms]]
- [[04-mosaicing]] - [[04-mosaicing]]
- [[05-feature-description-and-matching]] - [x] [[05-feature-description-and-matching]]
# Info # Info