![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Source part of macros set for image processing algorithm class implementation. More...
#include <IPSDKBaseProcessing/Algorithm/ProcessingAlgorithmSrcMacros.h>#include <IPSDKImageProcessing/Algorithm/Function/AlgorithmFunctionEfficiency.h>#include <IPSDKImageProcessing/Algorithm/ImageProcessingAlgorithmSrcMacrosTypes.h>Go to the source code of this file.
Macros | |
| #define | CAT_IS_MACRO(s, data, elem) eInstructionSet::elem |
| format is sequence for processing | |
| #define | IPSDK_GET_FUNCTION_EFFICIENCY(isSeq) |
| retrieve function efficiency given a collection of instruction set More... | |
| #define | IPSDK_REGISTER_GENERIC_STRIP_ALGORITHM_FUNCTION(bufferTypeSeq, isSeq, functionName) |
| macro allowing to register a generic (template) image strip processing algorithm function More... | |
| #define | IPSDK_REGISTER_GENERIC_STRIP_ALGORITHM_FUNCTION_COLL_MACRO(r, dataInfo) |
| [Internal] macro allowing to register generic (template) image strip processing algorithm functions More... | |
| #define | IPSDK_REGISTER_GENERIC_STRIP_ALGORITHM_FUNCTION_COLL(bufferTypeSeqColl, isSeq, functionName) |
| macro allowing to register generic (template) image strip processing algorithm functions More... | |
| #define | IPSDK_REGISTER_SPECIFIC_STRIP_ALGORITHM_FUNCTION(bufferTypeSeq, isSeq, functionName) |
| macro allowing to register a specific image strip processing algorithm function More... | |
| #define | IPSDK_REGISTER_SPECIFIC_STRIP_ALGORITHM_FUNCTION_COLL_MACRO(r, dataInfo) |
| #define | IPSDK_REGISTER_SPECIFIC_STRIP_ALGORITHM_FUNCTION_COLL(bufferTypeSeqColl, isSeq, functionName) |
| macro allowing to register specific image strip processing algorithm functions More... | |
Source part of macros set for image processing algorithm class implementation.
| #define IPSDK_GET_FUNCTION_EFFICIENCY | ( | isSeq | ) |
retrieve function efficiency given a collection of instruction set
| #define IPSDK_REGISTER_GENERIC_STRIP_ALGORITHM_FUNCTION | ( | bufferTypeSeq, | |
| isSeq, | |||
| functionName | |||
| ) |
macro allowing to register a generic (template) image strip processing algorithm function
| #define IPSDK_REGISTER_GENERIC_STRIP_ALGORITHM_FUNCTION_COLL_MACRO | ( | r, | |
| dataInfo | |||
| ) |
[Internal] macro allowing to register generic (template) image strip processing algorithm functions
| #define IPSDK_REGISTER_GENERIC_STRIP_ALGORITHM_FUNCTION_COLL | ( | bufferTypeSeqColl, | |
| isSeq, | |||
| functionName | |||
| ) |
macro allowing to register generic (template) image strip processing algorithm functions
| #define IPSDK_REGISTER_SPECIFIC_STRIP_ALGORITHM_FUNCTION | ( | bufferTypeSeq, | |
| isSeq, | |||
| functionName | |||
| ) |
macro allowing to register a specific image strip processing algorithm function
| #define IPSDK_REGISTER_SPECIFIC_STRIP_ALGORITHM_FUNCTION_COLL_MACRO | ( | r, | |
| dataInfo | |||
| ) |
| #define IPSDK_REGISTER_SPECIFIC_STRIP_ALGORITHM_FUNCTION_COLL | ( | bufferTypeSeqColl, | |
| isSeq, | |||
| functionName | |||
| ) |
macro allowing to register specific image strip processing algorithm functions
1.8.14