Geometric Hashing

Reading time: 25 minutes

Table of Contents:

IntroductionHow it worksPseudocodeComplexityApplicationsIntroduction

Geometric hashing is a computer vision technique used to detect geometric features in images and matching them to a database with such features. What makes geometric hashing stand out is that it can detect overlapping objects, objects that have gone transformation, or when only partial information is present.
GHash-1

How it works

Geometric hashing works by getting discrete points on...

 •  0 comments  •  flag
Share on Twitter
Published on September 04, 2022 07:33
No comments have been added yet.