Global Information Lookup Global Information

Geometric hashing information


In computer science, geometric hashing is a method for efficiently finding two-dimensional objects represented by discrete points that have undergone an affine transformation, though extensions exist to other object representations and transformations. In an off-line step, the objects are encoded by treating each pair of points as a geometric basis. The remaining points can be represented in an invariant fashion with respect to this basis using two parameters. For each point, its quantized transformed coordinates are stored in the hash table as a key, and indices of the basis points as a value. Then a new pair of basis points is selected, and the process is repeated. In the on-line (recognition) step, randomly selected pairs of data points are considered as candidate bases. For each candidate basis, the remaining data points are encoded according to the basis and possible correspondences from the object are found in the previously constructed table. The candidate basis is accepted if a sufficiently large number of the data points index a consistent object basis.

Geometric hashing was originally suggested in computer vision for object recognition in 2D and 3D,[1] but later was applied to different problems such as structural alignment of proteins.[2][3]

  1. ^ A.S. Mian, M. Bennamoun, and R. Owens, Three-dimensional model-based object recognition and segmentation in cluttered scenes., IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 28, Oct. 2006, pp. 1584-601.
  2. ^ Moll, Mark; Bryant, Drew H.; Kavraki, Lydia E. (2010-11-11). "The LabelHash algorithm for substructure matching". BMC Bioinformatics. 11: 555. doi:10.1186/1471-2105-11-555. ISSN 1471-2105. PMC 2996407. PMID 21070651.
  3. ^ Nussinov, R.; Wolfson, H. J. (1991-12-01). "Efficient detection of three-dimensional structural motifs in biological macromolecules by computer vision techniques". Proceedings of the National Academy of Sciences of the United States of America. 88 (23): 10495–10499. doi:10.1073/pnas.88.23.10495. ISSN 0027-8424. PMC 52955. PMID 1961713.

and 29 Related for: Geometric hashing information

Request time (Page generated in 0.8404 seconds.)

Geometric hashing

Last Update:

In computer science, geometric hashing is a method for efficiently finding two-dimensional objects represented by discrete points that have undergone...

Word Count : 1082

Hash function

Last Update:

hashing is known as geometric hashing or the grid method. In these applications, the set of all inputs is some sort of metric space, and the hashing function...

Word Count : 7844

Computational geometry

Last Update:

between every point in a grid and a discrete collection of points. Geometric hashing: a method for efficiently finding two-dimensional objects represented...

Word Count : 2101

Perceptual hashing

Last Update:

Perceptual hashing is the use of a fingerprinting algorithm that produces a snippet, hash, or fingerprint of various forms of multimedia. A perceptual hash is...

Word Count : 1425

Outline of object recognition

Last Update:

eigenvectors of the templates (called eigenfaces) Modelbases are a collection of geometric models of the objects that should be recognized a search is used to find...

Word Count : 2864

List of algorithms

Last Update:

Fowler–Noll–Vo hash function: fast with low collision rate Pearson hashing: computes 8 bit value only, optimized for 8 bit computers Zobrist hashing: used in...

Word Count : 7843

Feature hashing

Last Update:

In machine learning, feature hashing, also known as the hashing trick (by analogy to the kernel trick), is a fast and space-efficient way of vectorizing...

Word Count : 3124

Universal hashing

Last Update:

families are known (for hashing integers, vectors, strings), and their evaluation is often very efficient. Universal hashing has numerous uses in computer...

Word Count : 4886

Hashed array tree

Last Update:

dynamic arrays based on geometric expansion waste linear (Ω(n)) space, where n is the number of elements in the array, hashed array trees waste only order...

Word Count : 784

Astrometric solving

Last Update:

Hogg; Michael Blanton (2006-09-28). "Making the Sky Searchable: Fast Geometric Hashing for Automated Astrometry" (PDF). [cosmo]. W. M. Smart (1977). "XII...

Word Count : 587

Outline of computer vision

Last Update:

geometry Trifocal tensor Active appearance model (AAM) Cross-correlation Geometric hashing Graph cut segmentation Least squares estimation Image pyramid Image...

Word Count : 769

Project Mogul

Last Update:

... To the untrained eye, the reflectors looked extremely odd, a geometrical hash of lightweight sticks and sharp angles made of metal foil. .. photographs...

Word Count : 824

Hashcash

Last Update:

bits are required for a valid header, since this requires only a single hashing operation. The Hashcash system has the advantage over micropayment proposals...

Word Count : 2644

List of terms relating to algorithms and data structures

Last Update:

state expandable hashing expander graph exponential extended binary tree extended Euclidean algorithm extended k-d tree extendible hashing external index...

Word Count : 3134

Random geometric graph

Last Update:

In graph theory, a random geometric graph (RGG) is the mathematically simplest spatial network, namely an undirected graph constructed by randomly placing...

Word Count : 2505

Circular permutation in proteins

Last Update:

alignments Zuker 1991 Bachar et al. Structure, topology independent Uses geometric hashing for the topology independent comparison of proteins Bachar et al....

Word Count : 3519

Piotr Indyk

Last Update:

Association for Computing Machinery for his work on locality-sensitive hashing. In 2012 his work co-developing the sparse Fourier transform was named...

Word Count : 420

Kurt Mehlhorn

Last Update:

Friedhelm; Rohnert, Hans; Tarjan, Robert E. (1994), "Dynamic perfect hashing: upper and lower bounds", SIAM Journal on Computing, 23 (4): 738–761, CiteSeerX 10...

Word Count : 846

Nearest neighbor search

Last Update:

neighbor algorithm Linear least squares Locality sensitive hashing Maximum inner-product search MinHash Multidimensional analysis Nearest-neighbor interpolation...

Word Count : 3339

Mining pool

Last Update:

node, bearing the weight of hardware expenses and network bandwidth. Geometric Method (GM) was invented by Meni Rosenfeld. It is based on the same "score"...

Word Count : 2097

Euclidean distance

Last Update:

index Hopkins statistic Jaccard index Rand index Similarity measure SMC SimHash Ranking MRR NDCG AP Computer Vision PSNR SSIM IoU NLP Perplexity BLEU Deep...

Word Count : 3188

Randomized algorithm

Last Update:

by the algorithm, such as the pairwise independence used in universal hashing the use of expander graphs (or dispersers in general) to amplify a limited...

Word Count : 4173

List of Unicode characters

Last Update:

mark 0002 U+0022 " 34 042 Quotation mark 0003 U+0023 # 35 043 Number sign, Hash, Octothorpe, Sharp 0004 U+0024 $ 36 044 Dollar sign 0005 U+0025 % 37 045...

Word Count : 1827

Dynamic array

Last Update:

a.size ← a.size + 1 As n elements are inserted, the capacities form a geometric progression. Expanding the array by any constant proportion a ensures...

Word Count : 2136

Hatch mark

Last Update:

as on a ruler or number line Congruence notation in geometry — as on a geometric figure Graphed points — as on a graph Hatch marks are frequently used...

Word Count : 643

Linear search

Last Update:

arranged in order of decreasing probability, and these probabilities are geometrically distributed, the cost of linear search is only O(1). Linear search is...

Word Count : 1010

Closest pair of points problem

Last Update:

among the first geometric problems that were treated at the origins of the systematic study of the computational complexity of geometric algorithms. Randomized...

Word Count : 1210

3SUM

Last Update:

probability. Unfortunately, we do not have linear perfect hashing, so we have to use an almost linear hash function, i.e. a function h such that: h ( x + y )...

Word Count : 2672

Unit disk graph

Last Update:

In geometric graph theory, a unit disk graph is the intersection graph of a family of unit disks in the Euclidean plane. That is, it is a graph with one...

Word Count : 1379

PDF Search Engine © AllGlobal.net