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
 Related FunctionsRelated functions for Simd::Point structure
 RectangleSimd::Rectangle structure and related functions
 Related FunctionsRelated functions for Simd::Rectangle structure
 PixelsBGR, BGRA, HSL, HSV pixel structures
 ViewSimd::View structure and related functions
 Related FunctionsRelated functions for Simd::View structure
 FrameSimd::Frame structure and related functions
 Related FunctionsRelated functions for Simd::Frame structure
 PyramidSimd::Pyramid structure and related functions
 Related FunctionsRelated functions for Simd::Pyramid structure
 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
 UniversalUniversal functions for image format conversions
 BayerFunctions for Bayer image conversions
 BGR-24Functions for BGR-24 image conversions
 BGRA-32Functions for BGRA-32 image conversions
 Gray-8Functions for Gray-8 image conversions
 RGB-24Functions for RGB-24 image conversions
 RGBA-32Functions for RGBA-32 image conversions
 YUVFunctions for YUV image conversions
 InterleaveFunctions to intereleave planar images
 DeinterleaveFunctions to deinterleave images
 UYVYFunctions for UYVY image conversions
 OtherFunctions for other 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
 Gaussian Blur FiltersGaussian blur image filters
 Laplace FiltersLaplace image filters
 Median FiltersMedian image filters
 Recursive Bilateral FiltersRecursive bilateral image filters
 Sobel FiltersSobel image filters
 Other FiltersOther 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
 ConditionalFunctions for conditional estimation of image statistic
 Columns StatisticEstimation of image statistic for separate columns
 Rows StatisticEstimation of image statistic for separate rows
 Sobel StatisticGetting of statistic related with Sobel filters
 Other StatisticEstimation of various image statistic
 Image TransformationFunctions for image transformation (transposition, rotation)
 Motion DetectionFunctions for motion detection
 Texture EstimationFunctions for estimation of background texture
 Difference EstimationFunctions for estimation of difference between current frame and background
 SegmentationFunctions for image segmentation
 Background UpdatingFunctions for background updating
 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
 TypesTypes used in Synet Framework
 Activation functionsFunctions to acceleratе activation functions in Synet Framework
 Conversion functionsFunctions to acceleratе conversion in Synet Framework
 FP32 convolution frameworkA framework to accelerate FP32 convolution in Synet Framework
 INT8 convolution frameworkA framework to accelerate INT8 convolution in Synet Framework
 FP32 deconvolution frameworkA framework to accelerate FP32 deconvolution in Synet Framework
 GridSampleLayer functionsFunctions to acceleratе GridSampleLayer in Synet Framework
 InnerProductLayer functionsFunctions to acceleratе InnerProductLayer in Synet Framework
 FP32 merged convolution frameworksA framework to accelerate FP32 merged convolution in Synet Framework
 INT8 merged convolution frameworksA framework to accelerate INT8 merged convolution in Synet Framework
 NormalizeLayer functionsFunctions to acceleratе NormalizeLayer in Synet Framework
 PermuteLayer functionsFunctions to acceleratе PermuteLayer in Synet Framework
 PoolingLayer functionsFunctions to acceleratе PoolingLayer in Synet Framework
 ScaleLayer functionsFunctions to acceleratе layer scale in Synet Framework
 Winograd functionsFunctions to acceleratе Winograd convolution algorithm in Synet Framework
 Other functionsOther accelerated functions used 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