Data Structures
Here are the data structures with brief descriptions:
[detail level 123]
| ▼NSimd | |
| ▼NMotion | Contains Framework for motion detection |
| CPosition | Position structure |
| CObject | Object structure |
| CEvent | Event structure |
| CMetadata | Metadata structure |
| CModel | Model structure |
| COptions | Options structure |
| CDetector | Class Detector |
| ▼NNeural | Contains Framework for learning of Convolutional Neural Network |
| CFunction | Activation Function structure |
| CIndex | Index structure |
| CLayer | Layer class |
| CInputLayer | InputLayer class |
| CConvolutionalLayer | ConfolutionLayer class |
| CPoolingLayer | PoolingLayer class |
| CMaxPoolingLayer | MaxPoolingLayer class |
| CAveragePoolingLayer | AveragePoolingLayer class |
| CFullyConnectedLayer | FullyConnectedLayer class |
| CDropoutLayer | DroputLayer class |
| CTrainOptions | Contains a set of training options |
| CNetwork | Network class |
| ▼NPixel | Contains various pixel structures |
| CBgr24 | 24-bit BGR pixel |
| CBgra32 | 32-bit BGRA pixel |
| CHsv24 | 24-bit HSV pixel |
| CHsl24 | 24-bit HSL pixel |
| CRgb24 | 24-bit RGB pixel |
| CRgba32 | 32-bit RGBA pixel |
| CAllocator | Aligned memory allocator |
| CPoint | The Point structure defines the x- and y-coordinates of a point |
| CRectangle | The Rectangle structure defines the positions of left, top, right and bottom sides of a rectangle |
| CView | The View structure provides storage and manipulation of images |
| CFrame | The Frame structure provides storage and manipulation of frames (multiplanar images) |
| CPyramid | The Pyramid structure provides storage and manipulation of pyramid images |
| ▼CDetection | The Detection structure provides object detection with using of HAAR and LBP cascade classifiers |
| CObject | The Object structure describes detected object |
| CContourDetector | ContourDetector structure provides detection of contours at the image |
| CShiftDetector | ShiftDetector structure provides shift detection of given region at the image |
| CFont | Text drawing |
| ▼CImageMatcher | The ImageMatcher structure provides fast algorithm of searching of similar images |
| CHash | The Hash structure is used for fast image matching |
| CResult | The Result structure is a result of matching current image and images added before to ImageMatcher |
| CSimdConvolutionParameters |
