![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Predefined operators for rules allowing to compare two image strip attributes. More...
#include <IPSDKImageProcessing/IPSDKImageProcessingExports.h>#include <IPSDKImageProcessing/Rule/Strip/StripComparison/StripComparisonRuleTypes.h>#include <IPSDKBaseProcessing/Rule/RuleOperators.h>Go to the source code of this file.
Namespaces | |
| ipsdk | |
| Main namespace for IPSDK library. | |
| ipsdk::imaproc | |
| Namespace agregating IPSDK base routines and classes for image algorithm processing. | |
Functions | |
| IPSDKIMAGEPROCESSING_API processor::RulePtr | ipsdk::imaproc::matchSize (const StripAttributeConstWeakPtr &pAttribute1, const StripAttributeConstWeakPtr &pAttribute2) |
| function allowing to check that two image strips size are equal | |
| IPSDKIMAGEPROCESSING_API processor::RulePtr | ipsdk::imaproc::matchSize (const StripAttributeConstWeakPtr &pAttribute1, const StripAttributeConstWeakPtr &pAttribute2, const StripAttributeConstWeakPtr &pAttribute3) |
| function allowing to check that three image strips size are equal | |
| IPSDKIMAGEPROCESSING_API processor::RulePtr | ipsdk::imaproc::matchSize (const StripAttributeConstWeakPtr &pAttribute1, const StripAttributeConstWeakPtr &pAttribute2, const StripAttributeConstWeakPtr &pAttribute3, const StripAttributeConstWeakPtr &pAttribute4) |
| function allowing to check that four image strips size are equal | |
| IPSDKIMAGEPROCESSING_API processor::RulePtr | ipsdk::imaproc::matchPlanarSize (const StripAttributeConstWeakPtr &pAttribute1, const StripAttributeConstWeakPtr &pAttribute2) |
| function allowing to check that two image strips planar size are equal | |
| IPSDKIMAGEPROCESSING_API processor::RulePtr | ipsdk::imaproc::matchBufferType (const StripAttributeConstWeakPtr &pAttribute1, const StripAttributeConstWeakPtr &pAttribute2) |
| function allowing to check that two image strips buffer types are equal | |
| IPSDKIMAGEPROCESSING_API processor::RulePtr | ipsdk::imaproc::matchBufferType (const StripAttributeConstWeakPtr &pAttribute1, const StripAttributeConstWeakPtr &pAttribute2, const StripAttributeConstWeakPtr &pAttribute3) |
| function allowing to check that three image strips buffer types are equal | |
| IPSDKIMAGEPROCESSING_API processor::RulePtr | ipsdk::imaproc::matchSizeAndType (const StripAttributeConstWeakPtr &pAttribute1, const StripAttributeConstWeakPtr &pAttribute2) |
| function allowing to check that two image strips have same size and image buffer type | |
| IPSDKIMAGEPROCESSING_API processor::RulePtr | ipsdk::imaproc::matchSizeAndType (const StripAttributeConstWeakPtr &pAttribute1, const StripAttributeConstWeakPtr &pAttribute2, const StripAttributeConstWeakPtr &pAttribute3) |
| function allowing to check that three image strips have same size and image buffer type | |
| IPSDKIMAGEPROCESSING_API processor::RulePtr | ipsdk::imaproc::matchSizeAndType (const StripAttributeConstWeakPtr &pAttribute1, const StripAttributeConstWeakPtr &pAttribute2, const StripAttributeConstWeakPtr &pAttribute3, const StripAttributeConstWeakPtr &pAttribute4) |
| function allowing to check that four image strips have same size and image buffer type | |
| IPSDKIMAGEPROCESSING_API processor::RulePtr | ipsdk::imaproc::matchSizeAndType (const StripAttributeConstWeakPtr &pAttribute1, const StripAttributeConstWeakPtr &pAttribute2, const StripAttributeConstWeakPtr &pAttribute3, const StripAttributeConstWeakPtr &pAttribute4, const StripAttributeConstWeakPtr &pAttribute5) |
| function allowing to check that five image strips have same size and image buffer type | |
| IPSDKIMAGEPROCESSING_API processor::RulePtr | ipsdk::imaproc::matchSizeAndType (const StripAttributeConstWeakPtr &pAttribute1, const StripAttributeConstWeakPtr &pAttribute2, const StripAttributeConstWeakPtr &pAttribute3, const StripAttributeConstWeakPtr &pAttribute4, const StripAttributeConstWeakPtr &pAttribute5, const StripAttributeConstWeakPtr &pAttribute6) |
| function allowing to check that six image strips have same size and image buffer type | |
Predefined operators for rules allowing to compare two image strip attributes.
1.8.14