1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

spelling fixes

backport 997b7b18af
This commit is contained in:
klemens
2019-02-09 22:29:54 +01:00
committed by Alexander Alekhin
parent b17c1c6721
commit 5d9c6723ee
14 changed files with 18 additions and 18 deletions
@@ -12,7 +12,7 @@ Theory
We know SIFT uses 128-dim vector for descriptors. Since it is using floating point numbers, it takes
basically 512 bytes. Similarly SURF also takes minimum of 256 bytes (for 64-dim). Creating such a
vector for thousands of features takes a lot of memory which are not feasible for resouce-constraint
vector for thousands of features takes a lot of memory which are not feasible for resource-constraint
applications especially for embedded systems. Larger the memory, longer the time it takes for
matching.