Simd Library Documentation.

Home | Release Notes | Download | Documentation | Issues | GitHub
Modules
Here is a list of all modules:
[detail level 123]
 C TypesTypes of Simd Library C API
 C++ TypesC++ API Types of Simd Library
 AllocatorSimd::Allocator structure
 PointSimd::Point structure and related functions
 RectangleSimd::Rectangle structure and related functions
 PixelsBGR, BGRA, HSL, HSV pixel structures
 ViewSimd::View structure and related functions
 FrameSimd::Frame structure and related functions
 PyramidSimd::Pyramid structure and related functions
 DetectionSimd::Detection structure (C++ Object Detection Wrapper)
 NeuralSimd::Neural is C++ framework for running and learning of Convolutional Neural Network
 MotionSimd::Motion is C++ framework for motion detection
 Contour DetectorSimd::ContourDetector structure and related functions
 Shift DetectorSimd::ShiftDetector structure and related functions
 Image MatcherSimd::ImageMatcher structure and related functions
 Drawing FunctionsDrawing functions to annotate debug information
 FunctionsFunctions of Simd Library API
 InfoFunctions with information about library
 Memory UtilitiesFunctions for memory management
 Thread UtilitiesFunctions for thread management
 CPU FlagsFunctions for CPU flags management
 Hash FunctionsFunctions for hash estimation
 Byte ReorderingFunctions for bytes reordering
 ConversionFunctions for image format conversions
 DrawingFunctions for image drawing
 CorrelationFunctions for estimation of correlation
 HistogramFunctions for estimation of image histogram
 IntegralFunctions for estimation of integral image
 OperationsVarious mathematical operations with images
 FiltersVarious image filters
 ResizingFunctions for image resizing
 ShiftingFunctions for image shifting
 CopyingFunctions for image copying
 FillingFunctions for image filling
 BinarizationFunctions for image binarization
 StatisticFunctions for image statistic estimation
 Image TransformationFunctions for image transformation (transposition, rotation)
 Motion DetectionFunctions for motion detection
 HOG (Histogram of Oriented Gradients)Functions for extraction and processing of HOG features
 Neural NetworkArtificial Neural Network's functions for accelerating of Simd::Neural
 Object DetectionObject Detection's low-level API for Simd::Detection
 Contour ExtractionContour extraction functions for accelerating of Simd::ContourDetector
 Brain Floating Point (16-bit) NumbersFunctions for conversion between BFloat16 (16-bit Brain Floating Point) and 32-bit Floating Point numbers and other
 Half-Precision (16-bit) Float Point NumbersFunctions for conversion between 16-bit and 32-bit float numbers and other
 Synet FrameworkFunctions for accelerating of inference of neural network in Synet Framework
 Matrix OperationsMatrix operations
 Image IOImage IO (Save/Load) operations
 Base64 ConversionFunctions for encoding/decoding of strings in Base64 format
 Affine WarpFunctions for Affine Warp of images
 Integer DescriptorFunctions for conversion and comparison of Integer Descriptor
 Python WrapperPython Wrapper of Simd Library