15 #ifndef __IPSDKIPLINTENSITYTRANSFORM_ADAPTIVECONTRASTENHANCEMENT3DIMGLVL3_H__ 16 #define __IPSDKIPLINTENSITYTRANSFORM_ADAPTIVECONTRASTENHANCEMENT3DIMGLVL3_H__ 20 #include <IPSDKBaseData/Pattern/OffsetXYZ.h> 22 #include <boost/scoped_array.hpp> 25 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/DataItem/InOutputRange.h> 26 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Strip/ZStrip3d/OutZStrip3d.h> 27 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Strip/ZStrip3dWithKernel/InKnlZStrip3d.h> 28 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Value/InArithmeticVal.h> 29 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Value/InBlendMultiplier.h> 40 ipsdk::imaproc::matchSize(_pInKnlZStrip3d, _pOutZStrip3d),
41 (((
ipsdk)(imaproc)(attr))(InKnlZStrip3d))
42 (((
ipsdk)(imaproc)(attr))(InOutputRange))
43 (((
ipsdk)(imaproc)(attr))(InArithmeticVal))
44 (((
ipsdk)(imaproc)(attr))(InBlendMultiplier))
45 (((
ipsdk)(imaproc)(attr))(OutZStrip3d)))
50 ((STRIP)(OutZStrip3d)));
54 ((LINESTRIP)(OutZStrip3d)));
68 template <
typename BufInType,
typename BufOutType,
69 ipsdk::eInstructionSet::domain IS>
75 typedef std::vector<OffsetXYZ> OffsetColl;
78 OffsetColl _offsetColl;
81 typedef boost::scoped_array<const void*> BufColl;
95 #endif // __IPSDKIPLINTENSITYTRANSFORM_ADAPTIVECONTRASTENHANCEMENT3DIMGLVL3_H__
ipsdk::core::ExecResult preProcess()
method called before processing
IPSDK_DECLARE_GPU_PROCESSING_ALGORITHM(IPSDKIPLIntensityTransform, AdaptiveContrastEnhancement2dImg, ipsdk::imaproc::matchSize(_pInSubGpuImg, _pOutImg),(((ipsdk)(imaproc)(attr))(InSubGpuImg))(((ipsdk)(imaproc)(attr))(InHalfKnlSizeX))(((ipsdk)(imaproc)(attr))(InHalfKnlSizeY))(((ipsdk)(imaproc)(attr))(InOutputRange))(((ipsdk)(imaproc)(attr))(InArithmeticVal))(((ipsdk)(imaproc)(attr))(InBlendMultiplier))(((ipsdk)(imaproc)(attr))(OutImg))) IPSDKCUDA_DECLARE_ALGORITHM_FUNCTION_SELECTOR((InSubGpuImg)(OutImg)) public void clearIntermediateData()
method called before processing
Definition of import/export macro for library.
#define IPSDK_DECLARE_PROCESSING_ALGORITHM(libraryName, algoName, RuleString, attributeSeq)
#define IPSDK_DECLARE_ALGORITHM_PARSED_DATA(dataSeq)
#define IPSDK_DECLARE_ALGORITHM_FUNCTION_SELECTOR(dataTypeSeq)