Simd Library Documentation.
Home
|
Release Notes
|
Download
|
Documentation
|
Forum
|
SourceForge
|
GitHub
Main Page
Modules
Data Structures
Data Structures
Class Hierarchy
Data Fields
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level
1
2
]
C
Allocator< T >
Aligned memory allocator
C
Bgr24
24-bit BGR pixel
C
Bgra32
32-bit BGRA pixel
C
ContourDetector< A >
ContourDetector
structure provides detection of contours at the image
C
Detection< A >
The
Detection
structure provides object detection with using of HAAR and LBP cascade classifiers
C
Frame< A >
The
Frame
structure provides storage and manipulation of frames (multiplanar images)
C
Function
Activation
Function
structure
C
ImageMatcher< Tag, Allocator >::Hash
The
Hash
structure is used for fast image matching
C
Hsl24
24-bit HSL pixel
C
Hsv24
24-bit HSV pixel
C
ImageMatcher< Tag, Allocator >
The
ImageMatcher
structure provides fast algorithm of searching of similar images
C
Index
Index
structure
▼
C
Layer
Layer
class
C
ConvolutionalLayer
ConfolutionLayer class
C
DropoutLayer
DroputLayer class
C
FullyConnectedLayer
FullyConnectedLayer
class
C
InputLayer
InputLayer
class
C
MaxPoolingLayer
MaxPoolingLayer
class
C
Network
Network
class
C
Detection< A >::Object
The
Object
structure describes detected object
C
Point< T >
The
Point
structure defines the x- and y-coordinates of a point
C
Point< ptrdiff_t >
C
Pyramid< A >
The
Pyramid
structure provides storage and manipulation of pyramid images
C
Rectangle< T >
The
Rectangle
structure defines the positions of left, top, right and bottom sides of a rectangle
C
Rectangle< ptrdiff_t >
C
ImageMatcher< Tag, Allocator >::Result
The
Result
structure is a result of matching current image and images added before to
ImageMatcher
C
ShiftDetector< A >
ShiftDetector
structure provides shift detection of given region at the image
C
TrainOptions
Contains a set of training options
C
View< A >
The
View
structure provides storage and manipulation of images
C
View< Allocator >