Image Component Library (ICL)
icl::filter::ChamferOp Member List

This is the complete list of members for icl::filter::ChamferOp, including all inherited members.

adaptProperty(const std::string &name, const std::string &newType, const std::string &newInfo, const std::string &newToolTip)icl::utils::Configurablevirtual
addChildConfigurable(Configurable *configurable, const std::string &childPrefix="")icl::utils::Configurableprotected
addProperty(const std::string &name, const std::string &type, const std::string &info, const Any &value=Any(), const int volatileness=0, const std::string &tooltip=std::string())icl::utils::Configurableprotected
apply(const core::ImgBase *poSrc, core::ImgBase **ppoDst)icl::filter::ChamferOpvirtual
apply(const core::ImgBase *operand1, core::ImgBase **dst)=0icl::filter::ChamferOp
apply(const core::ImgBase *src)icl::filter::ChamferOp
icl::filter::UnaryOp::apply(const core::ImgBase *src)icl::filter::UnaryOpvirtual
applyFromString(const std::string &definition, const core::ImgBase *src, core::ImgBase **dst)icl::filter::UnaryOpstatic
applyMT(const core::ImgBase *operand1, core::ImgBase **dst, unsigned int nThreads)icl::filter::UnaryOpvirtual
call_callbacks(const std::string &propertyName, const Configurable *caller) consticl::utils::Configurableprotected
Callback typedeficl::utils::Configurable
callbacksicl::utils::Configurableprotected
ChamferOp(icl32s horizontalAndVerticalNeighbourDistance=3, icl32s diagonalNeighborDistance=4, int scaleFactor=1, bool scaleUpResult=true)icl::filter::ChamferOp
computeDirectedHausdorffDistance(const core::Img32s *chamferImage, const std::vector< utils::Point > &model, hausdorffMetric m=hausdorff_mean, outerROIPenaltyMode pm=noPenalty, icl32s penaltyValue=0)icl::filter::ChamferOpstatic
computeDirectedHausdorffDistance(const core::Img32s *chamferImage, const core::Img32s *modelChamferImage, ChamferOp::hausdorffMetric m, ChamferOp::outerROIPenaltyMode pm=noPenalty, icl32s penaltyValue=0)icl::filter::ChamferOpstatic
computeSymmeticHausdorffDistance(const core::Img32s *chamferImage, const std::vector< utils::Point > &model, const utils::Size &modelImageSize, const utils::Rect &modelImageROI, core::ImgBase **bufferImageA, core::ImgBase **bufferImageB, hausdorffMetric m=hausdorff_mean, ChamferOp::outerROIPenaltyMode pm=noPenalty, icl32s penaltyValue=0, ChamferOp co=ChamferOp())icl::filter::ChamferOpstatic
computeSymmetricHausdorffDistance(const core::Img32s *chamferImageA, const core::Img32s *chamferImageB, hausdorffMetric m=hausdorff_mean, ChamferOp::outerROIPenaltyMode pm=noPenalty, icl32s penaltyValue=0)icl::filter::ChamferOpstatic
computeSymmetricHausdorffDistance(const std::vector< utils::Point > setA, const utils::Size &sizeA, const utils::Rect &roiA, core::ImgBase **bufferA, const std::vector< utils::Point > setB, const utils::Size &sizeB, const utils::Rect &roiB, core::ImgBase **bufferB, hausdorffMetric m=hausdorff_mean, ChamferOp::outerROIPenaltyMode pm=noPenalty, icl32s penaltyValue=0, ChamferOp coA=ChamferOp(), ChamferOp coB=ChamferOp())icl::filter::ChamferOpstatic
Configurable(const std::string &ID="", bool ordered=true)icl::utils::Configurableprotected
Configurable(const Configurable &other)icl::utils::Configurable
constPenalty enum valueicl::filter::ChamferOp
create_configurable(const std::string &classname)icl::utils::Configurablestatic
create_default_ID(const std::string &prefix)icl::utils::Configurablestatic
deactivateProperty(const std::string &pattern)icl::utils::Configurable
deleteDeactivationPattern(const std::string &pattern)icl::utils::Configurable
distancePenalty enum valueicl::filter::ChamferOp
EMPTY_VECicl::utils::Configurablestatic
fromString(const std::string &definition)icl::filter::UnaryOpstatic
get(const std::string &id)icl::utils::Configurablestatic
get_registered_configurables()icl::utils::Configurablestatic
getCheckOnly() consticl::filter::UnaryOpinline
getClipToROI() consticl::filter::UnaryOpinline
getConfigurableID() consticl::utils::Configurableinline
getFromStringSyntax(const std::string &opSpecifier)icl::filter::UnaryOpstatic
getPropertyInfo(const std::string &propertyName) consticl::utils::Configurableinlinevirtual
getPropertyList() consticl::utils::Configurablevirtual
getPropertyListWithoutDeactivated() consticl::utils::Configurable
getPropertyToolTip(const std::string &propertyName) consticl::utils::Configurableinlinevirtual
getPropertyType(const std::string &propertyName) consticl::utils::Configurableinlinevirtual
getPropertyValue(const std::string &propertyName) consticl::utils::Configurablevirtual
getPropertyVolatileness(const std::string &propertyName) consticl::utils::Configurableinlinevirtual
hausdorff_max enum valueicl::filter::ChamferOp
hausdorff_mean enum valueicl::filter::ChamferOp
hausdorffMetric enum nameicl::filter::ChamferOp
isOrderedFlagSet() consticl::utils::Configurableinline
listFromStringOps()icl::filter::UnaryOpstatic
loadProperties(const std::string &filename, const std::vector< std::string > &propertiesToSkip=EMPTY_VEC)icl::utils::Configurablevirtual
m_bScaleUpResulticl::filter::ChamferOpprivate
m_iDiagonalNeighborDistanceicl::filter::ChamferOpprivate
m_iHorizontalAndVerticalNeighbourDistanceicl::filter::ChamferOpprivate
m_iScaleFactoricl::filter::ChamferOpprivate
m_oBufferImageicl::filter::ChamferOpprivate
m_poMTicl::filter::UnaryOpprotected
noPenalty enum valueicl::filter::ChamferOp
operator()(const core::ImgBase *src, core::ImgBase **dst)icl::filter::UnaryOpinline
operator()(const core::ImgBase *src)icl::filter::UnaryOpinline
operator()(const core::ImgBase &src)icl::filter::UnaryOpinline
operator=(const UnaryOp &other)icl::filter::UnaryOp
icl::utils::Configurable::operator=(const Configurable &other)icl::utils::Configurable
outerROIPenaltyMode enum nameicl::filter::ChamferOp
prepare(core::ImgBase **ppoDst, core::depth eDepth, const utils::Size &imgSize, core::format eFormat, int nChannels, const utils::Rect &roi, utils::Time timestamp=utils::Time::null)icl::filter::UnaryOpinlineprotected
prepare(core::ImgBase **ppoDst, const core::ImgBase *poSrc)icl::filter::UnaryOpinlineprotectedvirtual
prepare(core::ImgBase **ppoDst, const core::ImgBase *poSrc, core::depth eDepth)icl::filter::UnaryOpinlineprotectedvirtual
prop(const std::string &propertyName)icl::utils::Configurableprotected
prop(const std::string &propertyName) consticl::utils::Configurableprotected
register_configurable_type(const std::string &classname, Function< Configurable * > creator)icl::utils::Configurablestatic
registerCallback(const Callback &cb)icl::utils::Configurableinline
removeChildConfigurable(Configurable *configurable)icl::utils::Configurableprotected
removedCallback(const Callback &cb)icl::utils::Configurable
renderModel(const std::vector< utils::Point > &model, core::ImgBase **image, const utils::Size &size, icl32s bg=0, icl32s fg=255, utils::Rect roi=utils::Rect::null)icl::filter::ChamferOpstatic
saveProperties(const std::string &filename, const std::vector< std::string > &propertiesToSkip=EMPTY_VEC) consticl::utils::Configurablevirtual
setCheckOnly(bool bCheckOnly)icl::filter::UnaryOpinline
setClipToROI(bool bClipToROI)icl::filter::UnaryOpinline
setConfigurableID(const std::string &ID)icl::utils::Configurable
setPropertyValue(const std::string &propertyName, const utils::Any &value)icl::filter::UnaryOpvirtual
supportsProperty(const std::string &propertyName) consticl::utils::Configurablevirtual
syncChangesTo(Configurable *others, int num=1)icl::utils::Configurable
UnaryOp()icl::filter::UnaryOp
UnaryOp(const UnaryOp &other)icl::filter::UnaryOp
~ChamferOp()icl::filter::ChamferOpinlinevirtual
~Configurable()icl::utils::Configurableinlinevirtual
~UnaryOp()icl::filter::UnaryOpvirtual