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

This is the complete list of members for icl::filter::LocalThresholdOp, 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
algorithm enum nameicl::filter::LocalThresholdOp
apply(const core::ImgBase *src, core::ImgBase **dst)icl::filter::LocalThresholdOpvirtual
apply(const core::ImgBase *operand1, core::ImgBase **dst)=0icl::filter::LocalThresholdOp
apply(const core::ImgBase *src)icl::filter::LocalThresholdOp
icl::filter::UnaryOp::apply(const core::ImgBase *src)icl::filter::UnaryOpvirtual
apply_a(const core::ImgBase *src, core::ImgBase **dst)icl::filter::LocalThresholdOpprivate
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
Configurable(const std::string &ID="", bool ordered=true)icl::utils::Configurableprotected
Configurable(const Configurable &other)icl::utils::Configurable
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
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
getAlgorithm() consticl::filter::LocalThresholdOp
getCheckOnly() consticl::filter::UnaryOpinline
getClipToROI() consticl::filter::UnaryOpinline
getConfigurableID() consticl::utils::Configurableinline
getFromStringSyntax(const std::string &opSpecifier)icl::filter::UnaryOpstatic
getGammaSlope() consticl::filter::LocalThresholdOp
getGlobalThreshold() consticl::filter::LocalThresholdOp
getMaskSize() consticl::filter::LocalThresholdOp
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
global enum valueicl::filter::LocalThresholdOp
isOrderedFlagSet() consticl::utils::Configurableinline
listFromStringOps()icl::filter::UnaryOpstatic
loadProperties(const std::string &filename, const std::vector< std::string > &propertiesToSkip=EMPTY_VEC)icl::utils::Configurablevirtual
LocalThresholdOp(unsigned int maskSize=10, float globalThreshold=0, float gammaSlope=0)icl::filter::LocalThresholdOp
LocalThresholdOp(algorithm a, int maskSize=10, float globalThreshold=0, float gammaSlope=0)icl::filter::LocalThresholdOp
m_cmpicl::filter::LocalThresholdOpprivate
m_iiOpicl::filter::LocalThresholdOpprivate
m_poMTicl::filter::UnaryOpprotected
m_roiBufDsticl::filter::LocalThresholdOpprivate
m_roiBufSrcicl::filter::LocalThresholdOpprivate
m_tiledBuf1icl::filter::LocalThresholdOpprivate
m_tiledBuf2icl::filter::LocalThresholdOpprivate
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
icl::operator=(const UnaryOp &other)icl::filter::UnaryOp
icl::utils::Configurable::operator=(const Configurable &other)icl::utils::Configurable
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
regionMean enum valueicl::filter::LocalThresholdOp
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
saveProperties(const std::string &filename, const std::vector< std::string > &propertiesToSkip=EMPTY_VEC) consticl::utils::Configurablevirtual
setAlgorithm(algorithm a)icl::filter::LocalThresholdOp
setCheckOnly(bool bCheckOnly)icl::filter::UnaryOpinline
setClipToROI(bool bClipToROI)icl::filter::UnaryOpinline
setConfigurableID(const std::string &ID)icl::utils::Configurable
setGammaSlope(float gammaSlope)icl::filter::LocalThresholdOp
setGlobalThreshold(float globalThreshold)icl::filter::LocalThresholdOp
setMaskSize(unsigned int maskSize)icl::filter::LocalThresholdOp
setPropertyValue(const std::string &propertyName, const utils::Any &value)icl::filter::UnaryOpvirtual
setup(unsigned int maskSize, float globalThreshold, algorithm a=regionMean, float gammaSlope=0)icl::filter::LocalThresholdOp
supportsProperty(const std::string &propertyName) consticl::utils::Configurablevirtual
syncChangesTo(Configurable *others, int num=1)icl::utils::Configurable
tiledLIN enum valueicl::filter::LocalThresholdOp
tiledNN enum valueicl::filter::LocalThresholdOp
UnaryOp()icl::filter::UnaryOp
UnaryOp(const UnaryOp &other)icl::filter::UnaryOp
Uncopyable()icl::utils::Uncopyableinlineprotected
~Configurable()icl::utils::Configurableinlinevirtual
~LocalThresholdOp()icl::filter::LocalThresholdOp
~UnaryOp()icl::filter::UnaryOpvirtual