15 #ifndef __IPSDKIPLCOLOR_COLORCONVERTIMGLVL1_H__ 16 #define __IPSDKIPLCOLOR_COLORCONVERTIMGLVL1_H__ 22 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/StatsResult.h> 25 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Input/InColorImg.h> 26 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/DataItem/InColorConversionTransform.h> 27 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Output/Working/Optional/OutOptWk1RealImg.h> 28 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Output/OutColorImg.h> 39 ipsdk::imaproc::matchSize(ipsdk::imaproc::eMatchImageSizeType::eMIST_XYZT, _pInColorImg, _pOutColorImg) &&
41 ipsdk::imaproc::matchSize(_pInColorImg, _pOutOptWk1RealImg)) &&
43 (((
ipsdk)(imaproc)(attr))(InColorImg))
44 (((
ipsdk)(imaproc)(attr))(InColorConversionTransform))
45 (((
ipsdk)(imaproc)(attr))(OutOptWk1RealImg))
54 const core::BasePriority& priority,
79 #endif // __IPSDKIPLCOLOR_COLORCONVERTIMGLVL1_H__ Definition of import/export macro for library.
ProcessingResult< eRetrievalResultType > RetrievalResult
#define IPSDK_DECLARE_LVL1_PROCESSOR(ProcType, libraryName, algoName, RuleString, attributeSeq)
Utility functions for color attribute rules management.
IPSDKIPLCOLOR_API processor::RulePtr matchColorSpace(const ImageAttributeConstPtr &pInputImageAttribute, const ImageAttributeConstPtr &pOutputImageAttribute, const boost::shared_ptr< const attr::InColorConversionTransform > &pInColorConversionTransform)
boost::enable_if_c< AttributeType::g_bOptional, RulePtr >::type ifIsSet(const boost::shared_ptr< AttributeType > &pAttribute, const RulePtr &pRuleTrue)
IPSDKIPLCOLOR_API CustomImageInfoPtr outputTargetColorSpace(const ImageAttributeConstPtr &pInputAttribute, const boost::shared_ptr< const attr::InColorConversionTransform > &pInColorConversionTransform)
processor::OutputInitializerPtr customOutput(const boost::weak_ptr< OutputAttributeType > &pOutputAttribute, const CustomImageInfoPtr &pCustomImageInfo)
IPSDKGEOMETRY_API Vector2d convert(const Point2d< T > &pt)
boost::shared_ptr< const BaseImage > ImageConstPtr
IPSDKBASESHAPESEGMENTATION_API void normalize(ipsdk::geom::Shape2dPolygonWithHoles &polygonWithHoles)
boost::shared_ptr< BaseActionProvider > ActionProviderPtr
Utility functions for color output initializer management.
boost::shared_ptr< ipsdk::imaproc::attr::StatsResult > StatsResultPtr
shared pointer to ipsdk::imaproc::attr::StatsResult
Definition: StatsResult.h:206