Simd Library Documentation.

Home | Release Notes | Download | Documentation | Forum | SourceForge | GitHub

Simd::ImageMatcher structure and related functions. More...

Data Structures

struct  ImageMatcher< Tag, Allocator >::Hash
 The Hash structure is used for fast image matching. More...
 
struct  ImageMatcher< Tag, Allocator >::Result
 The Result structure is a result of matching current image and images added before to ImageMatcher. More...
 
struct  ImageMatcher< Tag, Allocator >
 The ImageMatcher structure provides fast algorithm of searching of similar images. More...
 

Enumerations

enum  HashType {
  Hash16x16,
  Hash32x32,
  Hash64x64
}
 

Detailed Description

Simd::ImageMatcher structure and related functions.

Enumeration Type Documentation

enum HashType

Describes size of reduced image used in image Hash.

Enumerator
Hash16x16 

16x16 reduced image size.

Hash32x32 

32x32 reduced image size.

Hash64x64 

32x32 reduced image size.