![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Header part of macros set for processing algorithm class declaration. More...
Go to the source code of this file.
Macros | |
| #define | IPSDK_DECLARE_PROCESSING_ALGORITHM(libraryName, algoName, RuleString, attributeSeq) |
| macro allowing to declare a generic processing algorithm More... | |
| #define | IPSDK_DECLARE_NOTYPE_ALGORITHM_FUNCTION_SELECTOR() |
| macro allowing to implement processing data identifier retrieval method for function selector usage without data type More... | |
| #define | IPSDK_DECLARE_ALGORITHM_FUNCTION_SELECTOR(dataTypeSeq) |
| macro allowing to implement processing data identifier retrieval method for function selector usage More... | |
| #define | IPSDK_DECLARE_ALGORITHM_NOPARSED_DATA() |
| macro allowing to implement method defining an empty data parser collection More... | |
| #define | IPSDK_DECLARE_ALGORITHM_PARSED_DATA(dataSeq) |
| macro allowing to implement method allowing to retrieve data parser collection More... | |
| #define | IPSDK_DECLARE_GPU_PROCESSING_ALGORITHM(libraryName, algoName, RuleString, attributeSeq) |
| macro allowing to declare a generic processing algorithm on GPU More... | |
| #define | IPSDKCUDA_DECLARE_ALGORITHM_FUNCTION_SELECTOR(dataTypeSeq) |
| macro allowing to declare and implement the number data type indentifier collection More... | |
| #define | IPSDKCUDA_DECLARE_NOTYPE_ALGORITHM_FUNCTION_SELECTOR() |
Header part of macros set for processing algorithm class declaration.
| #define IPSDK_DECLARE_PROCESSING_ALGORITHM | ( | libraryName, | |
| algoName, | |||
| RuleString, | |||
| attributeSeq | |||
| ) |
macro allowing to declare a generic processing algorithm
| #define IPSDK_DECLARE_NOTYPE_ALGORITHM_FUNCTION_SELECTOR | ( | ) |
macro allowing to implement processing data identifier retrieval method for function selector usage without data type
| #define IPSDK_DECLARE_ALGORITHM_FUNCTION_SELECTOR | ( | dataTypeSeq | ) |
macro allowing to implement processing data identifier retrieval method for function selector usage
| #define IPSDK_DECLARE_ALGORITHM_NOPARSED_DATA | ( | ) |
macro allowing to implement method defining an empty data parser collection
| #define IPSDK_DECLARE_ALGORITHM_PARSED_DATA | ( | dataSeq | ) |
macro allowing to implement method allowing to retrieve data parser collection
| #define IPSDK_DECLARE_GPU_PROCESSING_ALGORITHM | ( | libraryName, | |
| algoName, | |||
| RuleString, | |||
| attributeSeq | |||
| ) |
macro allowing to declare a generic processing algorithm on GPU
| #define IPSDKCUDA_DECLARE_ALGORITHM_FUNCTION_SELECTOR | ( | dataTypeSeq | ) |
macro allowing to declare and implement the number data type indentifier collection
| #define IPSDKCUDA_DECLARE_NOTYPE_ALGORITHM_FUNCTION_SELECTOR | ( | ) |
1.8.14