Image Component Library (ICL)
|
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::Configurable | virtual |
addChildConfigurable(Configurable *configurable, const std::string &childPrefix="") | icl::utils::Configurable | protected |
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::Configurable | protected |
apply(const core::ImgBase *poSrc, core::ImgBase **ppoDst) | icl::filter::ChamferOp | virtual |
apply(const core::ImgBase *operand1, core::ImgBase **dst)=0 | icl::filter::ChamferOp | |
apply(const core::ImgBase *src) | icl::filter::ChamferOp | |
icl::filter::UnaryOp::apply(const core::ImgBase *src) | icl::filter::UnaryOp | virtual |
applyFromString(const std::string &definition, const core::ImgBase *src, core::ImgBase **dst) | icl::filter::UnaryOp | static |
applyMT(const core::ImgBase *operand1, core::ImgBase **dst, unsigned int nThreads) | icl::filter::UnaryOp | virtual |
call_callbacks(const std::string &propertyName, const Configurable *caller) const | icl::utils::Configurable | protected |
Callback typedef | icl::utils::Configurable | |
callbacks | icl::utils::Configurable | protected |
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::ChamferOp | static |
computeDirectedHausdorffDistance(const core::Img32s *chamferImage, const core::Img32s *modelChamferImage, ChamferOp::hausdorffMetric m, ChamferOp::outerROIPenaltyMode pm=noPenalty, icl32s penaltyValue=0) | icl::filter::ChamferOp | static |
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::ChamferOp | static |
computeSymmetricHausdorffDistance(const core::Img32s *chamferImageA, const core::Img32s *chamferImageB, hausdorffMetric m=hausdorff_mean, ChamferOp::outerROIPenaltyMode pm=noPenalty, icl32s penaltyValue=0) | icl::filter::ChamferOp | static |
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::ChamferOp | static |
Configurable(const std::string &ID="", bool ordered=true) | icl::utils::Configurable | protected |
Configurable(const Configurable &other) | icl::utils::Configurable | |
constPenalty enum value | icl::filter::ChamferOp | |
create_configurable(const std::string &classname) | icl::utils::Configurable | static |
create_default_ID(const std::string &prefix) | icl::utils::Configurable | static |
deactivateProperty(const std::string &pattern) | icl::utils::Configurable | |
deleteDeactivationPattern(const std::string &pattern) | icl::utils::Configurable | |
distancePenalty enum value | icl::filter::ChamferOp | |
EMPTY_VEC | icl::utils::Configurable | static |
fromString(const std::string &definition) | icl::filter::UnaryOp | static |
get(const std::string &id) | icl::utils::Configurable | static |
get_registered_configurables() | icl::utils::Configurable | static |
getCheckOnly() const | icl::filter::UnaryOp | inline |
getClipToROI() const | icl::filter::UnaryOp | inline |
getConfigurableID() const | icl::utils::Configurable | inline |
getFromStringSyntax(const std::string &opSpecifier) | icl::filter::UnaryOp | static |
getPropertyInfo(const std::string &propertyName) const | icl::utils::Configurable | inlinevirtual |
getPropertyList() const | icl::utils::Configurable | virtual |
getPropertyListWithoutDeactivated() const | icl::utils::Configurable | |
getPropertyToolTip(const std::string &propertyName) const | icl::utils::Configurable | inlinevirtual |
getPropertyType(const std::string &propertyName) const | icl::utils::Configurable | inlinevirtual |
getPropertyValue(const std::string &propertyName) const | icl::utils::Configurable | virtual |
getPropertyVolatileness(const std::string &propertyName) const | icl::utils::Configurable | inlinevirtual |
hausdorff_max enum value | icl::filter::ChamferOp | |
hausdorff_mean enum value | icl::filter::ChamferOp | |
hausdorffMetric enum name | icl::filter::ChamferOp | |
isOrderedFlagSet() const | icl::utils::Configurable | inline |
listFromStringOps() | icl::filter::UnaryOp | static |
loadProperties(const std::string &filename, const std::vector< std::string > &propertiesToSkip=EMPTY_VEC) | icl::utils::Configurable | virtual |
m_bScaleUpResult | icl::filter::ChamferOp | private |
m_iDiagonalNeighborDistance | icl::filter::ChamferOp | private |
m_iHorizontalAndVerticalNeighbourDistance | icl::filter::ChamferOp | private |
m_iScaleFactor | icl::filter::ChamferOp | private |
m_oBufferImage | icl::filter::ChamferOp | private |
m_poMT | icl::filter::UnaryOp | protected |
noPenalty enum value | icl::filter::ChamferOp | |
operator()(const core::ImgBase *src, core::ImgBase **dst) | icl::filter::UnaryOp | inline |
operator()(const core::ImgBase *src) | icl::filter::UnaryOp | inline |
operator()(const core::ImgBase &src) | icl::filter::UnaryOp | inline |
operator=(const UnaryOp &other) | icl::filter::UnaryOp | |
icl::utils::Configurable::operator=(const Configurable &other) | icl::utils::Configurable | |
outerROIPenaltyMode enum name | icl::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::UnaryOp | inlineprotected |
prepare(core::ImgBase **ppoDst, const core::ImgBase *poSrc) | icl::filter::UnaryOp | inlineprotectedvirtual |
prepare(core::ImgBase **ppoDst, const core::ImgBase *poSrc, core::depth eDepth) | icl::filter::UnaryOp | inlineprotectedvirtual |
prop(const std::string &propertyName) | icl::utils::Configurable | protected |
prop(const std::string &propertyName) const | icl::utils::Configurable | protected |
register_configurable_type(const std::string &classname, Function< Configurable * > creator) | icl::utils::Configurable | static |
registerCallback(const Callback &cb) | icl::utils::Configurable | inline |
removeChildConfigurable(Configurable *configurable) | icl::utils::Configurable | protected |
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::ChamferOp | static |
saveProperties(const std::string &filename, const std::vector< std::string > &propertiesToSkip=EMPTY_VEC) const | icl::utils::Configurable | virtual |
setCheckOnly(bool bCheckOnly) | icl::filter::UnaryOp | inline |
setClipToROI(bool bClipToROI) | icl::filter::UnaryOp | inline |
setConfigurableID(const std::string &ID) | icl::utils::Configurable | |
setPropertyValue(const std::string &propertyName, const utils::Any &value) | icl::filter::UnaryOp | virtual |
supportsProperty(const std::string &propertyName) const | icl::utils::Configurable | virtual |
syncChangesTo(Configurable *others, int num=1) | icl::utils::Configurable | |
UnaryOp() | icl::filter::UnaryOp | |
UnaryOp(const UnaryOp &other) | icl::filter::UnaryOp | |
~ChamferOp() | icl::filter::ChamferOp | inlinevirtual |
~Configurable() | icl::utils::Configurable | inlinevirtual |
~UnaryOp() | icl::filter::UnaryOp | virtual |