15 #ifndef __IPSDKIPLBASICMORPHOLOGY_DISTANCEMAP3DIMGLVL3_H__ 16 #define __IPSDKIPLBASICMORPHOLOGY_DISTANCEMAP3DIMGLVL3_H__ 22 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Strip/YStrip3d/InOutDistYStrip3d.h> 23 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Value/InOptMaxDistance.h> 24 #include <boost/scoped_array.hpp> 36 (((
ipsdk)(imaproc)(attr))(InOutDistYStrip3d))
37 (((
ipsdk)(imaproc)(attr))(InOptMaxDistance)))
69 template <
typename BufOutType,
70 ipsdk::eInstructionSet::domain IS>
75 template <
typename BufType>
76 void updateOutputBuffer(
const boost::scoped_array<DistanceMap3dImgLvl3::DistInfo>& pDistInfoColl, DistInfo* pLastDistInfo,
const ipUInt64 x,
const ipUInt64 sizeZ);
80 template <
typename BufType>
81 void updateOutputBufferWithConstraint(
const boost::scoped_array<DistanceMap3dImgLvl3::DistInfo>& pDistInfoColl, DistInfo* pLastDistInfo,
const ipUInt64 x,
const ipUInt64 sizeZ,
const ipReal32 maxDistance);
87 boost::scoped_array<DistInfo> _pDistInfoColl;
97 #endif // __IPSDKIPLBASICMORPHOLOGY_DISTANCEMAP3DIMGLVL3_H__
IPSDKBASEPROCESSING_API RulePtr none()
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)