Fix various typos

Found via `codespell`
This commit is contained in:
luz paz 2022-09-07 10:51:41 -04:00
parent cc7d45eb74
commit 25b091b304
3 changed files with 3 additions and 3 deletions

View file

@ -71,7 +71,7 @@ Compare feature/descriptor matching repeatability on some dataset with known hom
desc.FloatParam(
name='relativePeakThreshold',
label='Relative Peak Threshold',
description='Peak Threshold relative to median of gradiants.',
description='Peak Threshold relative to median of gradients.',
value=0.01,
range=(0.01, 1.0, 0.001),
advanced=True,